.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,221,248;--color-primary-1:192,142,232;--color-primary-2:128,29,209;--color-primary-3:64,15,105;--color-primary-4:19,4,31;--color-secondary-0:217,252,253;--color-secondary-1:129,246,249;--color-secondary-2:2,237,243;--color-secondary-3:1,119,122;--color-secondary-4:0,36,36;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.625rem;left:1.125rem;height:14.64325rem;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; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.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:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.375rem;width:28.0625rem;top:11.4375rem;left:45.6875rem;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:30.3125rem;top:28.1875rem;left:35.75rem;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:8rem;left:47.656250953674rem;display:block; }#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.adaptive-delivery-prevent-bg, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyload, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:9.0625rem;width:9.0625rem;top:4rem;left:34.625000953674rem;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:21.531251907349rem;left:39.750000953674rem;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:1.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-form-header {  }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-primary-2),1), #0002a8);background-image: -moz-linear-gradient(83deg, rgba(var(--color-primary-2),1), #0002a8);background-image: -ms-linear-gradient(83deg, rgba(var(--color-primary-2),1), #0002a8);background-image: -o-linear-gradient(83deg, rgba(var(--color-primary-2),1), #0002a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0002a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0002a8' );";background-image: linear-gradient(83deg, rgba(var(--color-primary-2),1), #0002a8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f9ff;width:23.25rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-moz-placeholder { color:#d2bca5;font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-moz-placeholder { color:#d2bca5;font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-ms-input-placeholder { color:#d2bca5;font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-webkit-input-placeholder { color:#d2bca5;font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container:first-of-type{padding-top:0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container:last-of-type{padding-bottom:0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.624219894409rem;z-index:15021;position:absolute; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.25rem;display:block;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:25.624219894409rem;z-index:15021;position:absolute; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge { position:relative;z-index:2; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k { position:relative; }
#ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { position:relative;display:block; }
#qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { position:relative;display:block; }
#It9nelb0GZqdwDkqJDUZO1B54SakxU6T { position:relative;display:block; }
#apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { position:relative;display:block; }
#Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { position:relative;display:block; }
#J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { position:relative;display:block; }
#iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U { position:relative; }
#JluI6VQwca51CBbByFCacig1F9AFKMVO { position:relative;display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO { background-color: transparent; background-image: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container > .video-iframe-container { display: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row > .video-iframe-container { display: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .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); }#JluI6VQwca51CBbByFCacig1F9AFKMVO { border-width: 0; border-radius: 0; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { position:absolute;display:block;z-index:14997;background-color:#f1f4f7;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:8.4375rem;width:72.375rem;top:5.25rem;left:1.3125rem;display:block; }
#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d73f7c44-d408-4db8-b324-d017221b935b/Carol_Coker.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid rgba(var(--color-primary-2),0.72);border-left:0.25rem solid rgba(var(--color-primary-2),0.72);border-right:0.25rem solid rgba(var(--color-primary-2),0.72);border-bottom:0.25rem solid rgba(var(--color-primary-2),0.72);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:14rem;width:14rem;top:2.21875rem;left:31.3125rem;display:block; }#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.adaptive-delivery-prevent-bg, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyload, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyloading { background-image: none; }
#vLg02VxVCUytOTVOmVayKirU8DebcUD0 { color:rgba(var(--color-primary-2),1);display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:32.6875rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPDTITZ9BrKefcXlOII5C390swL9GeTH { color:#2a2a2a;display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.062499761581rem;left:16.09375rem;height:26.23783125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tzpm41zDazkoCN6pBioqKfTt35wXauUm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15034;background-color:#801dd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.499132156372rem;left:28.125001907349rem;display:block; }
#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C { 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; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container { background-color: transparent; background-image: none; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container > .video-iframe-container { display: none; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row > .video-iframe-container { display: none; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .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); }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container { border-width: 0; border-radius: 0; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.1684rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:62.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:6.125rem;height:3.08680625rem;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; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:11.5373125rem;text-align:center;text-align-last:center;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.6875rem;left:36.125rem; }
#RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:13.25rem;left:34.6875rem;display:block; }
#r46563573b00b66439834c74fae4d9f41097b8c2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r46563573b00b66439834c74fae4d9f41097b8c2.adaptive-delivery-prevent-bg, #r46563573b00b66439834c74fae4d9f41097b8c2.lazyload, #r46563573b00b66439834c74fae4d9f41097b8c2.lazyloading { background-image: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { background-color: transparent; background-image: none; }#r46563573b00b66439834c74fae4d9f41097b8c2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.72); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container > .video-iframe-container { display: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.72); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row > .video-iframe-container { display: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .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); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { border-width: 0; border-radius: 0; }#r46563573b00b66439834c74fae4d9f41097b8c2::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; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#N623784a9117b5688aba8cd993072c692adb5ccb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.374625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.5rem;left:4.875rem;height:4.9rem;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; }
#L2b988cd1ba322228e2be74e236268d86973bdd4 { color:#2a2a2a;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.125rem;left:4.25rem;height:2.51823125rem;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; }
#Ia8e01c4226262043db7f904bcb7e1045fc43c96 { color:#2a2a2a;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.125rem;left:30.25rem;height:2.51823125rem;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; }
#fd5ae4002cbc9358e81935f01364b7bfea6f41bf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:12.5rem;left:29.75rem;height:4.9rem;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; }
#ac92ccbee12f37d4fcca4c68a5785310391dc471 { color:#2a2a2a;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.125rem;left:55.125rem;height:2.51823125rem;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; }
#Lb4a11030b32ad0c3b430965172a6666657b7fa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:12.5rem;left:54.875rem;height:4.9rem;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; }
#C082f4e7ddf1d966d853eabe460989eb3f26fd93 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:16.3125rem;width:17.625rem;top:3.25rem;left:3.6875rem;display:block; }
#a0d07c9611620247f87128ee3379561edaf68395 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.14) ;height:16.3125rem;width:17.625rem;top:3.25rem;left:28.625rem;display:block; }
#d645db5dc34625b38ae5617fc1f95d90115542c3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.16) ;height:16.3125rem;width:17.625rem;top:3.25rem;left:53.625rem;display:block; }
#n298e6e4594e5e5f923c594968b2fa5b4adf35bc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.125rem;left:28.375rem;display:block; }
#D4e08c83c197775521fdaffcae24937b34a25709 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lcd631cacde113c1ce625f88bb73b15fb6bfaeda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:5.1875rem;left:35.9375rem; }
#r7fd2d07352908153cb320f1bb2b9c64b26e6188 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:5.1875rem;left:10.9375rem; }
#G81d412aa8ecf506f9a3f605c15f3388c75f63a7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:5.1875rem;left:60.9375rem; }
#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.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; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265.adaptive-delivery-prevent-bg, #Ad8032917ed8f5c21e1a62efc900f44cb0d80265.lazyload, #Ad8032917ed8f5c21e1a62efc900f44cb0d80265.lazyloading { background-image: none; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container { background-color: transparent; background-image: none; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container > .video-iframe-container { display: none; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row > .video-iframe-container { display: none; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .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); }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container { border-width: 0; border-radius: 0; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265::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; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#Ia29b07fc1ad85a22d207f1fcec459c38a2ace9e { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:31.0625rem;top:2.0625rem;left:3.8125rem;display:block; }
#a1e40248fa7fa753fa620b9f89f4c17c520cd3c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.625rem;left:7.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O98442b68ab4ecc5a1e5ea46cd79f05e3ada53be { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.5rem;height:2.275rem;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; }
#Cea936031089f6a5976e8f24327250c24849de1a { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #000131, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:31rem;top:2.125rem;left:40.1875rem;display:block; }
#f6d1475b1aace0168770eadf8deae909ce62882b { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:12.23046875rem;left:28.4375rem;display:block; }
#af00137b885707bd69e2ab43ece195c8d96e4748 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s19f1b382f3ba5f8c252702a1bd26b197efe6742 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:43.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qf02dd607562f5ba877412d3e318b9480065fc92 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.0625rem;left:11.25rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6218cb8e85bc182e907ed33bc0e0dec9d274e9b { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.0625rem;left:47.5625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(238deg, #000131, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { background-color: transparent; background-image: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container > .video-iframe-container { display: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container { display: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .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); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { border-width: 0; border-radius: 0; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { z-index:15001;top:2.8125rem;left:28.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:9.625rem;left:0rem;width:33.5rem;height:14.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:11.4375rem;left:19.6875rem;width:28.0625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:28.1875rem;left:17.4375rem;width:30.3125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:8rem;left:34.031250953674rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:4rem;left:21.000000953674rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:21.5rem;left:26.125000953674rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:8rem;left:0rem;width:27.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:23.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:23.25rem;height:auto;top:25.5625rem;left:0rem; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:23.25rem;height:auto;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k {  }
 }@media only screen and (max-width: 763px) { #ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { display:block; }
 }@media only screen and (max-width: 763px) { #qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { display:block; }
 }@media only screen and (max-width: 763px) { #It9nelb0GZqdwDkqJDUZO1B54SakxU6T { display:block; }
 }@media only screen and (max-width: 763px) { #apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { display:block; }
 }@media only screen and (max-width: 763px) { #Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { display:block; }
 }@media only screen and (max-width: 763px) { #J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { display:block; }
 }@media only screen and (max-width: 763px) { #iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U {  }
 }@media only screen and (max-width: 763px) { #JluI6VQwca51CBbByFCacig1F9AFKMVO { display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { top:5.25rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { top:2.1875rem;left:17.6875rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { top:17.8125rem;left:19.062174797058rem;width:11.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPDTITZ9BrKefcXlOII5C390swL9GeTH { top:21rem;left:2.46875rem;width:42.8125rem;height:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzpm41zDazkoCN6pBioqKfTt35wXauUm { top:49.4375rem;left:14.500001907349rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C { display:block; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:4.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:10.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:0rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { top:13.25rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r46563573b00b66439834c74fae4d9f41097b8c2 { display:block; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N623784a9117b5688aba8cd993072c692adb5ccb { top:12.5rem;left:0.3125rem;width:15.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2b988cd1ba322228e2be74e236268d86973bdd4 { top:9.125rem;left:0rem;width:16.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8e01c4226262043db7f904bcb7e1045fc43c96 { top:9.125rem;left:16.5625rem;width:14.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5ae4002cbc9358e81935f01364b7bfea6f41bf { top:12.5rem;left:16.0625rem;width:15.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac92ccbee12f37d4fcca4c68a5785310391dc471 { top:9.125rem;left:32.3125rem;width:14.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb4a11030b32ad0c3b430965172a6666657b7fa6 { top:12.5rem;left:32.0625rem;width:15.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C082f4e7ddf1d966d853eabe460989eb3f26fd93 { top:3.25rem;left:0rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d07c9611620247f87128ee3379561edaf68395 { top:3.25rem;left:14.125rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d645db5dc34625b38ae5617fc1f95d90115542c3 { top:3.25rem;left:30rem;width:17.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n298e6e4594e5e5f923c594968b2fa5b4adf35bc { width:18.125rem;height:3.75rem;top:22.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4e08c83c197775521fdaffcae24937b34a25709 { display:block; }
 }@media only screen and (max-width: 763px) { #Lcd631cacde113c1ce625f88bb73b15fb6bfaeda { top:5.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fd2d07352908153cb320f1bb2b9c64b26e6188 { top:5.1875rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81d412aa8ecf506f9a3f605c15f3388c75f63a7 { top:5.1875rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad8032917ed8f5c21e1a62efc900f44cb0d80265 { display:block; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia29b07fc1ad85a22d207f1fcec459c38a2ace9e { top:2.0625rem;left:0rem;width:31.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e40248fa7fa753fa620b9f89f4c17c520cd3c8 { top:5.625rem;left:0rem;width:24.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98442b68ab4ecc5a1e5ea46cd79f05e3ada53be { top:20.4375rem;left:8.8750009536744rem;width:30.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cea936031089f6a5976e8f24327250c24849de1a { top:2.125rem;left:16.75rem;width:31rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6d1475b1aace0168770eadf8deae909ce62882b { width:18.125rem;height:3.75rem;top:12.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af00137b885707bd69e2ab43ece195c8d96e4748 { display:block; }
 }@media only screen and (max-width: 763px) { #s19f1b382f3ba5f8c252702a1bd26b197efe6742 { top:5.625rem;left:23.3125rem;width:24.4375rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf02dd607562f5ba877412d3e318b9480065fc92 { top:9.0625rem;left:0rem;width:16.3125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6218cb8e85bc182e907ed33bc0e0dec9d274e9b { top:9.0625rem;left:31.4375rem;width:16.3125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:2.8125rem;left:14.75rem;width:18.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { top:0.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { top:2.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:17.875rem;height:13.47225rem;top:6.3125rem;left:1.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:15.125rem;height:15.0625rem;top:23.1875rem;left:4.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:20rem;height:13.5625rem;top:75.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:6.4375rem;height:6.4375rem;top:49.722659375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:5rem;height:5rem;top:23.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:4.0625rem;height:4.0625rem;top:91.0810578125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:18rem;height:2.9236125rem;top:2.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden;font-weight:700;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:17.5rem;height:auto;top:38.249786376953rem;left:0rem; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:17.5rem;height:auto;top:38.249786376953rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k {  }
 }@media only screen and (max-width: 763px) { #ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { display:block; }
 }@media only screen and (max-width: 763px) { #qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { display:block; }
 }@media only screen and (max-width: 763px) { #It9nelb0GZqdwDkqJDUZO1B54SakxU6T { display:block; }
 }@media only screen and (max-width: 763px) { #apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { display:block; }
 }@media only screen and (max-width: 763px) { #Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { display:block; }
 }@media only screen and (max-width: 763px) { #J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { display:block; }
 }@media only screen and (max-width: 763px) { #iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U {  }
 }@media only screen and (max-width: 763px) { #JluI6VQwca51CBbByFCacig1F9AFKMVO { display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { width:20rem;height:8.4375rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { width:12.9375rem;height:12.9375rem;top:2.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { width:11.75rem;height:1.29980625rem;top:17rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPDTITZ9BrKefcXlOII5C390swL9GeTH { width:18.25rem;height:36.38545rem;top:19.554687976837rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzpm41zDazkoCN6pBioqKfTt35wXauUm { width:18.75rem;height:0.1875rem;top:56.572916984558rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C { display:block; }#Ia8TCQXfoTMNXwL3wGrO2hPRaH844S2C > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.599825rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:15.9375rem;height:12.34725rem;top:4.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:20rem;height:13.4863125rem;top:3.8125rem;left:0rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:2.1875rem;height:2.1875rem;top:17.6875rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdJM6xCFG88Bg1VaiD4OV8ZBLiRLTFch { width:4.0625rem;height:4.0625rem;top:16.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #r46563573b00b66439834c74fae4d9f41097b8c2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#r46563573b00b66439834c74fae4d9f41097b8c2.adaptive-delivery-prevent-bg, #r46563573b00b66439834c74fae4d9f41097b8c2.lazyload, #r46563573b00b66439834c74fae4d9f41097b8c2.lazyloading { background-image: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { background-color: transparent; background-image: none; }#r46563573b00b66439834c74fae4d9f41097b8c2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container > .video-iframe-container { display: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row > .video-iframe-container { display: none; }#r46563573b00b66439834c74fae4d9f41097b8c2 > .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); }#r46563573b00b66439834c74fae4d9f41097b8c2 > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N623784a9117b5688aba8cd993072c692adb5ccb { width:15.3125rem;height:4.89930625rem;top:12.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2b988cd1ba322228e2be74e236268d86973bdd4 { width:10.375rem;height:5.0371125rem;top:7rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8e01c4226262043db7f904bcb7e1045fc43c96 { width:10.375rem;height:5.0371125rem;top:25.5625rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5ae4002cbc9358e81935f01364b7bfea6f41bf { width:15.3125rem;height:4.89930625rem;top:31.1875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac92ccbee12f37d4fcca4c68a5785310391dc471 { width:10.375rem;height:5.0371125rem;top:44.125rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb4a11030b32ad0c3b430965172a6666657b7fa6 { width:15.3125rem;height:4.89930625rem;top:49.75rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C082f4e7ddf1d966d853eabe460989eb3f26fd93 { width:17.625rem;height:16.3125rem;top:2.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0d07c9611620247f87128ee3379561edaf68395 { width:17.625rem;height:16.3125rem;top:21rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d645db5dc34625b38ae5617fc1f95d90115542c3 { width:17.625rem;height:16.3125rem;top:39.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n298e6e4594e5e5f923c594968b2fa5b4adf35bc { width:17.4375rem;height:3.75rem;top:57.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4e08c83c197775521fdaffcae24937b34a25709 { display:block; }
 }@media only screen and (max-width: 763px) { #Lcd631cacde113c1ce625f88bb73b15fb6bfaeda { width:3.125rem;height:3.125rem;top:22.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fd2d07352908153cb320f1bb2b9c64b26e6188 { width:3.125rem;height:3.125rem;top:3.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81d412aa8ecf506f9a3f605c15f3388c75f63a7 { width:3.125rem;height:3.125rem;top:40.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad8032917ed8f5c21e1a62efc900f44cb0d80265 { display:block; }#Ad8032917ed8f5c21e1a62efc900f44cb0d80265 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia29b07fc1ad85a22d207f1fcec459c38a2ace9e { width:17.625rem;height:11.0625rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1e40248fa7fa753fa620b9f89f4c17c520cd3c8 { width:17.8125rem;height:2.1936375rem;top:5rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98442b68ab4ecc5a1e5ea46cd79f05e3ada53be { width:20rem;height:1.543525rem;top:34.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cea936031089f6a5976e8f24327250c24849de1a { width:17.5rem;height:11.0625rem;top:15.75rem;left:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #f6d1475b1aace0168770eadf8deae909ce62882b { width:17.4375rem;height:3.75rem;top:29.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af00137b885707bd69e2ab43ece195c8d96e4748 { display:block; }
 }@media only screen and (max-width: 763px) { #s19f1b382f3ba5f8c252702a1bd26b197efe6742 { width:17.4375rem;height:2.1936375rem;top:18.25rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf02dd607562f5ba877412d3e318b9480065fc92 { width:16.3125rem;height:2.599825rem;top:8.5625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6218cb8e85bc182e907ed33bc0e0dec9d274e9b { width:16.3125rem;height:2.599825rem;top:21.75rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:4.5rem;left:1.375rem;width:17.3125rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { width:20rem;height:0.9748875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { width:20rem;height:1.94965rem;top:2.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }