.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef9b4859-02f9-4b45-8e91-a6c58a62b2eb/FondoGrain.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { background-color: transparent; background-image: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container > .video-iframe-container { display: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row > .video-iframe-container { display: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .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); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { border-width: 0; border-radius: 0; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#yGgIvoINfnGBJ9HR4Q1TGIKFzCU1yRfp { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffb0a8, #ff958b);background-image: -moz-linear-gradient(0deg, #ffb0a8, #ff958b);background-image: -ms-linear-gradient(0deg, #ffb0a8, #ff958b);background-image: -o-linear-gradient(0deg, #ffb0a8, #ff958b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb0a8', endColorstr='#ff958b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb0a8', endColorstr='#ff958b' );";background-image: linear-gradient(0deg, #ffb0a8, #ff958b);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:19.25rem;height:3.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:31.8125rem;left:0rem;display:block; }
#dn6P2XtcMT7IvLfOlXMZEIlKVSHBDuzJ { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#I6kXZHXivEUrchufLObHHb1qXF2TKbzZ { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:merriweather;font-size:2.875rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:6.9619375rem;font-style:italic;display:block; }
#kq1hNGEmXPrs00r7qy94buIT1iVD1hpv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:8.875rem;top:3.9375rem;left:51.039179104477rem;overflow:hidden;display:block; }
#NfAiiLwMJOCAHP8xWQfbL4bK3ZSU8utH { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:31.875rem;top:8.875rem;left:28.125rem;overflow:hidden;display:block; }
#HPuLDwzprW29TkxKvd2yaC1ps1CRQFTg { color:#ffb0a8;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:15.8125rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#e9dqMEz1M29oLdENWUEoQpD5KNksppuw { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:17.8310546875rem;left:0rem;height:2.69970625rem;font-style:normal;display:block; }
#Tqyg76v8Pa71SpQwTTFVJXkSPEpg7bRG { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:21.625rem;left:7.3125rem;height:5.46094375rem;font-style:normal;display:block; }
#L0LJ1k1tCbnB9bP9K9gP0Bev58SQWfGL { color:#ffb0a8;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:28.17578125rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#dIQT3vDBrzopsCV0m6171z8d4zBxi1nM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.0625rem;top:21.25rem;left:0rem;overflow:hidden;display:block; }
#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container { background-color: transparent; background-image: none; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container > .video-iframe-container { display: none; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row > .video-iframe-container { display: none; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .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); }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container { border-width: 0; border-radius: 0; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#PGsgcWSuoaF3BhTCbWAxQ2HMsMM7IuFf { color:#ac8585;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1;letter-spacing:0;top:6.375rem;left:43.28125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPr1QGvs82t5aSkCoKILuXvuFdoR0LuT { box-sizing:content-box;color:#c27cf7;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.875rem;left:47.75rem;display:block; }
#lPrJIkWGi7TZ2EOUTi9LHq9BTUuQZorW { display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100018;line-height:1.2;letter-spacing:0;top:9.6875rem;left:43.34375rem;height:7.19825rem;color:#848484;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIapKJwexFl06qmmU5spaqhJ45VQayyq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:6.6875rem;left:3.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxFQn9KVpUv5JTqEa71a7yFCPbf16kXD { box-sizing:content-box;color:#c27cf7;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.875rem;left:7.8125rem;display:block; }
#km5KsnEr9A5maKX9SX7U3iCwSmfT4iXp { display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.2;letter-spacing:0;top:9.6875rem;left:3.53125rem;height:7.19825rem;color:#848484;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iABQ90dV3ZWv5FHgJ6g0mWpT1l5T9gar { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:6.4375rem;left:22.46875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgkQ9Xso4WI1fr0ZNAcdrMM1zpiObE9N { box-sizing:content-box;color:#c27cf7;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.875rem;left:27.75rem;display:block; }
#U3q8hW5LhFa9doE5D7VAyrAMLDcVpTUn { display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:9.25rem;left:22.9375rem;height:7.19825rem;color:#848484;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AJwGWAIj/base4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.adaptive-delivery-prevent-bg, #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.lazyload, #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.lazyloading { background-image: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { background-color: transparent; background-image: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container > .video-iframe-container { display: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row > .video-iframe-container { display: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .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); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { border-width: 0; border-radius: 0; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#mbgx6AiTpql7iaQH7XIhKVgMOVVTpeZF { display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:9.25rem;left:3.375rem;height:8.6230625rem;color:#646464;text-align:left;text-align-last:left;font-style:normal;display:block; }
#elCTamvM0yBDePFDlxGU9Pf4EdirqNi5 { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:merriweather;font-size:2.75rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;top:5.5rem;left:3.375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP { display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:19.0625rem;left:5.125rem;height:;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }#Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP li:before{  }
#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { background-color: transparent; background-image: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container > .video-iframe-container { display: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row > .video-iframe-container { display: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .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); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { border-width: 0; border-radius: 0; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#MFZDewOyUZ5UNt4ISvP5sFzBXPuGlTB0 { color:#c180f4;display:block;width:35.8125rem;position:absolute;font-family:merriweather;font-size:2.8125rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:4.6875rem;left:12.125rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#tiH2SllnvgRDrS72d5mbXEZMTUs7etWQ { color:#848484;display:block;width:43.5rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:11.1875rem;left:8.25rem;height:4.78661875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyZa2v60Qu1csrO5QPNNz0vaV1JsORRM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:34.625rem;top:17.875rem;left:12.6875rem;display:block; }
#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mcX6b8uo/base3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.adaptive-delivery-prevent-bg, #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.lazyload, #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.lazyloading { background-image: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { background-color: transparent; background-image: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container > .video-iframe-container { display: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row > .video-iframe-container { display: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .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); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { border-width: 0; border-radius: 0; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#DC7y7fiufWsH9LkZJuPPTeQxeqps9yTu { color:#666666;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100028;line-height:1.7;letter-spacing:0;top:15.875rem;left:34.5rem;height:8.62353125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bnxnc8VqOkMAQdopaiMu9aX6sNi329Xn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:5.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:25rem;left:33.25rem;height:6.8246875rem;font-style:normal;display:block; }
#pKraK3816dOJqNpc7040L3DxR9VpPtz4 { color:#666666;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:30.5rem;left:33.25rem;height:4.63036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tb51RwbH1d2Jo9cTVrtIn3FOJo6Hf1e1 { color:#666666;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100029;line-height:1.1;letter-spacing:0;top:26rem;left:42.625rem;height:2.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ph9NUlJruf3MdeAVkicw6EQfIVGwUtvt { color:#666666;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:11.4375rem;left:33rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xPdAg0AWoXKxqAr9vs9VCtFxLxSNpHX2 { color:#666666;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:5.625rem;font-weight:300;z-index:100029;line-height:1.5;letter-spacing:0;top:3.0625rem;left:45.375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kfc6mNqw1kLW0vnwg0H5yHDegZsrhlOk { color:#666666;display:block;width:25.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:300;z-index:100028;line-height:1.5;letter-spacing:0;top:6.25rem;left:33.0625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TT7oW6opwQbArUQRCRSf1ZRZ8UHPKgIe { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:25.8125rem;top:10.3125rem;left:33rem;display:block; }
#S5qPGVpT80tClqFUhQ1oHAbOpvcw9n8q { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:15.25rem;left:32.625rem;display:block; }
#XK1g9P2ksF8piVx5WL3fM3d0IHFk3e1g { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:17rem;left:32.625rem;display:block; }
#wQEVTeIaeud4JWq5wufHeipuGiWXcE8T { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:18.625rem;left:32.625rem;display:block; }
#dzxBHmkuC5xOdN27JAUiy4X7DtbqZQ0f { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:20.25rem;left:32.625rem;display:block; }
#qZx93HtSxotX4F4OEnk3OmsXE2PZbHoQ { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:21.9375rem;left:32.6875rem;display:block; }
#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container { background-color: transparent; background-image: none; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container > .video-iframe-container { display: none; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row > .video-iframe-container { display: none; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .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); }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container { border-width: 0; border-radius: 0; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#yKCTnDdiDeE0WBIhJcKc39MCQqkI6iU3 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:5.537109375rem;left:9rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccCdLaK987BhS4W73VA1oGkA1Mq26Hg6 { color:#848484;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:6.0625rem;left:27.6875rem;height:4.199225rem;font-style:normal;text-align:right;text-align-last:right;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; }
#EvXBlNIHmf4kRfAsv4p31wy0XZ3mHoIX { color:#848484;display:block;width:7.0625rem;position:absolute;font-family:"helvetica neue";font-size:1.75rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:6.0625rem;left:47.6875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROQOzeUvgZfWHHeuIHu5lt8SkMWMX330 { position:absolute;display:block;z-index:100015;background-color:#8d8d8d;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:0.125rem;width:46.875rem;top:12.59375rem;left:9.09375rem;display:block; }
#FMEgHJRvZ4zQDaqDyJ3EtH87aSNIurNU { color:#848484;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:15.25rem;left:9rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJKPEmBPTFu38Az2TP3fyzJJWG5swsfd { color:#9c9b9d;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:24.474609375rem;left:9rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#BeAC0fzXsdeEzEpI4152KVt2ttmQCftV { color:#9052f3;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:22.875rem;left:9rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container { background-color: transparent; background-image: none; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container > .video-iframe-container { display: none; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row > .video-iframe-container { display: none; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .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); }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container { border-width: 0; border-radius: 0; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf { position:relative;display:block; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf { background-color: transparent; background-image: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container > .video-iframe-container { display: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row > .video-iframe-container { display: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .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); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf { border-width: 0; border-radius: 0; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-form-header {  }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#979797;font-family:lato;font-size:0.875rem;overflow:hidden; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb0a8, #ff958b);background-image: -moz-linear-gradient(180deg, #ffb0a8, #ff958b);background-image: -ms-linear-gradient(180deg, #ffb0a8, #ff958b);background-image: -o-linear-gradient(180deg, #ffb0a8, #ff958b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb0a8', endColorstr='#ff958b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb0a8', endColorstr='#ff958b' );";background-image: linear-gradient(180deg, #ffb0a8, #ff958b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI [class*="-text"]:-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI [class*="-text"]::-moz-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:lato;font-size:0.875rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .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; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-container:first-of-type{padding-top:0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-container:last-of-type{padding-bottom:0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:1.4375rem;left:35.5927734375rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI {display:block;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:1.4375rem;left:35.5927734375rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #hyeApnE1upwJkvT3ghHp4o3ALbTxtGtH { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #p5vaIWLv4Tt1pF9JXss3kIomIkXCPwHN { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #OAS3zm6gWL6Pw7XiNpfauMGlZLyGOPFu { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #kDZP9uohe9tRIAyNpb66Cc2ib34nFuCt { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #oLy2oZvuIpZlNOiOU54812qDsP11PtIB { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #I3IXh5NEXm4EdKJeC8tUGmSZsCWDabM6 { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #VehUXzM5JmDN00LPBzbGQbfRMXL83OFl { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #i6KseSU9WDdKMGpENFs6aem8bOI7ckUn { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #h1HTAWFOyHpIzAiu2bMKwPQpJZ3JWWan { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #lqlEWIh3BtvyzsxdqTpLpCEutyMsoJus { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #nn0laicSCwg4Zv0F8E4TdZAWHOHtaWK2 { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cc7D4KPDx8EUHFB41HEKf2rDQ2iXGNVT { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cOXs29OcpvC7do7zpiuXzAlaym7rFEFu { position:relative; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #ztNJ0pJvJdBvufhw5CKVQeTp3CMBa7GT { position:relative; }
#gqwQP0XvXHorNOcQhtacQ6icxHKX4h20 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:18.6875rem;left:8.6875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vs3qAoukP1UpdK0UqI0n8eP9mKSmcUcg { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"helvetica neue";font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:22.6875rem;left:8.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVdB8coPHvtrOdtwFnxvHKeUiVzABq9v { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:100012;line-height:1;letter-spacing:0;top:19.125rem;left:0.6875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uliQs3CgqFF2LQzyB2KFUMLvGIIhZA8T { color:#ffb0a8;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#XTPHuJa3mUp79pH1gwJS6Zgeyku7wwW5 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:merriweather;font-size:2.25rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:2.69970625rem;font-style:normal;display:block; }
#lF5WqFo0sKdKvffHNCeuGbh7yxJVoFJn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:5.8125rem;left:7.3125rem;height:5.46094375rem;font-style:normal;display:block; }
#VzDMPcTTCz14zllIqK5cZa7QiD3IlRcR { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.0625rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#SeOrlXL3zG9CunLEKf0wFyIpv69CobkS { color:#ffb0a8;display:block;width:22.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;top:12.375rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#lTRznNoNaE45GvUpdACP11WuKFT7oaq7 { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:none;border-top:0.125rem solid #ffb0a8;border-left:0.125rem solid #ffb0a8;border-right:0.125rem solid #ffb0a8;border-bottom:0.125rem solid #ffb0a8;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:7rem;width:7rem;top:17.9375rem;left:0rem;display:block; }
#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00bae5;background-image:none;position:relative;display:block; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container { background-color: transparent; background-image: none; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container > .video-iframe-container { display: none; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row > .video-iframe-container { display: none; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .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); }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container { border-width: 0; border-radius: 0; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#t6TTurewt0N96xHLWxJTFedJWycfTF0V { color:#ffffff;display:block;width:60rem;position:absolute;font-family:merriweather;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:6.07470703125rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00bae5;background-image:none;position:relative;display:block; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { background-color: transparent; background-image: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container > .video-iframe-container { display: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row > .video-iframe-container { display: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .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); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { border-width: 0; border-radius: 0; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#gf6aJVuqCkDd4noZxoGvEh9FVKDo0DkZ { box-sizing:content-box;color:#9065d4;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.9375rem;left:9.25rem;display:block; }
#Xp9RuaJNARXn1hrUCLTODal9H9ROzp5y { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:2.125rem;left:8.4375rem;display:block; }
#ZWW0zAJQXXRESJ3w58DclThBTbP778IX { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:2.125rem;left:28.4375rem;display:block; }
#CXTeANEsTnhJ9sxlhhzCWRL3qrsWe53T { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:2.125rem;left:47.75rem;display:block; }
#BZOTOmczmGBxAvTZAE5EeXbMTG8VyeIq { box-sizing:content-box;color:#9065d4;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.9375rem;left:29.25rem;display:block; }
#kOnHU6N5ZF5Ag1QGrKTHyw4JJBhPKIGT { box-sizing:content-box;color:#9065d4;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:2.9375rem;left:48.5625rem;display:block; }
#IEnWuAGbs4kKh75mKHtsxUxi1URnzxcL { color:#585858;display:block;width:16.4980625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:6.7490234375rem;left:1.75rem;height:10.411125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKnFvc3gGSZH5iT9C6aAT8fPHIueJim4 { color:#585858;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:6.7490234375rem;left:22.1875rem;height:8.9238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8ziGVmlWufP3Cq8S0Xbgxnsonegy8JB { color:#585858;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:6.748046875rem;left:41.53125rem;height:10.411125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfb3vlX6PoURF9s02sFzgtDiNEmHNn7E { color:#585858;display:block;width:16.4970625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:18.6240234375rem;left:1.7509765625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#se7vvZ91FBt97O9BQtZJxsI4h17Rhmti { color:#585858;display:block;width:16.496125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:18.6240234375rem;left:21.7509765625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UADd8lLDHJWFWKHNbgeATM9cOTTPw9ex { color:#585858;display:block;width:16.496125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.6240234375rem;left:41.7509765625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xt9vmmlss9yros9Lxoe71c3B64FI7g3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { background-color: transparent; background-image: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container > .video-iframe-container { display: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row > .video-iframe-container { display: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .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); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { border-width: 0; border-radius: 0; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#Ke50CvNIMQGiW9D5l7uwgEGunXTeXbrG { color:#c27cf7;display:block;width:44.8125rem;position:absolute;font-family:merriweather;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:9.71875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsIoILaKnydsoIuivfiXJsWPtHcSqbPN { color:#848484;display:block;width:8.310546875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.375rem;height:4.27441875rem;display:block; }
#XJiklo8QtPTc4iAkhdm6T56HOXbLiTNu { color:#848484;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.2;letter-spacing:0;top:9.625rem;left:15.75rem;height:2.8496125rem;display:block; }
#nPiwIQJn75J5HxruLI5gE33kovcsJ8Pf { color:#848484;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.2;letter-spacing:0;top:9.78125rem;left:30.875rem;height:5.69921875rem;display:block; }
#f0qzVz7JeLJidtPWafekZd1smFNyzkTm { color:#848484;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.2;letter-spacing:0;top:9.78125rem;left:47.5rem;height:5.69921875rem;display:block; }
#QrgLw7uQGm1Oi11zou31dyd5gaPC6MoM { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:8.78125rem;left:0rem;display:block; }
#JK3VhZtCikLs5vgsJxwVinRy3k7JCWvo { box-sizing:content-box;color:#00bae5;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.59375rem;left:12.248046875rem;display:block; }
#UTITTLlfBvs3P7yhk2TLRbuz66OobOVz { box-sizing:content-box;color:#00bae5;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.96875rem;left:27.3125rem;display:block; }
#zqk1qAUbROplCVzi0QFdQS0ruZwFJpPG { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:9.15625rem;left:44rem;display:block; }
#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If { border-top:0.0625rem solid #d7d7d7;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container { background-color: transparent; background-image: none; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container > .video-iframe-container { display: none; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row > .video-iframe-container { display: none; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .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); }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container { border-width: 0; border-radius: 0; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#asT2SLOpOfxgcs6i3m9t6VrCbdAzTR3c { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:7.5625rem;top:0.59375rem;left:26.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu { display:block; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGgIvoINfnGBJ9HR4Q1TGIKFzCU1yRfp { width:19.25rem;height:3.8125rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn6P2XtcMT7IvLfOlXMZEIlKVSHBDuzJ { display:block; }
 }@media only screen and (max-width: 763px) { #I6kXZHXivEUrchufLObHHb1qXF2TKbzZ { width:34.9375rem;height:6.9375rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq1hNGEmXPrs00r7qy94buIT1iVD1hpv { width:8.875rem;height:4rem;top:3.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAiiLwMJOCAHP8xWQfbL4bK3ZSU8utH { width:31.875rem;height:26.8125rem;top:8.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuLDwzprW29TkxKvd2yaC1ps1CRQFTg { width:22.25rem;height:1.9375rem;top:15.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9dqMEz1M29oLdENWUEoQpD5KNksppuw { width:29.625rem;height:2.6875rem;top:17.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqyg76v8Pa71SpQwTTFVJXkSPEpg7bRG { width:18.75rem;height:5.4375rem;top:21.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0LJ1k1tCbnB9bP9K9gP0Bev58SQWfGL { width:22.25rem;height:1.9375rem;top:28.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIQT3vDBrzopsCV0m6171z8d4zBxi1nM { width:6.0625rem;height:6.125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg { display:block; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsgcWSuoaF3BhTCbWAxQ2HMsMM7IuFf { width:13.4375rem;height:2.25rem;top:6.375rem;left:32.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPr1QGvs82t5aSkCoKILuXvuFdoR0LuT { width:4.5rem;height:4.5rem;top:1.875rem;left:37.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPrJIkWGi7TZ2EOUTi9LHq9BTUuQZorW { width:13.3125rem;height:5.9375rem;top:9.6875rem;left:33.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIapKJwexFl06qmmU5spaqhJ45VQayyq { width:12.5rem;height:2.25rem;top:6.6875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFQn9KVpUv5JTqEa71a7yFCPbf16kXD { width:4.5rem;height:4.5rem;top:1.875rem;left:5.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5KsnEr9A5maKX9SX7U3iCwSmfT4iXp { width:12.9375rem;height:7.1875rem;top:9.6875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iABQ90dV3ZWv5FHgJ6g0mWpT1l5T9gar { width:15.0625rem;height:2.375rem;top:6.4375rem;left:16.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgkQ9Xso4WI1fr0ZNAcdrMM1zpiObE9N { width:4.5rem;height:4.5rem;top:1.875rem;left:21.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3q8hW5LhFa9doE5D7VAyrAMLDcVpTUn { width:14.0625rem;height:5.9375rem;top:9.25rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R { display:block; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbgx6AiTpql7iaQH7XIhKVgMOVVTpeZF { width:30.125rem;height:8.5625rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elCTamvM0yBDePFDlxGU9Pf4EdirqNi5 { width:25.6875rem;height:2.75rem;top:5.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP { width:30.5625rem;height:5.75rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:block; }#Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP li:before{  }
 }@media only screen and (max-width: 763px) { #qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S { display:block; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFZDewOyUZ5UNt4ISvP5sFzBXPuGlTB0 { width:35.8125rem;height:6.1875rem;top:4.6875rem;left:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiH2SllnvgRDrS72d5mbXEZMTUs7etWQ { width:43.5rem;height:4.75rem;top:11.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZa2v60Qu1csrO5QPNNz0vaV1JsORRM { width:34.625rem;height:19.25rem;top:17.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S { display:block; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC7y7fiufWsH9LkZJuPPTeQxeqps9yTu { width:25.5rem;height:8.5625rem;top:15.875rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnxnc8VqOkMAQdopaiMu9aX6sNi329Xn { width:12.5rem;height:6.8125rem;top:25rem;left:27.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKraK3816dOJqNpc7040L3DxR9VpPtz4 { width:18.3125rem;height:4.625rem;top:30.5rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51RwbH1d2Jo9cTVrtIn3FOJo6Hf1e1 { width:13.25rem;height:2.875rem;top:26rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9NUlJruf3MdeAVkicw6EQfIVGwUtvt { width:26.0625rem;height:3.125rem;top:11.4375rem;left:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPdAg0AWoXKxqAr9vs9VCtFxLxSNpHX2 { width:13.75rem;height:8.4375rem;top:3.0625rem;left:34rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfc6mNqw1kLW0vnwg0H5yHDegZsrhlOk { width:25.9375rem;height:3.9375rem;top:6.25rem;left:21.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7oW6opwQbArUQRCRSf1ZRZ8UHPKgIe { width:25.8125rem;height:0.25rem;top:10.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qPGVpT80tClqFUhQ1oHAbOpvcw9n8q { width:2.1875rem;height:2.625rem;top:15.25rem;left:26.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1g9P2ksF8piVx5WL3fM3d0IHFk3e1g { width:2.1875rem;height:2.625rem;top:17rem;left:26.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQEVTeIaeud4JWq5wufHeipuGiWXcE8T { width:2.1875rem;height:2.625rem;top:18.625rem;left:26.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzxBHmkuC5xOdN27JAUiy4X7DtbqZQ0f { width:2.1875rem;height:2.625rem;top:20.25rem;left:26.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx93HtSxotX4F4OEnk3OmsXE2PZbHoQ { width:2.1875rem;height:2.625rem;top:21.9375rem;left:26.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J { display:block; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKCTnDdiDeE0WBIhJcKc39MCQqkI6iU3 { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccCdLaK987BhS4W73VA1oGkA1Mq26Hg6 { width:19.125rem;height:4.1875rem;top:6.0625rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvXBlNIHmf4kRfAsv4p31wy0XZ3mHoIX { width:7.0625rem;height:4.1875rem;top:6.0625rem;left:40.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQOzeUvgZfWHHeuIHu5lt8SkMWMX330 { width:46.875rem;height:0.125rem;top:12.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMEgHJRvZ4zQDaqDyJ3EtH87aSNIurNU { width:23.875rem;height:6rem;top:15.25rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJKPEmBPTFu38Az2TP3fyzJJWG5swsfd { width:31rem;height:1.3125rem;top:24.4375rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeAC0fzXsdeEzEpI4152KVt2ttmQCftV { width:23.875rem;height:1.5rem;top:22.875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w { display:block; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf { display:block; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI  { width:17.5rem;height:auto;top:1.4375rem;left:27.75rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI {display:block;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI { width:17.5rem;height:auto;top:1.4375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #hyeApnE1upwJkvT3ghHp4o3ALbTxtGtH {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #p5vaIWLv4Tt1pF9JXss3kIomIkXCPwHN {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #OAS3zm6gWL6Pw7XiNpfauMGlZLyGOPFu {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #kDZP9uohe9tRIAyNpb66Cc2ib34nFuCt {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #oLy2oZvuIpZlNOiOU54812qDsP11PtIB {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #I3IXh5NEXm4EdKJeC8tUGmSZsCWDabM6 {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #VehUXzM5JmDN00LPBzbGQbfRMXL83OFl {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #i6KseSU9WDdKMGpENFs6aem8bOI7ckUn {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #h1HTAWFOyHpIzAiu2bMKwPQpJZ3JWWan {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #lqlEWIh3BtvyzsxdqTpLpCEutyMsoJus {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #nn0laicSCwg4Zv0F8E4TdZAWHOHtaWK2 {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cc7D4KPDx8EUHFB41HEKf2rDQ2iXGNVT {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cOXs29OcpvC7do7zpiuXzAlaym7rFEFu {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #ztNJ0pJvJdBvufhw5CKVQeTp3CMBa7GT {  }
 }@media only screen and (max-width: 763px) { #gqwQP0XvXHorNOcQhtacQ6icxHKX4h20 { width:22.875rem;height:3.5625rem;top:18.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3qAoukP1UpdK0UqI0n8eP9mKSmcUcg { width:21.4375rem;height:1.9375rem;top:22.6875rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVdB8coPHvtrOdtwFnxvHKeUiVzABq9v { width:5.875rem;height:5rem;top:19.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uliQs3CgqFF2LQzyB2KFUMLvGIIhZA8T { width:22.25rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPHuJa3mUp79pH1gwJS6Zgeyku7wwW5 { width:29.625rem;height:2.6875rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5WqFo0sKdKvffHNCeuGbh7yxJVoFJn { width:18.75rem;height:5.4375rem;top:5.8125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzDMPcTTCz14zllIqK5cZa7QiD3IlRcR { width:6.0625rem;height:6.125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeOrlXL3zG9CunLEKf0wFyIpv69CobkS { width:22.25rem;height:1.9375rem;top:12.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRznNoNaE45GvUpdACP11WuKFT7oaq7 { width:7rem;height:7rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 { display:block; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6TTurewt0N96xHLWxJTFedJWycfTF0V { width:47.75rem;height:2.75rem;top:6.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK { display:block; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf6aJVuqCkDd4noZxoGvEh9FVKDo0DkZ { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp9RuaJNARXn1hrUCLTODal9H9ROzp5y { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWW0zAJQXXRESJ3w58DclThBTbP778IX { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTeANEsTnhJ9sxlhhzCWRL3qrsWe53T { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZOTOmczmGBxAvTZAE5EeXbMTG8VyeIq { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnHU6N5ZF5Ag1QGrKTHyw4JJBhPKIGT { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnWuAGbs4kKh75mKHtsxUxi1URnzxcL { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnFvc3gGSZH5iT9C6aAT8fPHIueJim4 { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ziGVmlWufP3Cq8S0Xbgxnsonegy8JB { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfb3vlX6PoURF9s02sFzgtDiNEmHNn7E { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #se7vvZ91FBt97O9BQtZJxsI4h17Rhmti { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UADd8lLDHJWFWKHNbgeATM9cOTTPw9ex { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9vmmlss9yros9Lxoe71c3B64FI7g3D { display:block; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke50CvNIMQGiW9D5l7uwgEGunXTeXbrG { width:44.8125rem;height:3.25rem;top:4.9375rem;left:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsIoILaKnydsoIuivfiXJsWPtHcSqbPN { width:8.25rem;height:4.25rem;top:9.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJiklo8QtPTc4iAkhdm6T56HOXbLiTNu { width:12.5rem;height:2.8125rem;top:9.625rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPiwIQJn75J5HxruLI5gE33kovcsJ8Pf { width:12.5rem;height:5.6875rem;top:9.75rem;left:24.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qzVz7JeLJidtPWafekZd1smFNyzkTm { width:12.5rem;height:5.6875rem;top:9.75rem;left:35.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrgLw7uQGm1Oi11zou31dyd5gaPC6MoM { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3VhZtCikLs5vgsJxwVinRy3k7JCWvo { width:3.75rem;height:3.75rem;top:8.5625rem;left:6.123046875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTITTLlfBvs3P7yhk2TLRbuz66OobOVz { width:3.4375rem;height:3.4375rem;top:8.9375rem;left:21.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqk1qAUbROplCVzi0QFdQS0ruZwFJpPG { width:3.125rem;height:3.125rem;top:9.125rem;left:37.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If { display:block; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asT2SLOpOfxgcs6i3m9t6VrCbdAzTR3c { width:7.5625rem;height:3.1875rem;top:0.5625rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#a488d0;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef9b4859-02f9-4b45-8e91-a6c58a62b2eb/FondoGrain.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu.adaptive-delivery-prevent-bg, #LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu.lazyload, #LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu.lazyloading { background-image: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { background-color: transparent; background-image: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container > .video-iframe-container { display: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row > .video-iframe-container { display: none; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .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); }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { border-width: 0; border-radius: 0; }#LCHZ0dOcZ9QTsrDaZ6zdSTQetEocIXKu > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGgIvoINfnGBJ9HR4Q1TGIKFzCU1yRfp { width:18.125rem;height:3.4375rem;top:37.375rem;left:0.9375rem;font-size:1.1875rem;line-height:2.1;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #dn6P2XtcMT7IvLfOlXMZEIlKVSHBDuzJ { display:block; }
 }@media only screen and (max-width: 763px) { #I6kXZHXivEUrchufLObHHb1qXF2TKbzZ { width:11.1875rem;height:9.599625rem;top:7.6875rem;left:0rem;font-size:2rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #kq1hNGEmXPrs00r7qy94buIT1iVD1hpv { width:7.375rem;height:3.1875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAiiLwMJOCAHP8xWQfbL4bK3ZSU8utH { width:14.0625rem;height:11.75rem;top:7.6875rem;left:5.8008241758242rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuLDwzprW29TkxKvd2yaC1ps1CRQFTg { width:19.3125rem;height:1.79980625rem;top:21.9375rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9dqMEz1M29oLdENWUEoQpD5KNksppuw { width:19.4375rem;height:2.0996125rem;top:23.8125rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqyg76v8Pa71SpQwTTFVJXkSPEpg7bRG { width:11.25rem;height:6.06103125rem;top:26.6875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0LJ1k1tCbnB9bP9K9gP0Bev58SQWfGL { width:19.5rem;height:1.79980625rem;top:33.5625rem;left:0rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(98,60,149,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #dIQT3vDBrzopsCV0m6171z8d4zBxi1nM { width:6.0625rem;height:6.125rem;top:26.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg { display:block; }#S7TIm9r99ZgRhnb5JkDIpUTQUmTtsnRg > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGsgcWSuoaF3BhTCbWAxQ2HMsMM7IuFf { width:15.0625rem;height:2.5rem;top:23.9375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPr1QGvs82t5aSkCoKILuXvuFdoR0LuT { width:4.5rem;height:4.5rem;top:19.4375rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPrJIkWGi7TZ2EOUTi9LHq9BTUuQZorW { width:12.9375rem;height:5.249025rem;top:27.5rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIapKJwexFl06qmmU5spaqhJ45VQayyq { width:12.5rem;height:2.5rem;top:8.75rem;left:3.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxFQn9KVpUv5JTqEa71a7yFCPbf16kXD { width:4.5rem;height:4.5rem;top:4.25rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5KsnEr9A5maKX9SX7U3iCwSmfT4iXp { width:12.9375rem;height:5.249025rem;top:12.1875rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iABQ90dV3ZWv5FHgJ6g0mWpT1l5T9gar { width:15.6875rem;height:2.5rem;top:38.5625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgkQ9Xso4WI1fr0ZNAcdrMM1zpiObE9N { width:4.5rem;height:4.5rem;top:34.0625rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3q8hW5LhFa9doE5D7VAyrAMLDcVpTUn { width:12.9375rem;height:5.249025rem;top:41.625rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R { background-color:transparent;background-image:url("https://images.assets-landingi.com/AJwGWAIj/base4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.adaptive-delivery-prevent-bg, #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.lazyload, #XXE5FA74qh464lNuMdcfcT4WMqT0Or3R.lazyloading { background-image: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { background-color: transparent; background-image: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.75); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container > .video-iframe-container { display: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.75); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row > .video-iframe-container { display: none; }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .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); }#XXE5FA74qh464lNuMdcfcT4WMqT0Or3R > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbgx6AiTpql7iaQH7XIhKVgMOVVTpeZF { width:20rem;height:8.097625rem;top:8.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #elCTamvM0yBDePFDlxGU9Pf4EdirqNi5 { width:20rem;height:2.0625rem;top:4.875rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;color:#2eb2ff;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP { width:20rem;height:6.0859375rem;top:17.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Xa6ylp3UcB3NHHSCwSiPGXFPvB7y02RP li:before{  }
 }@media only screen and (max-width: 763px) { #qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { background-color: transparent; background-image: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container > .video-iframe-container { display: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row > .video-iframe-container { display: none; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .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); }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { border-width: 0; border-radius: 0; }#qyo6F6tgtRWmmLu9BHBN8MqaaJGy9k8S > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFZDewOyUZ5UNt4ISvP5sFzBXPuGlTB0 { width:20rem;height:3.574225rem;top:5.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiH2SllnvgRDrS72d5mbXEZMTUs7etWQ { width:20rem;height:7.2607375rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gyZa2v60Qu1csrO5QPNNz0vaV1JsORRM { height:11.1181875rem;width:20rem;top:17.4716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S { background-color:transparent;background-image:url("https://images.assets-landingi.com/mcX6b8uo/base3.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.adaptive-delivery-prevent-bg, #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.lazyload, #oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S.lazyloading { background-image: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { background-color: transparent; background-image: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.75); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container > .video-iframe-container { display: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.75); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row > .video-iframe-container { display: none; }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .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); }#oExqSFe6iVir9GEIVJg0nzRdtkkRgb5S > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC7y7fiufWsH9LkZJuPPTeQxeqps9yTu { width:16.3125rem;height:13.5rem;top:12.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bnxnc8VqOkMAQdopaiMu9aX6sNi329Xn { width:12.5rem;height:3.57470625rem;top:28.5625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKraK3816dOJqNpc7040L3DxR9VpPtz4 { width:15.625rem;height:3.9619125rem;top:32.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51RwbH1d2Jo9cTVrtIn3FOJo6Hf1e1 { width:13.25rem;height:3.44921875rem;top:28.3125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ph9NUlJruf3MdeAVkicw6EQfIVGwUtvt { width:19.9375rem;height:2.76171875rem;top:9.375rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPdAg0AWoXKxqAr9vs9VCtFxLxSNpHX2 { width:13.75rem;height:4.78125rem;top:4.1875rem;left:6.25rem;text-align:center;text-align-last:center;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfc6mNqw1kLW0vnwg0H5yHDegZsrhlOk { width:7.375rem;height:2.34375rem;top:5.78125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7oW6opwQbArUQRCRSf1ZRZ8UHPKgIe { width:13.625rem;height:0.25rem;top:7.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qPGVpT80tClqFUhQ1oHAbOpvcw9n8q { width:2.1875rem;height:2.625rem;top:12.25rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1g9P2ksF8piVx5WL3fM3d0IHFk3e1g { width:2.1875rem;height:2.625rem;top:13.9375rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQEVTeIaeud4JWq5wufHeipuGiWXcE8T { width:2.1875rem;height:2.625rem;top:16.8125rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzxBHmkuC5xOdN27JAUiy4X7DtbqZQ0f { width:2.1875rem;height:2.625rem;top:19.8125rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx93HtSxotX4F4OEnk3OmsXE2PZbHoQ { width:2.1875rem;height:2.625rem;top:22.9375rem;left:0.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J { display:block; }#iTD8sx1xbo2mtANm2mfR8hv34pHyHB1J > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKCTnDdiDeE0WBIhJcKc39MCQqkI6iU3 { width:19.562rem;height:3.875rem;top:5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccCdLaK987BhS4W73VA1oGkA1Mq26Hg6 { width:11.875rem;height:2.886725rem;top:10.0625rem;left:1.0625rem;text-align:right;text-align-last:right;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EvXBlNIHmf4kRfAsv4p31wy0XZ3mHoIX { width:4.6875rem;height:2.88671875rem;top:10.0625rem;left:13.5625rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ROQOzeUvgZfWHHeuIHu5lt8SkMWMX330 { width:20rem;height:0.0625rem;top:15.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMEgHJRvZ4zQDaqDyJ3EtH87aSNIurNU { width:20rem;height:5.46094375rem;top:16.34765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJKPEmBPTFu38Az2TP3fyzJJWG5swsfd { width:19.125rem;height:2.3994125rem;top:25.31396484375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BeAC0fzXsdeEzEpI4152KVt2ttmQCftV { width:20rem;height:1.3496125rem;top:23.5263671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w { display:none; }#z1NIv1MGSEl5qzv7mDESXkJoCrsEcV1w > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef9b4859-02f9-4b45-8e91-a6c58a62b2eb/FondoGrain.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf.adaptive-delivery-prevent-bg, #ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf.lazyload, #ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf.lazyloading { background-image: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container { background-color: transparent; background-image: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.5); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container > .video-iframe-container { display: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.5); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row > .video-iframe-container { display: none; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .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); }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container { border-width: 0; border-radius: 0; }#ET4SEWoX8bg7AwURziA4NnTCn4bAMEAf > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI  { width:17.375rem;height:auto;top:14.37060546875rem;left:0rem; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI {display:block;}#gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI { width:17.375rem;height:auto;top:14.37060546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #hyeApnE1upwJkvT3ghHp4o3ALbTxtGtH {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #p5vaIWLv4Tt1pF9JXss3kIomIkXCPwHN {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #OAS3zm6gWL6Pw7XiNpfauMGlZLyGOPFu {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #kDZP9uohe9tRIAyNpb66Cc2ib34nFuCt {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #oLy2oZvuIpZlNOiOU54812qDsP11PtIB {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #I3IXh5NEXm4EdKJeC8tUGmSZsCWDabM6 {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #VehUXzM5JmDN00LPBzbGQbfRMXL83OFl {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #i6KseSU9WDdKMGpENFs6aem8bOI7ckUn {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #h1HTAWFOyHpIzAiu2bMKwPQpJZ3JWWan {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #lqlEWIh3BtvyzsxdqTpLpCEutyMsoJus {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #nn0laicSCwg4Zv0F8E4TdZAWHOHtaWK2 {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cc7D4KPDx8EUHFB41HEKf2rDQ2iXGNVT {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #cOXs29OcpvC7do7zpiuXzAlaym7rFEFu {  }
 }@media only screen and (max-width: 763px) { #gQr6G17HxomxGg7J8m5WbsDUX7QF6KEI #ztNJ0pJvJdBvufhw5CKVQeTp3CMBa7GT {  }
 }@media only screen and (max-width: 763px) { #gqwQP0XvXHorNOcQhtacQ6icxHKX4h20 { width:11.8125rem;height:3.36133125rem;top:4.875rem;left:8.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vs3qAoukP1UpdK0UqI0n8eP9mKSmcUcg { width:11.6875rem;height:4.1235375rem;top:8.4375rem;left:8.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FVdB8coPHvtrOdtwFnxvHKeUiVzABq9v { width:7.1875rem;height:4.5rem;top:6.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uliQs3CgqFF2LQzyB2KFUMLvGIIhZA8T { width:20rem;height:1.94970625rem;top:39.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPHuJa3mUp79pH1gwJS6Zgeyku7wwW5 { width:20rem;height:2.4624rem;top:41.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5WqFo0sKdKvffHNCeuGbh7yxJVoFJn { width:11.25rem;height:6.06103125rem;top:44.6875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzDMPcTTCz14zllIqK5cZa7QiD3IlRcR { width:6.0625rem;height:6.125rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeOrlXL3zG9CunLEKf0wFyIpv69CobkS { width:20rem;height:1.94970625rem;top:51.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRznNoNaE45GvUpdACP11WuKFT7oaq7 { width:7rem;height:7rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 { display:block; }#xQAOfdywN7BEQ5zXUI0q0OxyHn6ulqR8 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6TTurewt0N96xHLWxJTFedJWycfTF0V { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK { background-color:#00bae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { background-color: transparent; background-image: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container > .video-iframe-container { display: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row > .video-iframe-container { display: none; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .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); }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { border-width: 0; border-radius: 0; }#pgOKe9FlAdgZ5XniJhrGc0WKh7bfaJgK > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf6aJVuqCkDd4noZxoGvEh9FVKDo0DkZ { width:1.4998375rem;height:1.4998375rem;top:2.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp9RuaJNARXn1hrUCLTODal9H9ROzp5y { width:3.125rem;height:3.125rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWW0zAJQXXRESJ3w58DclThBTbP778IX { width:3.125rem;height:3.125rem;top:21.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTeANEsTnhJ9sxlhhzCWRL3qrsWe53T { width:3.125rem;height:3.125rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZOTOmczmGBxAvTZAE5EeXbMTG8VyeIq { width:1.5rem;height:1.5rem;top:22.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnHU6N5ZF5Ag1QGrKTHyw4JJBhPKIGT { width:1.5rem;height:1.5rem;top:38.375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnWuAGbs4kKh75mKHtsxUxi1URnzxcL { width:16.5rem;height:10.411125rem;top:5.1875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnFvc3gGSZH5iT9C6aAT8fPHIueJim4 { width:19.0625rem;height:6.9995rem;top:24.9375rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ziGVmlWufP3Cq8S0Xbgxnsonegy8JB { width:16.5rem;height:9.7993125rem;top:41.25rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfb3vlX6PoURF9s02sFzgtDiNEmHNn7E { width:16.4375rem;height:2.76171875rem;top:16.6875rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se7vvZ91FBt97O9BQtZJxsI4h17Rhmti { width:16.4375rem;height:2.761725rem;top:33rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UADd8lLDHJWFWKHNbgeATM9cOTTPw9ex { width:16.4375rem;height:2.76171875rem;top:52.3125rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9vmmlss9yros9Lxoe71c3B64FI7g3D { background-color:#ffffff;background-image:none;display:block; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { background-color: transparent; background-image: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container > .video-iframe-container { display: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row > .video-iframe-container { display: none; }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .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); }#xt9vmmlss9yros9Lxoe71c3B64FI7g3D > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke50CvNIMQGiW9D5l7uwgEGunXTeXbrG { width:17.5rem;height:5.19921875rem;top:5.1875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsIoILaKnydsoIuivfiXJsWPtHcSqbPN { width:8.25rem;height:4.5rem;top:15.4453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJiklo8QtPTc4iAkhdm6T56HOXbLiTNu { width:9rem;height:4.5rem;top:15.4453125rem;left:11rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nPiwIQJn75J5HxruLI5gE33kovcsJ8Pf { width:9.125rem;height:9rem;top:26.1328125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0qzVz7JeLJidtPWafekZd1smFNyzkTm { width:9.3125rem;height:9rem;top:26.1328125rem;left:10.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrgLw7uQGm1Oi11zou31dyd5gaPC6MoM { width:3.125rem;height:3.125rem;top:12.07421875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3VhZtCikLs5vgsJxwVinRy3k7JCWvo { width:3.75rem;height:3.75rem;top:11.6328125rem;left:10.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTITTLlfBvs3P7yhk2TLRbuz66OobOVz { width:3.4375rem;height:3.4375rem;top:22.5703125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqk1qAUbROplCVzi0QFdQS0ruZwFJpPG { width:3.125rem;height:3.125rem;top:22.7265625rem;left:10.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If { display:block; }#oFWIGn9dXpSPtLcIKTGMXmwysh4wx9If > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asT2SLOpOfxgcs6i3m9t6VrCbdAzTR3c { width:6.25rem;height:2.625rem;top:1.625rem;left:6.875rem;display:block; }
 }