.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:#fdf8ee;background-image:none;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:#fdf8ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { border-width: 0; border-radius: 0; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:60rem;height:38.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mwkqOywh1wswQRh4qkPO8Lm7s3HVStl7 { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:23.875001907349rem;left:28.3125rem;height:11.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Cvg37ZuI47eUdM6xvLQwTls2KuUHTZv0 { position:absolute;display:block;z-index:100005;background-color:#020202;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:19.8125rem;width:17.1875rem;top:18.6875rem;left:0rem;display:block; }
#LltDku9SKZv1t8VpcVGmVbUTq8MDokGw { position:absolute;display:block;z-index:100006;background-color:#020202;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:15.5625rem;width:12.5rem;top:0rem;left:47.5rem;display:block; }
#R9cPzQ1gxgzXLJRpCtEW84bWTGdlxbeX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hutm6vcdNJ9ruPGAz3K6y0NOp93yGbKO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.75rem;top:3.25rem;left:6.71875rem;overflow:hidden;display:block; }
#dlcWsFpo8t5rmlDaQdHh2H2ALqh4BZRc { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.75rem;top:4.5625rem;left:0.21875rem;overflow:hidden;display:block; }
#Nl2go5v59lL4UNFCNwR0TCK8s91km5Iw { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.75rem;top:5.25rem;left:3.90625rem;overflow:hidden;display:block; }
#c5pMLLulqiIe61Pa1SUTNWbD54GJduFX { position:absolute;display:block;z-index:100010;border-top:0.4375rem solid #020202;border-left:0.4375rem solid #020202;border-right:0.4375rem solid #020202;border-bottom:0.4375rem solid #020202;height:17.0625rem;width:17rem;top:12.609375rem;left:7.65625rem;overflow:hidden;display:block; }
#hTWysG5amxQJe8gNPAdy53KKXOr59d4H { position:absolute;display:block;z-index:100011;background-color:#fdf8ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #020202;border-left:0.4375rem solid #020202;border-right:0.4375rem solid #020202;border-bottom:0.4375rem solid #020202;height:16.6875rem;width:16.6875rem;top:3.25rem;left:35.375rem;display:block; }
#Jv0fKuEF6pyCHkW86GKvP4HOoxEG42Ha { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.53125rem;left:36.65625rem;height:14.21875rem;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; }
#T21W0QN9VZSKVF28V06w5lSD4kgA6xNv { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.09375rem;left:13.96875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m3b5BJ9F0VWfhgBza0UFdTn6iw8RLHVC { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"brittany signature";font-size:1.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.96875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8ee;background-image:none;position:relative;display:block; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container { background-color: transparent; background-image: none; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container > .video-iframe-container { display: none; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row > .video-iframe-container { display: none; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .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); }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container { border-width: 0; border-radius: 0; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-form-header {  }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-regular-label { display:block;width:13.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#020202;background-image:none;overflow:hidden; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:40.9375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.84375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-container:first-of-type{padding-top:0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-container:last-of-type{padding-bottom:0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#fdf8ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:42.5rem;height:auto;left:7.5rem;top:0rem;z-index:100014;position:absolute; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .radio-container { width:14.0625rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#fdf8ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:42.5rem;height:auto;left:7.5rem;top:0rem;z-index:100014;position:absolute; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #oUTQhyJDb4wmJzCNJ7GOqlgewfcvTpNR { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #EHAhAJ1TJcndu6LORchCEJHBncRf6A20 { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #z9nbIi2rzP9sBuEGhEC1eUcp7VvyQxMk { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #rQTGbX21tB3SCsmJ4HCQKJl8N15KZNhg { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #pQdPr15BQzK0g89TQH6X721HGFFdtwtt { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #K9eXNFKVX1bDTm83Gk4dUFR3Idd37Mgp { position:relative; }
#MiQOea8C2wUmIflK6nHOJlZOWWpaasfd { position:relative;display:block; }
#M96ngo59c4TNQUTXSkreGHM2W6LIypnC { position:relative;display:block; }
#iR1bMMH3lKBTJ5suVhqiOdBxAE6CBcZk { position:relative;display:block; }
#x7ZClVQZ7lz8uhSUysOSVkHD0Ww3Ub1X { position:relative;display:block; }
#xaONNuGL7r3WDIN0X9PTQGL6PmET0k4p { position:relative;display:block; }
#kaF5ERJdQB3ZN9NxTGqvbSSE3tCKwwNp { position:relative;display:block; }
#uAnGffLC9UykuTsdAkQ3wrUE98uTwzI5 { position:relative;display:block; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #tRVL8bweIetPTHiy6OoAQfkmJfTWkvUv { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #LDMHgV35wtyBJlP9GNZnHWdy0pPap8Dq { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #IrWBHQNMwBpmcckVf8JovTRNsQ8kVBsT { position:relative; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #E4pMc4Tm7Z43pgvUcFrLhF0IpgSZIdcg { position:relative;z-index:2; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #TCkMt8P9MzNx58Wy07UhRBT0KTs6L0a1 { position:relative; }
#HedTL4EvSzt1otKPo9J1Msei21EAeGwu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8ee;background-image:none;position:relative;display:block; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { background-color: transparent; background-image: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container > .video-iframe-container { display: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row > .video-iframe-container { display: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .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); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { border-width: 0; border-radius: 0; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#ZfUAimBDztkCtlSpR5t2GGB6LpxhEMIw { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.46875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hBmGANFnHHUf5qSNgt9ODfD929aoqnJr { position:absolute;display:block;z-index:100007;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:6.6875rem;left:4.53125rem;display:block; }
#JKISigfdBF4QT7P8IrN4UnNJb8z7mecL { position:absolute;display:block;z-index:100009;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:10.75rem;left:4.53125rem;display:block; }
#RL6OoDai1OQitaKco8FEhOU86PbtDMhk { position:absolute;display:block;z-index:100011;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:14.9375rem;left:4.65625rem;display:block; }
#l9i0DckcCGy41I3ziMhq06oBbk8HH3Ny { position:absolute;display:block;z-index:100012;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:18.9375rem;left:4.65625rem;display:block; }
#lzXSyMLPk55siOK4KeRHIJOsVLKoPqug { position:absolute;display:block;z-index:100013;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:23rem;left:4.65625rem;display:block; }
#P2yJDSSmne1pMLrOloFwfgmBF4UPiMgK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:6.2500004768369rem;left:8.28125rem;height:2.4375rem;display:block; }
#MtPD3E19MueBEu2ZZDdctsXCeo5yfTS6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.3125rem;left:8.28125rem;height:2.4375rem;display:block; }
#BtL5ysCQKiMEaUpnfRF6Qr71nNMfJTBE { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.500000953674rem;left:8.28125rem;height:2.4375rem;display:block; }
#x2D2G66aPqSJ8qf8opavOSI8F3lwcyxb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.28125rem;height:2.4375rem;display:block; }
#FEgq346VyBdaKGydWibAItAMSyhlrVta { color:#000000;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:22.562501907349rem;left:8.28125rem;height:2.4375rem;display:block; }
#Wr5uLmBG4VZyIErBGgJtKA9OaqGNIZu6 { position:absolute;display:block;z-index:100008;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:6.6875rem;left:32.8125rem;display:block; }
#k8TqZMHP0qBnQdFr4U4RcX1Nh4cOg5ei { position:absolute;display:block;z-index:100009;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:10.75rem;left:32.8125rem;display:block; }
#E7Xt4mRDgwXFufZGLuXG6ggu120CiLQv { position:absolute;display:block;z-index:100010;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:14.9375rem;left:32.8125rem;display:block; }
#K3XpnJGJk2J9P4ckSHUKP9A5p9rCqLLk { position:absolute;display:block;z-index:100011;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:18.9375rem;left:32.8125rem;display:block; }
#eB0arCTzRpIeWoTzGMOIEJLhTFZXeD3c { position:absolute;display:block;z-index:100012;background-color:#212121;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:1.5625rem;width:1.5625rem;top:23rem;left:32.8125rem;display:block; }
#HgSzEIQdxKCoIP3rPtAy1Aea9RmVNoRc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:6.2500004768369rem;left:37.65625rem;height:2.4375rem;display:block; }
#tTrBSZOw0bBDBzP9g8ldScPF2DRuUW8J { color:#000000;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.65625rem;height:4.875rem;display:block; }
#BnrkdplZGTRGWJA7TT6iGE0wXXE0D2ox { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.500000953674rem;left:37.65625rem;height:2.4375rem;display:block; }
#x8qtnqaghQuBsDUzbJWnZtokcOmJmiCx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:18.5rem;left:37.65625rem;height:4.875rem;display:block; }
#WsPMbmiyIZEzcoJ5FS98Tbe7ZIKCTi5G { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:22.562501907349rem;left:37.65625rem;height:2.4375rem;display:block; }
#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8ee;background-image:none;position:relative;display:block; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container { background-color: transparent; background-image: none; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container > .video-iframe-container { display: none; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row > .video-iframe-container { display: none; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .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); }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container { border-width: 0; border-radius: 0; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vXPVm1L2DLZUb78kiCWi317ShPS7NbST { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/t35O8RjD/for_Davilyn_s_Test_Lander.png");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;height:28.1875rem;width:60rem;top:0rem;left:0rem;display:block; }#vXPVm1L2DLZUb78kiCWi317ShPS7NbST.adaptive-delivery-prevent-bg, #vXPVm1L2DLZUb78kiCWi317ShPS7NbST.lazyload, #vXPVm1L2DLZUb78kiCWi317ShPS7NbST.lazyloading { background-image: none; }
#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8ee;background-image:none;position:relative;display:block; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container { background-color: transparent; background-image: none; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container > .video-iframe-container { display: none; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row > .video-iframe-container { display: none; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .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); }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container { border-width: 0; border-radius: 0; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#EvpvGVItGr2tmxWcSgPkJfSGFGJHLI8B { color:#000000;display:block;width:58.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.61495590209961rem;left:0.9375rem;height:6.5809375rem;text-align:center;text-align-last:center;display:block; }
#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8ee;background-image:none;position:relative;display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { background-color: transparent; background-image: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row > .video-iframe-container { display: none; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .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); }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { border-width: 0; border-radius: 0; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#XT9wCT24QAMx0WccQDCJCFast4bw4Ck9 { color:#100c0c;display:block;width:60rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJhNEP25HpU0G14S2w7lA6OBMIz60ZJv { z-index:100002;top:14.1875rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#292323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.249025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fwgDtHC5nQ2nXST8iRMDpeLBQiXmaAPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-form-header {  }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-regular-label { display:block;width:13.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#020202;background-image:none;overflow:hidden; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:40.9375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.84375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-container:first-of-type{padding-top:0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-container:last-of-type{padding-bottom:0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#fdf8ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:42.5rem;height:auto;left:6.9375rem;top:0rem;z-index:100015;position:absolute; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .radio-container { width:14.0625rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#fdf8ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:42.5rem;height:auto;left:6.9375rem;top:0rem;z-index:100015;position:absolute; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #JuqoBh53GChm8yOybqAdy9EGNtB9sn0u { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #RtaW7TOUsIDDW9naB2RTx94rH2kf1FzH { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #s7k0TH0DvJHMB1vE2FSy2aeg8pBpRNFD { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #pFBq1McxZrdQfbJ64QTiAnCUVRqxuvMK { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #Pd8LQktVzZ4SAbSkFx5t97DmxG5VgBQ0 { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #Wah1p40I1u4QG64licTWWpktSWwA7tZb { position:relative; }
#xGktJTmWb9EWa27nIB7oCDsEXhxIi7wl { position:relative;display:block; }
#LBTZOZeGoQ5XUlBDG3DM9fo1UfGMLi9J { position:relative;display:block; }
#ATSxEhH9JTSbPrrDmbuDABNNNEdAVkM7 { position:relative;display:block; }
#NxTeU9btbkCsVkkm1nk42Rd582B5vh7u { position:relative;display:block; }
#TZqfPMKMabmqMINx92ZT15XfU1xyGQqt { position:relative;display:block; }
#VgbnhRF24d01Fg9eLq8fVILQOIyiHF5f { position:relative;display:block; }
#odmsPEmTRNg0MTVGTJQxBIXgfycbIXbG { position:relative;display:block; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #fHz8UhNR5M1wRkepg99GfTq5BBdW9KlK { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #iNcKnasydkEHg7y4JqOqoZFwwItQFz4U { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #UIhSNGhrneANwBh1zLxaIFiyAoGsZv0H { position:relative; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #TQtRKxrRwdRapdF2HWchUVT0WqSVGGkn { position:relative;z-index:2; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN #ueALhdVkcJEzq9DKkHciyE100ZMFv2tp { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkqOywh1wswQRh4qkPO8Lm7s3HVStl7 { top:23.875rem;left:16.0625rem;width:31.6875rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvg37ZuI47eUdM6xvLQwTls2KuUHTZv0 { top:18.6875rem;left:0rem;width:17.1875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltDku9SKZv1t8VpcVGmVbUTq8MDokGw { top:0rem;left:35.25rem;width:12.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9cPzQ1gxgzXLJRpCtEW84bWTGdlxbeX { top:0rem;left:0rem;width:8.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutm6vcdNJ9ruPGAz3K6y0NOp93yGbKO { top:3.25rem;left:0.59375rem;width:3.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcWsFpo8t5rmlDaQdHh2H2ALqh4BZRc { top:4.5625rem;left:0rem;width:3.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl2go5v59lL4UNFCNwR0TCK8s91km5Iw { top:5.25rem;left:0rem;width:3.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5pMLLulqiIe61Pa1SUTNWbD54GJduFX { top:12.5625rem;left:1.53125rem;width:17rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWysG5amxQJe8gNPAdy53KKXOr59d4H { top:3.25rem;left:29.25rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv0fKuEF6pyCHkW86GKvP4HOoxEG42Ha { top:4.5rem;left:30.53125rem;width:15rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21W0QN9VZSKVF28V06w5lSD4kgA6xNv { top:1.0625rem;left:7.84375rem;width:19.0625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b5BJ9F0VWfhgBza0UFdTn6iw8RLHVC { top:8.375rem;left:0rem;width:25.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npXoKep3yBTEocwWfcKIAzuIFm7N8EOy { display:block; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-checkbox-label { width:40.9375rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT  { width:42.5rem;height:auto; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT {display:inline-block;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT { width:42.5rem;height:auto; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #oUTQhyJDb4wmJzCNJ7GOqlgewfcvTpNR {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #EHAhAJ1TJcndu6LORchCEJHBncRf6A20 {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #z9nbIi2rzP9sBuEGhEC1eUcp7VvyQxMk {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #rQTGbX21tB3SCsmJ4HCQKJl8N15KZNhg {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #pQdPr15BQzK0g89TQH6X721HGFFdtwtt {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #K9eXNFKVX1bDTm83Gk4dUFR3Idd37Mgp {  }
 }@media only screen and (max-width: 763px) { #MiQOea8C2wUmIflK6nHOJlZOWWpaasfd { display:block; }
 }@media only screen and (max-width: 763px) { #M96ngo59c4TNQUTXSkreGHM2W6LIypnC { display:block; }
 }@media only screen and (max-width: 763px) { #iR1bMMH3lKBTJ5suVhqiOdBxAE6CBcZk { display:block; }
 }@media only screen and (max-width: 763px) { #x7ZClVQZ7lz8uhSUysOSVkHD0Ww3Ub1X { display:block; }
 }@media only screen and (max-width: 763px) { #xaONNuGL7r3WDIN0X9PTQGL6PmET0k4p { display:block; }
 }@media only screen and (max-width: 763px) { #kaF5ERJdQB3ZN9NxTGqvbSSE3tCKwwNp { display:block; }
 }@media only screen and (max-width: 763px) { #uAnGffLC9UykuTsdAkQ3wrUE98uTwzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #tRVL8bweIetPTHiy6OoAQfkmJfTWkvUv {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #LDMHgV35wtyBJlP9GNZnHWdy0pPap8Dq {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #IrWBHQNMwBpmcckVf8JovTRNsQ8kVBsT {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #E4pMc4Tm7Z43pgvUcFrLhF0IpgSZIdcg { z-index:2; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #TCkMt8P9MzNx58Wy07UhRBT0KTs6L0a1 {  }
 }@media only screen and (max-width: 763px) { #HedTL4EvSzt1otKPo9J1Msei21EAeGwu { display:block; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfUAimBDztkCtlSpR5t2GGB6LpxhEMIw { width:31.0625rem;height:;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmGANFnHHUf5qSNgt9ODfD929aoqnJr { width:1.5625rem;height:1.5625rem;top:6.6875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKISigfdBF4QT7P8IrN4UnNJb8z7mecL { width:1.5625rem;height:1.5625rem;top:10.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6OoDai1OQitaKco8FEhOU86PbtDMhk { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9i0DckcCGy41I3ziMhq06oBbk8HH3Ny { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzXSyMLPk55siOK4KeRHIJOsVLKoPqug { width:1.5625rem;height:1.5625rem;top:23rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2yJDSSmne1pMLrOloFwfgmBF4UPiMgK { top:6.25rem;left:3.375rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtPD3E19MueBEu2ZZDdctsXCeo5yfTS6 { top:10.3125rem;left:3.375rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL5ysCQKiMEaUpnfRF6Qr71nNMfJTBE { top:14.5rem;left:0rem;width:23.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2D2G66aPqSJ8qf8opavOSI8F3lwcyxb { top:18.5rem;left:3.375rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEgq346VyBdaKGydWibAItAMSyhlrVta { top:22.5625rem;left:0rem;width:20.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr5uLmBG4VZyIErBGgJtKA9OaqGNIZu6 { width:1.5625rem;height:1.5625rem;top:6.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8TqZMHP0qBnQdFr4U4RcX1Nh4cOg5ei { width:1.5625rem;height:1.5625rem;top:10.75rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Xt4mRDgwXFufZGLuXG6ggu120CiLQv { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XpnJGJk2J9P4ckSHUKP9A5p9rCqLLk { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB0arCTzRpIeWoTzGMOIEJLhTFZXeD3c { width:1.5625rem;height:1.5625rem;top:23rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgSzEIQdxKCoIP3rPtAy1Aea9RmVNoRc { top:6.25rem;left:19.25rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrBSZOw0bBDBzP9g8ldScPF2DRuUW8J { top:10.3125rem;left:14rem;width:17.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrkdplZGTRGWJA7TT6iGE0wXXE0D2ox { top:14.5rem;left:12.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8qtnqaghQuBsDUzbJWnZtokcOmJmiCx { top:18.5rem;left:9.875rem;width:21.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsPMbmiyIZEzcoJ5FS98Tbe7ZIKCTi5G { top:22.5625rem;left:10.3125rem;width:21.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8yc1aDITf8HdCq109rNuM2ll7ceOHJr { display:block; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k { display:none; }
 }@media only screen and (max-width: 763px) { #vXPVm1L2DLZUb78kiCWi317ShPS7NbST { top:0rem;left:0rem;width:47.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n { display:block; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvpvGVItGr2tmxWcSgPkJfSGFGJHLI8B { top:0.5625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9wCT24QAMx0WccQDCJCFast4bw4Ck9 { top:9.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhNEP25HpU0G14S2w7lA6OBMIz60ZJv { top:14.1875rem;left:15rem;width:16.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwgDtHC5nQ2nXST8iRMDpeLBQiXmaAPQ { display:block; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-checkbox-label { width:40.9375rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN  { width:42.5rem;height:auto; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN {display:inline-block;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN { width:42.5rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #JuqoBh53GChm8yOybqAdy9EGNtB9sn0u {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #RtaW7TOUsIDDW9naB2RTx94rH2kf1FzH {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #s7k0TH0DvJHMB1vE2FSy2aeg8pBpRNFD {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #pFBq1McxZrdQfbJ64QTiAnCUVRqxuvMK {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #Pd8LQktVzZ4SAbSkFx5t97DmxG5VgBQ0 {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #Wah1p40I1u4QG64licTWWpktSWwA7tZb {  }
 }@media only screen and (max-width: 763px) { #xGktJTmWb9EWa27nIB7oCDsEXhxIi7wl { display:block; }
 }@media only screen and (max-width: 763px) { #LBTZOZeGoQ5XUlBDG3DM9fo1UfGMLi9J { display:block; }
 }@media only screen and (max-width: 763px) { #ATSxEhH9JTSbPrrDmbuDABNNNEdAVkM7 { display:block; }
 }@media only screen and (max-width: 763px) { #NxTeU9btbkCsVkkm1nk42Rd582B5vh7u { display:block; }
 }@media only screen and (max-width: 763px) { #TZqfPMKMabmqMINx92ZT15XfU1xyGQqt { display:block; }
 }@media only screen and (max-width: 763px) { #VgbnhRF24d01Fg9eLq8fVILQOIyiHF5f { display:block; }
 }@media only screen and (max-width: 763px) { #odmsPEmTRNg0MTVGTJQxBIXgfycbIXbG { display:block; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #fHz8UhNR5M1wRkepg99GfTq5BBdW9KlK {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #iNcKnasydkEHg7y4JqOqoZFwwItQFz4U {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #UIhSNGhrneANwBh1zLxaIFiyAoGsZv0H {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #TQtRKxrRwdRapdF2HWchUVT0WqSVGGkn { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #ueALhdVkcJEzq9DKkHciyE100ZMFv2tp {  }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .row > .video-iframe-container { display: none; }#sLZHVIyQvXE4fohvwoiUwWyAmGRHTwte > .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) { #ttN7d3y8thHwwchZalTg59ddgoiwc1e8 { background-color:#fdf8ee;background-image:none;display:block; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { background-color: transparent; background-image: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row > .video-iframe-container { display: none; }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .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); }#ttN7d3y8thHwwchZalTg59ddgoiwc1e8 > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwkqOywh1wswQRh4qkPO8Lm7s3HVStl7 { width:20rem;height:9.75rem;top:15.937500953674rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvg37ZuI47eUdM6xvLQwTls2KuUHTZv0 { width:17.1875rem;height:0.6875rem;top:13.937500953674rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LltDku9SKZv1t8VpcVGmVbUTq8MDokGw { width:8.75rem;height:0.6875rem;top:51.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9cPzQ1gxgzXLJRpCtEW84bWTGdlxbeX { width:8.4375rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutm6vcdNJ9ruPGAz3K6y0NOp93yGbKO { width:3.75rem;height:3.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcWsFpo8t5rmlDaQdHh2H2ALqh4BZRc { width:3.75rem;height:3.125rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl2go5v59lL4UNFCNwR0TCK8s91km5Iw { width:3.75rem;height:3.125rem;top:4.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5pMLLulqiIe61Pa1SUTNWbD54GJduFX { width:17rem;height:17.0625rem;top:27.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWysG5amxQJe8gNPAdy53KKXOr59d4H { width:16.6875rem;height:16.6875rem;top:53.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv0fKuEF6pyCHkW86GKvP4HOoxEG42Ha { width:15rem;height:14.21875rem;top:55.0625rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T21W0QN9VZSKVF28V06w5lSD4kgA6xNv { width:20rem;height:4.875rem;top:7.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b5BJ9F0VWfhgBza0UFdTn6iw8RLHVC { width:18.375rem;height:5.0371125rem;top:46.3125rem;left:0.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npXoKep3yBTEocwWfcKIAzuIFm7N8EOy { display:block; }#npXoKep3yBTEocwWfcKIAzuIFm7N8EOy > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-regular-label { width:16.875rem;height:auto;background-color:transparent;background-image:none; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-text { width:16.875rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-text {padding-top: 0; padding-bottom: 0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-textarea { width:16.875rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-select { width:16.875rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-select {padding-top: 0; padding-bottom: 0;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-input-button { width:16.875rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-checkbox-label { width:16rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .widget-radio-label { width:7.5625rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT .radio-container { width:17.5rem; }
#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT {display:inline-block;}#XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #oUTQhyJDb4wmJzCNJ7GOqlgewfcvTpNR {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #EHAhAJ1TJcndu6LORchCEJHBncRf6A20 {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #z9nbIi2rzP9sBuEGhEC1eUcp7VvyQxMk {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #rQTGbX21tB3SCsmJ4HCQKJl8N15KZNhg {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #pQdPr15BQzK0g89TQH6X721HGFFdtwtt {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #K9eXNFKVX1bDTm83Gk4dUFR3Idd37Mgp {  }
 }@media only screen and (max-width: 763px) { #MiQOea8C2wUmIflK6nHOJlZOWWpaasfd { display:block; }
 }@media only screen and (max-width: 763px) { #M96ngo59c4TNQUTXSkreGHM2W6LIypnC { display:block; }
 }@media only screen and (max-width: 763px) { #iR1bMMH3lKBTJ5suVhqiOdBxAE6CBcZk { display:block; }
 }@media only screen and (max-width: 763px) { #x7ZClVQZ7lz8uhSUysOSVkHD0Ww3Ub1X { display:block; }
 }@media only screen and (max-width: 763px) { #xaONNuGL7r3WDIN0X9PTQGL6PmET0k4p { display:block; }
 }@media only screen and (max-width: 763px) { #kaF5ERJdQB3ZN9NxTGqvbSSE3tCKwwNp { display:block; }
 }@media only screen and (max-width: 763px) { #uAnGffLC9UykuTsdAkQ3wrUE98uTwzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #tRVL8bweIetPTHiy6OoAQfkmJfTWkvUv {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #LDMHgV35wtyBJlP9GNZnHWdy0pPap8Dq {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #IrWBHQNMwBpmcckVf8JovTRNsQ8kVBsT {  }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #E4pMc4Tm7Z43pgvUcFrLhF0IpgSZIdcg { z-index:2; }
 }@media only screen and (max-width: 763px) { #XgS71Hz7zHaeya1nUEgJO8HTNdPsUfqT #TCkMt8P9MzNx58Wy07UhRBT0KTs6L0a1 {  }
 }@media only screen and (max-width: 763px) { #HedTL4EvSzt1otKPo9J1Msei21EAeGwu { background-color:#fdf8ee;background-image:none;display:block; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { background-color: transparent; background-image: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container > .video-iframe-container { display: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row > .video-iframe-container { display: none; }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .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); }#HedTL4EvSzt1otKPo9J1Msei21EAeGwu > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfUAimBDztkCtlSpR5t2GGB6LpxhEMIw { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmGANFnHHUf5qSNgt9ODfD929aoqnJr { width:0.75rem;height:0.75rem;top:8.6875rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKISigfdBF4QT7P8IrN4UnNJb8z7mecL { width:0.75rem;height:0.75rem;top:11.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6OoDai1OQitaKco8FEhOU86PbtDMhk { width:0.75rem;height:0.75rem;top:13.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9i0DckcCGy41I3ziMhq06oBbk8HH3Ny { width:0.75rem;height:0.75rem;top:16.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzXSyMLPk55siOK4KeRHIJOsVLKoPqug { width:0.75rem;height:0.75rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2yJDSSmne1pMLrOloFwfgmBF4UPiMgK { width:13.25rem;height:1.625rem;top:8.25rem;left:4.4687505364418rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MtPD3E19MueBEu2ZZDdctsXCeo5yfTS6 { width:14.125rem;height:1.625rem;top:10.750000953674rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BtL5ysCQKiMEaUpnfRF6Qr71nNMfJTBE { width:15.25rem;height:1.625rem;top:34.375rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2D2G66aPqSJ8qf8opavOSI8F3lwcyxb { width:13rem;height:1.625rem;top:16.0625rem;left:4.5937500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FEgq346VyBdaKGydWibAItAMSyhlrVta { width:14.875rem;height:1.625rem;top:25.062501907349rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wr5uLmBG4VZyIErBGgJtKA9OaqGNIZu6 { width:0.75rem;height:0.75rem;top:22.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8TqZMHP0qBnQdFr4U4RcX1Nh4cOg5ei { width:0.75rem;height:0.75rem;top:25.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Xt4mRDgwXFufZGLuXG6ggu120CiLQv { width:0.75rem;height:0.75rem;top:28.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3XpnJGJk2J9P4ckSHUKP9A5p9rCqLLk { width:0.75rem;height:0.75rem;top:31.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB0arCTzRpIeWoTzGMOIEJLhTFZXeD3c { width:0.75rem;height:0.75rem;top:34.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgSzEIQdxKCoIP3rPtAy1Aea9RmVNoRc { width:10.5625rem;height:1.625rem;top:18.9375rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTrBSZOw0bBDBzP9g8ldScPF2DRuUW8J { width:14.0625rem;height:1.625rem;top:22.0625rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnrkdplZGTRGWJA7TT6iGE0wXXE0D2ox { width:13.0625rem;height:1.625rem;top:28.125001907349rem;left:4.5625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8qtnqaghQuBsDUzbJWnZtokcOmJmiCx { width:14.8125rem;height:1.625rem;top:31.125001907349rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsPMbmiyIZEzcoJ5FS98Tbe7ZIKCTi5G { width:14.3125rem;height:1.625rem;top:13.437500953674rem;left:4.4687500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8yc1aDITf8HdCq109rNuM2ll7ceOHJr { display:block; }#O8yc1aDITf8HdCq109rNuM2ll7ceOHJr > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k { top:0rem;left:0rem;width:20rem;height:12.5rem;z-index:100000;background-color:transparent;background-image:url("https://images.assets-landingi.com/t35O8RjD/for_Davilyn_s_Test_Lander.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k.adaptive-delivery-prevent-bg, #ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k.lazyload, #ul0lqeIflxvpy8Hn9dSaVebk7uq8wn0k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vXPVm1L2DLZUb78kiCWi317ShPS7NbST { width:20rem;height:28.1875rem;top:10.867189025879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n { display:block; }#pJwDTvtOTVcpA3TiKQxog8TzmQQy7h0n > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvpvGVItGr2tmxWcSgPkJfSGFGJHLI8B { width:20rem;height:15.59375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX { display:block; }#f8u2mAMSIEaS0rwxAIRQMBaADWAq5bEX > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XT9wCT24QAMx0WccQDCJCFast4bw4Ck9 { width:20rem;height:5.199225rem;top:21.0625rem;left:0rem;font-size:1rem;font-family:raleway;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VJhNEP25HpU0G14S2w7lA6OBMIz60ZJv { top:27.625rem;left:1.75rem;width:16.5625rem;height:2.1875rem;font-family:raleway;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fwgDtHC5nQ2nXST8iRMDpeLBQiXmaAPQ { display:block; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-regular-label { width:16.875rem;height:auto;background-color:transparent;background-image:none; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-text { width:16.875rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-textarea { width:16.875rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-select { width:16.875rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-input-button { width:16.875rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-checkbox-label { width:16rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .widget-radio-label { width:7.5625rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN  { width:17.5rem;height:auto;top:0.75rem;left:0rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN .radio-container { width:17.5rem; }
#Hp22Gu3584zCsrsChv1emGT35Kd03teN {display:inline-block;}#Hp22Gu3584zCsrsChv1emGT35Kd03teN { width:17.5rem;height:auto;top:0.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #JuqoBh53GChm8yOybqAdy9EGNtB9sn0u {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #RtaW7TOUsIDDW9naB2RTx94rH2kf1FzH {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #s7k0TH0DvJHMB1vE2FSy2aeg8pBpRNFD {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #pFBq1McxZrdQfbJ64QTiAnCUVRqxuvMK {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #Pd8LQktVzZ4SAbSkFx5t97DmxG5VgBQ0 {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #Wah1p40I1u4QG64licTWWpktSWwA7tZb {  }
 }@media only screen and (max-width: 763px) { #xGktJTmWb9EWa27nIB7oCDsEXhxIi7wl { display:block; }
 }@media only screen and (max-width: 763px) { #LBTZOZeGoQ5XUlBDG3DM9fo1UfGMLi9J { display:block; }
 }@media only screen and (max-width: 763px) { #ATSxEhH9JTSbPrrDmbuDABNNNEdAVkM7 { display:block; }
 }@media only screen and (max-width: 763px) { #NxTeU9btbkCsVkkm1nk42Rd582B5vh7u { display:block; }
 }@media only screen and (max-width: 763px) { #TZqfPMKMabmqMINx92ZT15XfU1xyGQqt { display:block; }
 }@media only screen and (max-width: 763px) { #VgbnhRF24d01Fg9eLq8fVILQOIyiHF5f { display:block; }
 }@media only screen and (max-width: 763px) { #odmsPEmTRNg0MTVGTJQxBIXgfycbIXbG { display:block; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #fHz8UhNR5M1wRkepg99GfTq5BBdW9KlK {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #iNcKnasydkEHg7y4JqOqoZFwwItQFz4U {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #UIhSNGhrneANwBh1zLxaIFiyAoGsZv0H {  }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #TQtRKxrRwdRapdF2HWchUVT0WqSVGGkn { z-index:2; }
 }@media only screen and (max-width: 763px) { #Hp22Gu3584zCsrsChv1emGT35Kd03teN #ueALhdVkcJEzq9DKkHciyE100ZMFv2tp {  }
 }