.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 .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);
}
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-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;
  }
}
@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 { position:relative;display:block; }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 { background-color: transparent; background-image: none; }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .row .container > .video-iframe-container { display: none; }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .row > .video-iframe-container { display: none; }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .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); }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 { border-width: 0; border-radius: 0; }#i9hwdkTphlTBO2BfgG4qOLJ8lhKAUAK8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#kL3Sdf8aARHc0DCqa9SWP9LzOUDIR1PW { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:171px;top:8px;left:14.5px;overflow:hidden;display:block; }
#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(178,219,237,0.96);background-image:url("https://images.assets-landingi.com/pEZywVBW/Gill_2.jpg");background-position:center;background-repeat:repeat-x;background-attachment:scroll;background-size:cover;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:14px;font-family:arial;height:520px;width:960px;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#08080b;display:block;width:489px;position:absolute;font-family:"source sans pro";font-size:43px;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:126px;left:238px;height:63.75px;text-align:center;text-align-last:center;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:rgba(0,0,0,0.72);display:block;width:471px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100034;line-height:2.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.21);top:228px;left:247px;height:87.5px;text-align:center;text-align-last:center;display:block; }
#qSnr6KtbrRIJyEG1BWqXPoE4CvgC7xJr { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#c51331;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:42px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:359px;left:388px;display:block; }
#pkOV0q95sbUCazq65Txyx7142rbiNZHT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { position:absolute;display:block;z-index:100006;background-color:#c51331;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:45px;width:45px;top:402px;left:459px;display:block; }
#tzTNRtiUngT5itJWqXkuIKsUKVvdtmIk { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:400px;left:457px;display:block; }
#hPDa4q8CeDw5h5mgAqiVae7qAZcGDMNB { position:absolute;display:block;z-index:99997;background-color:rgba(255,255,255,0.71);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:401px;width:503px;top:69px;left:238px;display:block; }
#bCIBU2zRcO4lKgL5WMCvM4bLhVTlVRgQ { color:rgba(0,0,0,0.72);display:block;width:471px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100034;line-height:2.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.21);top:216px;left:109px;height:88px;text-align:center;text-align-last:center;display:none; }
#EqaTnVEdzJkpzPsHLW4Mho9OE7eAosAs { color:rgba(0,0,0,0.72);display:block;width:471px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:100034;line-height:2.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.21);top:216px;left:109px;height:88px;text-align:center;text-align-last:center;display:none; }
#nNx5TN4IM0UGFT0IL4bFectTO3dEA0bq { 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:200px;width:200px;display:none; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA { position:relative;display:block; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA { background-color: transparent; background-image: none; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .row .container > .video-iframe-container { display: none; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .row > .video-iframe-container { display: none; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .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); }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA { border-width: 0; border-radius: 0; }#Za5MRnWb6DgCUkPQbqC4LauTCnZ6nSTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#QThVzHIhN9N08bHeW9WnGce1LTR1saNk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:293px;width:503px;top:3.5px;left:457px;overflow:hidden;display:block; }
#ZFTvoXiPEGSEf3wT3kK6RRIbSBw7dQzG { color:#000000;display:block;width:345px;position:absolute;font-family:"source sans pro";font-size:23px;font-weight:700;z-index:100004;line-height:2.4;letter-spacing:0;top:95px;left:40px;height:110px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HiqtKXyKtyPu1lgkKNQhNE5U7oshp1Ik { position:absolute;display:block;z-index:99999;background-color:rgba(134,163,218,0.41);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:301px;width:442px;top:0px;left:0px;display:block; }
#qcAvR3W804hlVC6zM84QoQo74XSKBT91 { position:relative;display:block; }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 { background-color: transparent; background-image: none; }#qcAvR3W804hlVC6zM84QoQo74XSKBT91::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .row .container > .video-iframe-container { display: none; }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .row > .video-iframe-container { display: none; }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .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); }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 { border-width: 0; border-radius: 0; }#qcAvR3W804hlVC6zM84QoQo74XSKBT91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/r4Xz5Z4K/20170913_094811.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row .container { background-color: transparent; background-image: none; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23,23,23,0.48); }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row .container > .video-iframe-container { display: none; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23,23,23,0.48); }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row > .video-iframe-container { display: none; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .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); }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row .container { border-width: 0; border-radius: 0; }#olD9yKV8vMgLnRT0ZksTw5Z7Qmf7ghs9 > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#f7f7f7;display:block;width:596px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:normal;z-index:100004;line-height:2.1;letter-spacing:0;top:49.5px;left:38.5px;height:58.75px;text-align:left;text-align-last:left;display:block; }
#vM2EyhDqKmuMWKsML2HQCk4ptVm5ms0h { color:#f7f7f7;display:block;width:455px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:128px;left:38.5px;height:62.5px;display:block; }
#ipMJN02me1eVxfBl1ZDBQAEWnDKW4fAp { position:absolute;display:block;z-index:100003;background-color:rgba(40,40,49,0.31);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:960px;top:0px;left:0px;display:block; }
#hsCf4oirW7AUhQHBPI0Dok9NhQPoMzS1 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:53px;left:19px;display:none; }
#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr { position:relative;display:block; }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr { background-color: transparent; background-image: none; }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .row .container > .video-iframe-container { display: none; }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .row > .video-iframe-container { display: none; }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .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); }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr { border-width: 0; border-radius: 0; }#V3AJgxqOvZ54CfqEaKvyNA7SwP5a7Itr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;position:relative;display:block; }#dZxiszsuJB9bKP7S6iZAw4x33TBGFaWm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:338px;width:663px;top:2.5px;left:148.5px;overflow:hidden;display:block; }
#OJb2OTPyzTubVcGh1bKZP7es73by5iqE { position:relative;display:block; }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE { background-color: transparent; background-image: none; }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .row .container > .video-iframe-container { display: none; }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .row > .video-iframe-container { display: none; }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .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); }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE { border-width: 0; border-radius: 0; }#OJb2OTPyzTubVcGh1bKZP7es73by5iqE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#Ms6KEdHNofeBshvSDbqB5PkyKSyubB5Z { color:#000000;display:block;width:570.996px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100000;line-height:2.3;letter-spacing:0;top:7.24609375px;left:114.98046875px;height:47.5px;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;font-style:italic;display:block; }
#hvzEsXp2OJowKgywquXfphDTletWeoty { background-color:#4ecdc4;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:174px;height:50px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:6px;left:716px;display:block; }
#PDF5dyM5mpo4fFKHg7psTqkqyHvPISQy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#gZh0FliEGH0dtD9XE3Rmw36VwVoO0lxX { color:#000000;display:block;width:270px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:15px;left:27px;display:none; }
#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP { position:relative;display:block; }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP { background-color: transparent; background-image: none; }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .row .container > .video-iframe-container { display: none; }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .row > .video-iframe-container { display: none; }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .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); }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP { border-width: 0; border-radius: 0; }#LOaCePGzDMRpZ8FvJELmA8zcVZ1S1DkP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#v9iKsrJ5a2FbwobsxA2VIN4AfJKhwNFt { color:#000000;display:block;width:204px;position:absolute;font-family:"source sans pro";font-size:23px;font-weight:700;z-index:100004;line-height:2.4;letter-spacing:0;top:0px;left:378px;height:55px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TuNMpaBggiBEnhHJUyF7gEorv5BA8GyT { position:absolute;display:block;z-index:99999;background-color:rgba(134,163,218,0.41);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:960px;top:0px;left:0px;display:block; }
#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s { position:relative;display:block; }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s { background-color: transparent; background-image: none; }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .row .container > .video-iframe-container { display: none; }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .row > .video-iframe-container { display: none; }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .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); }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s { border-width: 0; border-radius: 0; }#btFMr9Z7gwDJsCUWm7oWsvOl1q3pG97s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#su2yo9OWp0aGnT4oVgI94qodT5mgDGmi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:294px;width:333px;top:34px;left:14.515625px;overflow:hidden;display:block; }
#SHIpoeXBhWAGirho1DzceZeVwFaGeNV9 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:297px;width:575px;top:37.5px;left:383.296875px;display:block; }
#XBtA13XGcEIpws5DK0H715czPDPgGZRm { position:relative;display:block; }#XBtA13XGcEIpws5DK0H715czPDPgGZRm { background-color: transparent; background-image: none; }#XBtA13XGcEIpws5DK0H715czPDPgGZRm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .row .container > .video-iframe-container { display: none; }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .row > .video-iframe-container { display: none; }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .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); }#XBtA13XGcEIpws5DK0H715czPDPgGZRm { border-width: 0; border-radius: 0; }#XBtA13XGcEIpws5DK0H715czPDPgGZRm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1JhThSUV/55555_fe6f9dfe.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row .container { background-color: transparent; background-image: none; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,0.43); }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row .container > .video-iframe-container { display: none; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,0.43); }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row > .video-iframe-container { display: none; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .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); }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row .container { border-width: 0; border-radius: 0; }#F42d7hkxsyilRIfXV5JKM6LE25XwsbUP > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#mK6pb4poMBq3SBVPGIuuvqq7renDRUwG { color:#ffffff;display:block;width:464px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;text-shadow:1px 1px 3px #8a8e90;top:78px;left:59.5px;height:95px;text-align:left;text-align-last:left;display:block; }
#J3O2DTyUzBvznwolT8sANZASyWPsKUbC { position:relative;display:block; }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC { background-color: transparent; background-image: none; }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .row .container > .video-iframe-container { display: none; }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .row > .video-iframe-container { display: none; }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .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); }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC { border-width: 0; border-radius: 0; }#J3O2DTyUzBvznwolT8sANZASyWPsKUbC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#LtJBACyRIh8QWznUInJx9Gl1NLZ9sQoB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:313px;width:199px;top:26px;left:62px;overflow:hidden;display:block; }
#GRAL2o8IZm3FGEWyPkVKdrlWc9Ghu0tp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:312px;width:261px;top:27px;left:363px;overflow:hidden;display:block; }
#H9gTqBPuFTEzoCsK8InIKFM50gwlzdcW { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:313px;width:150px;top:26px;left:724px;overflow:hidden;display:block; }
#hG0ctswxsmJzmxFpwWKQ9KEgEklNQad6 { box-sizing:content-box;color:#ff5d8c;font-size:108px;font-weight:400;line-height:1;height:155px;width:155px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:120px;left:75px;display:block; }
#g1GRowXCHTkt3cuxalOQZsclSSX8hoNM { box-sizing:content-box;color:#ff5d8c;font-size:69px;font-weight:400;line-height:1;height:99px;width:99px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:162px;left:186px;display:block; }
#IBL40imysghRKp5ETFED7V4xCVvCrXaX { color:#2e012d;display:block;width:85px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:300px;left:117px;height:52.5px;font-style:normal;display:block; }
#lZJHRK8nwNVr2WDFmdw18mxhuaGbvlOT { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.57);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:203px;top:296px;left:58px;display:block; }
#aeMytTcVaWVPaFl23nWyTEfEbhT43pED { box-sizing:content-box;color:#ff5d8c;font-size:149px;font-weight:400;line-height:1;height:214px;width:214px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:153px;left:387px;display:block; }
#ed238ViAQDzTe4BN5LLvaH5kvHDxtuLo { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.57);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:261px;top:49px;left:363px;display:block; }
#gPyGBPHWmcHXi0tLtKRC690fpKo7m33U { color:#2e012d;display:block;width:218px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:54px;left:395px;height:52.5px;font-style:normal;display:block; }
#hVHrJNzl0N2xpWW8wrky4AZqiA7ABsTy { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.57);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:160px;top:49px;left:724px;display:block; }
#puTUg0R50CzTzuZinf2fEITem90bDriI { box-sizing:content-box;color:#ff5d8c;font-size:108px;font-weight:400;line-height:1;height:155px;width:155px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:200px;left:688px;display:block; }
#oAe7R0o4pq7vqKU6SuXsTJf6HbTTGLTn { color:#2e012d;display:block;width:154px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:53px;left:728px;height:50px;font-style:normal;display:block; }
#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX { position:relative;display:block; }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX { background-color: transparent; background-image: none; }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .row .container > .video-iframe-container { display: none; }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .row > .video-iframe-container { display: none; }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .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); }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX { border-width: 0; border-radius: 0; }#nnqKoTHN0MMgIHkh0agnRn23JiVpEmwX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#000000;display:block;width:954px;position:absolute;font-family:"source sans pro";font-size:26px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:29px;left:0px;height:38.75px;text-align:center;text-align-last:center;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { position:relative;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;font-size:14px;font-family:arial;height:550px;width:960px;position:relative;display:block; }#N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:104px;top:105px;left:108px;overflow:hidden;display:block; }
#XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { position:absolute;display:block;z-index:100033;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:252px;display:block; }
#k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { position:absolute;display:block;z-index:100034;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:263px;display:block; }
#FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { position:absolute;display:block;z-index:100034;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:241px;display:block; }
#Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { position:absolute;display:block;z-index:100035;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:232px;display:block; }
#uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { position:absolute;display:block;z-index:100037;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:252px;display:block; }
#qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { position:absolute;display:block;z-index:100038;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:263px;display:block; }
#Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { position:absolute;display:block;z-index:100038;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:241px;display:block; }
#cs4SMruLzE8huFsreaSnksCKr7qsQzLn { position:absolute;display:block;z-index:100039;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:232px;display:block; }
#AebPitg6pCga6JI8CEMkDcrS6avg8kot { position:absolute;display:block;z-index:100006;background-color:#8390fa;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:81px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:37px;width:37px;top:69px;left:231px;display:block; }
#yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { position:absolute;display:block;z-index:100007;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:71px;height:26px;width:26px;top:228px;left:62px;display:block; }
#h1b92wx3kViocbohZc3vAHW6sry25mxC { color:#000000;display:block;width:265px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100005;line-height:1.7;letter-spacing:0;top:277px;left:32px;height:33.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { color:#000000;display:block;width:275px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100005;line-height:2.1;letter-spacing:0;top:327px;left:23px;height:195px;text-align:left;text-align-last:left;display:block; }
#UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:104px;top:106px;left:428px;overflow:hidden;display:block; }
#u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { position:absolute;display:block;z-index:100047;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:563px;display:block; }
#DHoTzULy9MWtFv1iabb2s4l10rJTazcz { position:absolute;display:block;z-index:100043;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:563px;display:block; }
#Smvshhiswm5iQtTRat9InElEX7B0Uk2E { position:absolute;display:block;z-index:100008;background-color:#75ff6d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:71px;height:33px;width:33px;top:227px;left:565px;display:block; }
#SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { position:absolute;display:block;z-index:100046;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:572px;display:block; }
#FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { position:absolute;display:block;z-index:100042;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:572px;display:block; }
#vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { position:absolute;display:block;z-index:100046;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:594px;display:block; }
#BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { position:absolute;display:block;z-index:100045;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:583px;display:block; }
#Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { position:absolute;display:block;z-index:100041;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:583px;display:block; }
#SaaVohEcKmkKCST3M4MnRBQaREUGkTah { position:absolute;display:block;z-index:100042;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:594px;display:block; }
#EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { color:#000000;display:block;width:303px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100008;line-height:1.7;letter-spacing:0;top:277px;left:329px;height:33.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { color:#000000;display:block;width:273px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100008;line-height:2.1;letter-spacing:0;top:327px;left:344px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { color:#000000;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:100011;line-height:1.7;letter-spacing:0;top:277px;left:667px;height:33.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { position:absolute;display:block;z-index:100054;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:884px;display:block; }
#OHsHbMhyvlwh2fJeshIbniyvznEbPASg { position:absolute;display:block;z-index:100050;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:884px;display:block; }
#Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { position:absolute;display:block;z-index:100054;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:906px;display:block; }
#FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { position:absolute;display:block;z-index:100055;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:875px;display:block; }
#PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { position:absolute;display:block;z-index:100051;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:875px;display:block; }
#SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { position:absolute;display:block;z-index:100050;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:906px;display:block; }
#Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { position:absolute;display:block;z-index:100053;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:238px;left:895px;display:block; }
#AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { position:absolute;display:block;z-index:100049;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:228px;left:895px;display:block; }
#FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { color:#000000;display:block;width:268px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:100011;line-height:2.1;letter-spacing:0;top:327px;left:666px;height:97.5px;text-align:left;text-align-last:left;display:block; }
#Nhf4BGJ2A4TTfrVvVabi1do8shQRG3VI { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:104px;top:106px;left:749px;overflow:hidden;display:block; }
#wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { position:absolute;display:block;z-index:100009;background-color:#ff6b6b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:46px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:35px;width:35px;top:70px;left:358px;display:block; }
#re7JqvfCJlExtyX2uiZIR2eFQyUhTMtQ { position:absolute;display:block;z-index:100009;background-color:#8390fa;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:71px;height:33px;width:33px;top:225px;left:690px;display:block; }
#ciE5hobsI8TBcauf6RgCUOowEeAP2CVs { position:absolute;display:block;z-index:100010;background-color:#75ff6d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:46px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:35px;width:35px;top:70px;left:875px;display:block; }
#XMhz25RARFUBcCST2lV3k1A89T8NEkxF { background-color:#4ecdc4;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:155px;height:46px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:480px;left:723px;display:block; }
#L7HegoEim3VUt0DoRtuW8xmISsS6rS2C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#a7Ul3IaxFNBTBIGMhRnusk08MmGPS8uc { box-sizing:content-box;color:#f9ff51;font-size:190px;font-weight:400;line-height:1;height:272px;width:272px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:24px;left:22px;display:block; }
#GcytaI2VHzILAZUHiKDoQgbJxmx5IBkH { box-sizing:content-box;color:#f9ff51;font-size:190px;font-weight:400;line-height:1;height:272px;width:272px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:24px;left:344px;display:block; }
#clP1mINqTDQRyrSflzu37lzs3hcoSvaW { box-sizing:content-box;color:#f9ff51;font-size:190px;font-weight:400;line-height:1;height:272px;width:272px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:24px;left:666px;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { position:relative;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gokzdxWF/_1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:arial;height:378px;width:960px;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#ffffff;display:block;width:384px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:96px;left:58px;height:80px;text-align:left;text-align-last:left;display:none; }
#rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { background-color:#4ecdc4;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #4ecdc4;border-left:2px solid #4ecdc4;border-right:2px solid #4ecdc4;border-bottom:2px solid #4ecdc4;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:226px;height:65px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:231px;left:127px;display:block; }
#ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#v0Lr3L0QHMLBCGt0Qw1EBVh9KyaAitlX { color:#ffffff;display:block;width:384px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:96px;left:58px;height:80px;text-align:left;text-align-last:left;display:none; }
#P7e1FQM2Tlu34kNTXygknadHQ8GwUaRc { color:#fff4f4;display:block;width:375px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:100027;line-height:2;letter-spacing:0;top:76px;left:52.5px;height:102.5px;font-style:italic;display:block; }
#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo { position:relative;display:block; }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo { background-color: transparent; background-image: none; }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .row .container > .video-iframe-container { display: none; }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .row > .video-iframe-container { display: none; }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .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); }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo { border-width: 0; border-radius: 0; }#B2zI6nMMFgIOm0p3eqSlKJhnIN5NzqPo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#Jxu7HvnZTfWd0E8QQE6Ki0rgeimqgUW5 { box-sizing:content-box;color:#955d02;font-size:42px;font-weight:400;line-height:1;height:60.9844px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:23px;left:487px;display:block; }
#sQoVBEE8lE1rHN06Hi4Aua6n7SW22UiB { box-sizing:content-box;color:#3b5998;font-size:61px;font-weight:400;line-height:1;height:88px;width:87px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.484375px;left:71px;display:block; }
#sc4GlbHre3bLTe0QEqWGBxMEl1QZXBTG { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:58px;top:30.484375px;left:284px;overflow:hidden;display:block; }
#frdTn2SMvMUkuM7vFBPBDAwTxbHdycNg { box-sizing:content-box;color:#955d02;font-size:42px;font-weight:400;line-height:1;height:60.9844px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:12px;left:770px;display:block; }
#lsvJaXVD0vr8zye9HHRt1isee3mlv1WW { color:#000000;display:block;width:155px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:normal;z-index:100009;line-height:2.1;letter-spacing:0;top:74px;left:448px;height:31.25px;text-align:center;text-align-last:center;display:block; }
#K6u29mNfSoQWzM6NfFKsI2L7bq1Eq4K6 { color:#000000;display:block;width:155px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:normal;z-index:100010;line-height:2.1;letter-spacing:0;top:73px;left:723px;height:31.25px;text-align:center;text-align-last:center;display:block; }
#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V { position:relative;display:block; }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V { background-color: transparent; background-image: none; }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .row .container > .video-iframe-container { display: none; }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .row > .video-iframe-container { display: none; }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .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); }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V { border-width: 0; border-radius: 0; }#SdAbPICDTXxIXRGLSUygwnzsWgfTZr2V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:63px;width:960px;position:relative;display:block; }#oBc0dgNXyTCrsdTON4GwStCevbrM5rwX { color:#000000;display:block;width:305px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.5px;left:327.5px;height:20px;display:block; }
#fI56IVup4ExST1I8nGlMkNGXqLTzJZhJ { color:#000000;display:block;width:149px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:40px;left:405.5px;height:20px;display:block; }
