.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/81b42bde-7bd1-4569-8290-8d19e948e0e7/GoldfieldsLandingPageBackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.adaptive-delivery-prevent-bg, #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.lazyload, #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.lazyloading { background-image: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { background-color: transparent; background-image: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.81); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container > .video-iframe-container { display: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.81); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row > .video-iframe-container { display: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .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); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { border-width: 0; border-radius: 0; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { font-size:14px;font-family:arial;height:942px;width:960px;position:relative;display:block; }#CpbwsJkq5hErP9Sa1TPkcAb98yUrogUs { color:#efb71b;display:block;width:925px;position:absolute;font-family:panton;font-size:48px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:190.125px;left:17.5px;height:62.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHELUhZ7NHLtkxSi4Qe2neSqdshBqHgF { color:#ffffff;display:block;width:773px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:262.5px;left:93.5px;height:103.9584px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sg2GMGILOsxiUkcJvomCmLaGZv6PMefp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:209px;width:209px;top:0px;left:658.5px;overflow:hidden;display:block; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-form-header { font-size:14px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-regular-label { height:auto;display:block;font-family:panton;font-size:14px;font-weight:bold;color:#004c6d;width:580px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:580px;box-sizing:border-box;height:41px;color:#004c6d;font-size:14px;overflow:hidden;font-family:panton;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:580px;box-sizing:border-box;height:70px;color:#004c6d;font-size:14px;overflow:hidden;font-family:panton;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:580px;box-sizing:border-box;height:40px;color:#004c6d;font-family:panton;font-size:14px;overflow:hidden;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#efb71b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#004c6d;width:580px;height:55px;font-family:panton;overflow:hidden; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh [class*="-text"]:-moz-placeholder { color:#004c6d;font-family:panton;font-size:13px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh [class*="-text"]::-moz-placeholder { color:#004c6d;font-family:panton;font-size:13px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh [class*="-text"]:-ms-input-placeholder { color:#004c6d;font-family:panton;font-size:13px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh [class*="-text"]::-webkit-input-placeholder { color:#004c6d;font-family:panton;font-size:13px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .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:panton;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:561px;overflow:hidden;font-style:normal;float:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:panton;font-size:12px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-container:first-of-type{padding-top:0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-container:last-of-type{padding-bottom:0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh  { background-color:#004c6d;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:580px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:463.99307250977px;left:170px;font-size:14px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:580px;display:block;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-info-text { display:block;height:auto;font-family:panton;font-size:12px;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; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh {display:block;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh { background-color:#004c6d;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:580px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:463.99307250977px;left:170px;font-size:14px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #JC8Me1kqyyOlkU7Um5CRJ5lCpBD6G1OP { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cKxomKII7aIcXaZgmkhrv15mG2Az2yJE { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #utbytFwTILH0Mf3XZsPRwUetpMyp5T5t { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #ROiHvyPN0voSPncznv03ClRNSHb2T4sf { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #Ls3zVA4Zp8lz3VbhMTd60TrSW6sesMCy { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cbTMDDXMXcQhWueoHxMyoIBAKFhbneBp { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #e4CcIvuaxgNK6Cl0RmBQcSrFrH7K5LQC { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XDxdiGyL6cToXRRTfSiqJXyhuTcQFeUs { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #z7OJRbxK2waSWPBoag4hDJ3p1THFFJiH { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #SGHTS8V9pXrvHmHiTJJxl6S07CVUh55w { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XwR63tHy4J53nkKII4sg0skPn63iiC1N { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #IVcZ4iaCm2dTIfKTnH7unZz0ONAOUZyN { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cluhhg23wDQAWxC7GDPRXA4l0EA1cpiA { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #FEnVpLz7o5hdUOzJvE14VCMBsmSGNN5z { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XGtWMTiX3dUxLm4cpdQ40DdQe7pDCZDA { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #I1bB9Wv5H0VeDMZToUVwXqf3sZ59eaJl { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #sQbdaNDbsZNWlfAJQzt7Fb1dLn04Z5pe { position:relative;display:none; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #dpxboF4My56TAPAIuJVQ0rEM5CedgOUl { position:relative; }
#gvIgk3qdn6DfTq4eJcHXDdCTu9Z3C35q { position:relative;display:block; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #anoqxQHNFRmosvyQMkDdFP88PaPBicNA { position:relative; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #bxBUZTgdPMptdT9XV8HQ2q3JrtWtNocH { position:relative; }
#HyuIfMii4TMK36m65uMeGXkAOOWOeCgr { color:#ffffff;display:block;width:417.986px;position:absolute;font-family:panton;font-size:39px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:414.42709350586px;left:270.98962402344px;height:50.6771px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sz10oOgBKhOCsrCh3B6Jh6zoOHBV72Hh { position:absolute;display:block;z-index:14999;background-color:#004c6d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:513px;width:622px;top:396.30557250977px;left:170px;display:block; }
#k8A5kofhVh631W8UsARw9t4atrCGTulf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efb71b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container { background-color: transparent; background-image: none; }#k8A5kofhVh631W8UsARw9t4atrCGTulf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container > .video-iframe-container { display: none; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row > .video-iframe-container { display: none; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .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); }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container { border-width: 0; border-radius: 0; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container { font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#004c6d;display:block;width:200px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:111px;left:11px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#004c6d;display:block;width:200px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:112px;left:251px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#004c6d;display:block;width:222px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:112px;left:480px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#004c6d;display:block;width:200px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:111px;left:729px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 5px 20px rgba(78,78,128,0.1) ;height:394px;width:960px;top:0px;left:0px;display:block; }
#unzGKDTKbCTWsMFqDIeKm8dpVU1xkbxy { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19px;left:69px; }
#dTVhuWGFmFTAvbIEeHT8X7zV8TQdUW0K { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20px;left:309px; }
#JuZvENO522n9SiubRuObLm9cdGhuuoUE { box-sizing:content-box;color:#5d92ff;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23px;left:551px; }
#QMId8Vfx9PiEPPP3zykcQcrf7z7i15aN { box-sizing:content-box;color:#5d92ff;font-size:43px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.5px;left:798px; }
#MQkyxLggDllK023e2h4B1meFGfgylvUa { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:101px;width:101px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:201px;left:252px; }
#xicknvLGsv3atz524maN8qP1MJ1npvIo { color:#004c6d;display:block;width:200px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:312px;left:211px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huoKC9kh3WvVNQkGXLtoZcEuUZcvprXg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:77px;width:77px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:213px;left:552.5px; }
#oAnyW9R3ebTXItvraodCauCV89Al48z5 { color:#004c6d;display:block;width:200px;position:absolute;font-family:panton;font-size:20px;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:312px;left:491px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efb71b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container { background-color: transparent; background-image: none; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container > .video-iframe-container { display: none; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row > .video-iframe-container { display: none; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .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); }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container { border-width: 0; border-radius: 0; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;display:block; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004c6d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container { background-color: transparent; background-image: none; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container > .video-iframe-container { display: none; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row > .video-iframe-container { display: none; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .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); }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container { border-width: 0; border-radius: 0; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:block; }#XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27px;left:340px; }
#XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd > img { max-width: 100%;max-height:100%; }#WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:26.5px;left:415px; }
#WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 > img { max-width: 100%;max-height:100%; }#Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:26px;left:490px; }
#Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ > img { max-width: 100%;max-height:100%; }#Bfr9vT14ykftF3NN3oMum1PttvvcLyyV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:25px;left:561px; }
#Bfr9vT14ykftF3NN3oMum1PttvvcLyyV > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT { display:block; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpbwsJkq5hErP9Sa1TPkcAb98yUrogUs { top:190px;left:0px;width:764px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #GHELUhZ7NHLtkxSi4Qe2neSqdshBqHgF { top:262px;left:0px;width:764px;height:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sg2GMGILOsxiUkcJvomCmLaGZv6PMefp { top:0px;left:555px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-regular-label { width:580px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text { width:580px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-textarea { width:580px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select { width:580px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-button { width:580px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-checkbox-label { width:561px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh  { width:580px;height:auto;top:463px;left:72px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .radio-container { width:580px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh {display:block;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh { width:580px;height:auto;top:463px;left:72px; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #JC8Me1kqyyOlkU7Um5CRJ5lCpBD6G1OP {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cKxomKII7aIcXaZgmkhrv15mG2Az2yJE {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #utbytFwTILH0Mf3XZsPRwUetpMyp5T5t {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #ROiHvyPN0voSPncznv03ClRNSHb2T4sf {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #Ls3zVA4Zp8lz3VbhMTd60TrSW6sesMCy {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cbTMDDXMXcQhWueoHxMyoIBAKFhbneBp {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #e4CcIvuaxgNK6Cl0RmBQcSrFrH7K5LQC {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XDxdiGyL6cToXRRTfSiqJXyhuTcQFeUs {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #z7OJRbxK2waSWPBoag4hDJ3p1THFFJiH {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #SGHTS8V9pXrvHmHiTJJxl6S07CVUh55w {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XwR63tHy4J53nkKII4sg0skPn63iiC1N {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #IVcZ4iaCm2dTIfKTnH7unZz0ONAOUZyN {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cluhhg23wDQAWxC7GDPRXA4l0EA1cpiA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #FEnVpLz7o5hdUOzJvE14VCMBsmSGNN5z {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XGtWMTiX3dUxLm4cpdQ40DdQe7pDCZDA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #I1bB9Wv5H0VeDMZToUVwXqf3sZ59eaJl {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #sQbdaNDbsZNWlfAJQzt7Fb1dLn04Z5pe {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #dpxboF4My56TAPAIuJVQ0rEM5CedgOUl {  }
 }@media only screen and (max-width: 763px) { #gvIgk3qdn6DfTq4eJcHXDdCTu9Z3C35q { display:block; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #anoqxQHNFRmosvyQMkDdFP88PaPBicNA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #bxBUZTgdPMptdT9XV8HQ2q3JrtWtNocH {  }
 }@media only screen and (max-width: 763px) { #HyuIfMii4TMK36m65uMeGXkAOOWOeCgr { top:414px;left:172.98962402344px;width:417px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz10oOgBKhOCsrCh3B6Jh6zoOHBV72Hh { top:396px;left:72px;width:622px;height:513px;display:block; }
 }@media only screen and (max-width: 763px) { #k8A5kofhVh631W8UsARw9t4atrCGTulf { display:block; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:111px;left:0px;width:200px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:112px;left:182px;width:200px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:112px;left:351px;width:222px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:111px;left:564px;width:200px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:764px;height:394px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #unzGKDTKbCTWsMFqDIeKm8dpVU1xkbxy { top:19px;left:44.5px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #dTVhuWGFmFTAvbIEeHT8X7zV8TQdUW0K { top:20px;left:235.5px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #JuZvENO522n9SiubRuObLm9cdGhuuoUE { top:23px;left:428.5px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #QMId8Vfx9PiEPPP3zykcQcrf7z7i15aN { top:30px;left:626.5px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #MQkyxLggDllK023e2h4B1meFGfgylvUa { top:201px;left:191px;width:101px;height:101px;display:block; }
 }@media only screen and (max-width: 763px) { #xicknvLGsv3atz524maN8qP1MJ1npvIo { top:312px;left:0px;width:200px;height:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #huoKC9kh3WvVNQkGXLtoZcEuUZcvprXg { top:213px;left:430px;width:77px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #oAnyW9R3ebTXItvraodCauCV89Al48z5 { top:312px;left:373px;width:200px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vEWwPC3PLBbG72QblwK68vAGXh4FPJsz { display:block; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpOTra1XFcZiXVrq904TkWEigQmyUo8M { display:block; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd { top:27px;left:242px;width:54px;height:54px;display:block; }
#XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 { top:26px;left:317px;width:55px;height:55px;display:block; }
#WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ { top:26px;left:392px;width:56px;height:56px;display:block; }
#Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Bfr9vT14ykftF3NN3oMum1PttvvcLyyV { top:25px;left:463px;width:58px;height:58px;display:block; }
#Bfr9vT14ykftF3NN3oMum1PttvvcLyyV > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87076d2f-91ca-4fb8-8d47-a332460ea352/GoldfieldsLandingPageMobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.adaptive-delivery-prevent-bg, #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.lazyload, #iwIEbdWRKNczuc60ihW9HaSf5LnEugnT.lazyloading { background-image: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { background-color: transparent; background-image: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.81); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container > .video-iframe-container { display: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.81); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row > .video-iframe-container { display: none; }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .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); }#iwIEbdWRKNczuc60ihW9HaSf5LnEugnT > .row .container { width:320px;height:1088px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpbwsJkq5hErP9Sa1TPkcAb98yUrogUs { width:308px;height:93.6111px;top:194px;left:6px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHELUhZ7NHLtkxSi4Qe2neSqdshBqHgF { width:287px;height:234.0281px;top:303.578125px;left:16.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg2GMGILOsxiUkcJvomCmLaGZv6PMefp { width:194px;height:194px;top:0px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-regular-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-textarea { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-input-button { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .widget-checkbox-label { width:242px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh  { width:261px;height:auto;top:626px;left:9.5px; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh .radio-container { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh {display:block;}#NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh { width:261px;height:auto;top:626px;left:9.5px; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #JC8Me1kqyyOlkU7Um5CRJ5lCpBD6G1OP {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cKxomKII7aIcXaZgmkhrv15mG2Az2yJE { display:none; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #utbytFwTILH0Mf3XZsPRwUetpMyp5T5t {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #ROiHvyPN0voSPncznv03ClRNSHb2T4sf {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #Ls3zVA4Zp8lz3VbhMTd60TrSW6sesMCy { display:none; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cbTMDDXMXcQhWueoHxMyoIBAKFhbneBp {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #e4CcIvuaxgNK6Cl0RmBQcSrFrH7K5LQC {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XDxdiGyL6cToXRRTfSiqJXyhuTcQFeUs { display:none; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #z7OJRbxK2waSWPBoag4hDJ3p1THFFJiH {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #SGHTS8V9pXrvHmHiTJJxl6S07CVUh55w {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XwR63tHy4J53nkKII4sg0skPn63iiC1N { display:none; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #IVcZ4iaCm2dTIfKTnH7unZz0ONAOUZyN {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #cluhhg23wDQAWxC7GDPRXA4l0EA1cpiA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #FEnVpLz7o5hdUOzJvE14VCMBsmSGNN5z { display:none; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #XGtWMTiX3dUxLm4cpdQ40DdQe7pDCZDA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #I1bB9Wv5H0VeDMZToUVwXqf3sZ59eaJl {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #sQbdaNDbsZNWlfAJQzt7Fb1dLn04Z5pe {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #dpxboF4My56TAPAIuJVQ0rEM5CedgOUl {  }
 }@media only screen and (max-width: 763px) { #gvIgk3qdn6DfTq4eJcHXDdCTu9Z3C35q { display:block; }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #anoqxQHNFRmosvyQMkDdFP88PaPBicNA {  }
 }@media only screen and (max-width: 763px) { #NFVpLLRlrcxP076hJz4PXyZGsC8LTxOh #bxBUZTgdPMptdT9XV8HQ2q3JrtWtNocH {  }
 }@media only screen and (max-width: 763px) { #HyuIfMii4TMK36m65uMeGXkAOOWOeCgr { width:320px;height:39px;top:587px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sz10oOgBKhOCsrCh3B6Jh6zoOHBV72Hh { width:320px;height:513px;top:556.89237976074px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k8A5kofhVh631W8UsARw9t4atrCGTulf { display:block; }#k8A5kofhVh631W8UsARw9t4atrCGTulf > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:135px;height:43.1944px;top:115.984375px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:130px;height:64.7917px;top:116px;left:186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:110px;height:64.7917px;top:319px;left:17.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:134px;height:43.1944px;top:319px;left:184px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:320px;height:595px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #unzGKDTKbCTWsMFqDIeKm8dpVU1xkbxy { width:78px;height:78px;top:25px;left:33.5px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #dTVhuWGFmFTAvbIEeHT8X7zV8TQdUW0K { width:82px;height:82px;top:23px;left:210px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #JuZvENO522n9SiubRuObLm9cdGhuuoUE { width:80px;height:80px;top:214px;left:32.5px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #QMId8Vfx9PiEPPP3zykcQcrf7z7i15aN { width:72px;height:72px;top:218px;left:215px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #MQkyxLggDllK023e2h4B1meFGfgylvUa { display:flex;width:101px;height:101px;top:409.5px;left:22px; }
 }@media only screen and (max-width: 763px) { #xicknvLGsv3atz524maN8qP1MJ1npvIo { width:97px;height:43.1944px;top:523px;left:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #huoKC9kh3WvVNQkGXLtoZcEuUZcvprXg { display:flex;width:77px;height:77px;top:421.5px;left:212.5px; }
 }@media only screen and (max-width: 763px) { #oAnyW9R3ebTXItvraodCauCV89Al48z5 { width:101px;height:43.1944px;top:523px;left:200.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEWwPC3PLBbG72QblwK68vAGXh4FPJsz { display:block; }#vEWwPC3PLBbG72QblwK68vAGXh4FPJsz > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpOTra1XFcZiXVrq904TkWEigQmyUo8M { display:block; }#ZpOTra1XFcZiXVrq904TkWEigQmyUo8M > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd { display:flex;width:54px;height:54px;top:17px;left:26px; }
#XWgTFxp7TodDc6eZuBTiFZA37hiU1Eqd > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 { display:flex;width:55px;height:55px;top:17px;left:93px; }
#WbxQV3gG1Iu8REJm1ODHDZWtXQHfPgJ5 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ { display:flex;width:56px;height:56px;top:17px;left:165px; }
#Psacgkv3ARAFzZqTJJ4TyZ3m9svfOToZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Bfr9vT14ykftF3NN3oMum1PttvvcLyyV { display:flex;width:58px;height:58px;top:17px;left:236px; }
#Bfr9vT14ykftF3NN3oMum1PttvvcLyyV > img { max-width: 100%;max-height:100%; } }