.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #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(238deg, #000131, #02edf3);background-size:auto !important;position:relative;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 {  }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:14px;font-family:arial;height:734px;width:1200px;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:536px;position:absolute;font-family:oswald;font-size:71px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:154px;left:18px;height:312.4px;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:250px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:294px;width:449px;top:183px;left:731px;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:0;border-top-right-radius:0;border-bottom-left-radius:200px;border-bottom-right-radius:0;height:217px;width:485px;top:451px;left:572px;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:128px;left:762.50001525879px;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:145px;width:145px;top:64px;left:554.00001525879px;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:65px;width:65px;top:344.50003051758px;left:636.00001525879px;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:441px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:128px;left:21px;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:lato;font-size:12px;font-weight:bold;color:#ffffff;width:372px;padding-top:0;padding-right:0;padding-bottom:5px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:372px;box-sizing:border-box;height:45px;color:#161616;font-size:17px;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:372px;box-sizing:border-box;height:70px;color:#161616;font-size:17px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:372px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image: -webkit-linear-gradient(83deg, #801dd1, #0002a8);background-image: -moz-linear-gradient(83deg, #801dd1, #0002a8);background-image: -ms-linear-gradient(83deg, #801dd1, #0002a8);background-image: -o-linear-gradient(83deg, #801dd1, #0002a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#801dd1', endColorstr='#0002a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#801dd1', endColorstr='#0002a8' );";background-image: linear-gradient(83deg, #801dd1, #0002a8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:700;color:#f2f9ff;width:372px;height:65px;font-family:lato;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-moz-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-moz-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-ms-input-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-webkit-input-placeholder { color:#d2bca5;font-family:arial;font-size:14px;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:11px;font-weight:300;color:#000000;vertical-align:top;width:352px;overflow:hidden;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;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:18px;vertical-align:middle;font-family:quicksand;font-size:12px;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:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:372px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:410.00004577637px;z-index:15021;position:absolute; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:372px;display:block;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;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:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:372px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:410.00004577637px;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 {  }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:334px;width:1200px;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;height:135px;width:1158px;top:87px;left:21px;display:block; }
#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce919864-fcbd-4686-9a22-45ab03d15c23/AliceOfoli.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:4px solid rgba(128,29,209,0.72);border-left:4px solid rgba(128,29,209,0.72);border-right:4px solid rgba(128,29,209,0.72);border-bottom:4px solid rgba(128,29,209,0.72);border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:224px;width:224px;top:30px;left:484px;display:block; }#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.adaptive-delivery-prevent-bg, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyload, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyloading { background-image: none; }
#vLg02VxVCUytOTVOmVayKirU8DebcUD0 { color:#801dd1;display:block;width:188px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:280px;left:506px;height:24.7px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container { background-color: transparent; background-image: none; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container > .video-iframe-container { display: none; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row > .video-iframe-container { display: none; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .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); }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container { border-width: 0; border-radius: 0; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row > .video-iframe-container {  }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container { font-size:14px;font-family:arial;height:307px;width:1200px;position:relative;display:block; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh { 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;display:block; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.adaptive-delivery-prevent-bg, #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.lazyload, #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.lazyloading { background-image: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { background-color: transparent; background-image: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.72); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container > .video-iframe-container { display: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.72); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row > .video-iframe-container { display: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .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); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { border-width: 0; border-radius: 0; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row > .video-iframe-container {  }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { font-size:14px;font-family:arial;height:476px;width:1200px;position:relative;display:block; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 { 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;display:block; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0.adaptive-delivery-prevent-bg, #rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0.lazyload, #rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0.lazyloading { background-image: none; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container { background-color: transparent; background-image: none; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container > .video-iframe-container { display: none; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row > .video-iframe-container { display: none; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .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); }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container { border-width: 0; border-radius: 0; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row > .video-iframe-container {  }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container { font-size:14px;font-family:arial;height:406px;width:1200px;position:relative;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, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #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(238deg, #000131, #02edf3);background-size:auto !important;position:relative;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 {  }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { z-index:15001;top:45px;left:454px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:292px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:15.6px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:154px;left:0px;width:536px;height:234px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:183px;left:315px;width:449px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:451px;left:279px;width:485px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:128px;left:544.50001525879px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:64px;left:336.00001525879px;width:145px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:344px;left:418.00001525879px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:128px;left:0px;width:441px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:372px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:353px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:372px;height:auto;top:410px;left:0px; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:372px;height:auto;top:410px;left:0px; }
 }@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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { top:87px;left:0px;width:764px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { top:30px;left:266px;width:224px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { top:280px;left:288.00004577637px;width:188px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N { display:block; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh { display:block; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 { display:block; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:45px;left:236px;width:292px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { top:14px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { top:35px;left:0px;width:764px;height:15px;font-size:12px;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:320px;height:946px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:286px;height:215.6px;top:101px;left:19px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:242px;height:241px;top:371px;left:69px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:320px;height:217px;top:1202.56255px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:103px;height:103px;top:795.56255px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:80px;height:80px;top:371px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:65px;height:65px;top:1457.296925px;left:127px;display:none; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:288px;height:46.8px;top:43px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:22px;overflow:hidden;font-weight:700;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:280px;height:auto;top:612.00006103516px;left:0px; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:280px;height:auto;top:612.00006103516px;left:0px; }
 }@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:320px;height:326px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { width:320px;height:135px;top:87px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { width:201px;height:201px;top:43px;left:55.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { width:188px;height:20.8px;top:267px;left:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N { display:block; }#axt3z1aw9Xf56GU3zS3TRcbPhdviXH1N > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh { 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; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.adaptive-delivery-prevent-bg, #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.lazyload, #Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh.lazyloading { background-image: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { background-color: transparent; background-image: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container > .video-iframe-container { display: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .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); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row > .video-iframe-container { display: none; }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .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); }#Qg9ThFKWNixRBxJ3BU4EN6BTZ7sexbxh > .row .container { width:320px;height:1029px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 { display:block; }#rm07PFBxFKsb6cUWIRPxhAs9qu7ultD0 > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:72px;left:22px;width:277px;height:37px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { width:320px;height:15.6px;top:18px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { width:320px;height:31.2px;top:43px;left:0px;font-size:12px;display:block; }
 }