.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(197,197,215,0.34);background-image:url("https://images.assets-landingi.com/8eVWaYR3/1.jpg");background-position:center;background-repeat:repeat-y;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:rgba(255,255,255,0.16);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:1200px;height:1344px;font-size:14px;font-family:lato;position:relative;display:block; }#ex1fTEPpwVusIZg9JSMuFeIzbfFVDhaQ { position:absolute;display:block;z-index:100016;background-color:rgba(0,33,70,0.5);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #002146;border-left:1px solid #002146;border-right:1px solid #002146;border-bottom:1px solid #002146;height:1260px;width:944px;top:676px;left:136px;display:none; }
#lAc0oOUVUtRgFKDsJU50kNGpg06A2xJi { color:#ff6600;display:block;width:829px;position:absolute;font-family:lobster;font-size:30px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:173.5px;left:185.5px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mGek6A8TD680TtbQ83NaKWDgvRMmAWc2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:172px;top:0;left:90px;overflow:hidden;display:block; }
#EfVzGTQD1wuKLDAAPqbnKIWag848oGGX { color:#ffffff;display:block;width:764px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:716px;left:227px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sZL7TUwuGsAM79dIfaJ8LFDFX3ibdTDd { color:#002146;display:block;width:820px;position:absolute;font-family:raleway;font-size:25px;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:15.5px;left:190px;height:32px;text-align:center;text-align-last:center;display:block; }
#XTDiu3QzdJrt6JJkC5v6SrTZK0WS9F6e { color:#002146;display:block;width:985px;position:absolute;font-family:raleway;font-size:45px;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:79px;left:116.96875px;height:58px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMpuT0TNiSzsI9wx8XMDEZIWUI5QXk5S { color:#000000;display:block;width:320px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:23px;top:80px;left:0;display:none; }
#dff7XoFhCzyv3dfVbPVxRvurHqg5pTIk { color:#000000;display:block;width:305px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:77px;top:113px;left:6px;display:none; }
#ICs7uTt6fZE4BMS2EORNsHVyMga7TJh1 { position:absolute;display:block;z-index:100042;background-color:rgba(0,33,70,0.5);background-image:none;border-top:1px solid #002146;border-left:1px solid #002146;border-right:1px solid #002146;border-bottom:1px solid #002146;height:288px;width:1073px;top:978px;left:72px;display:block; }
#oWm4pID8K5NHXTIUvAE1WvWqmUTTXp4D { color:#ffffff;display:block;width:220.99px;position:absolute;font-family:raleway;font-size:27px;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:996px;left:489px;height:35px;font-style:normal;display:block; }
#sRJvmpekWV2GuEq15Eg42CkU8cyJT3qQ { color:#ffffff;display:block;width:241.997px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:1006px;left:855px;height:26px;display:block; }
#XNgZHOSJCLd2OcvRZPOTS1nytmO6FTuT { color:#ffffff;display:block;width:245.99px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:1006px;left:129px;height:26px;display:block; }
#oX7t7OHCZtITFACiapL1GUlHcTk3Kh2p { position:absolute;display:block;z-index:100042;background-color:rgba(0,33,70,0.3);background-image:none;border-top:1px solid #002146;border-left:1px solid #002146;border-right:1px solid #002146;border-bottom:1px solid #002146;height:288px;width:1073px;top:300.98959350586px;left:71.979187011719px;display:none; }
#Ta3PClzu9uu4ap6H8HtdAkg1zJUFzXcv { position:absolute;display:block;z-index:100042;background-color:rgba(0,33,70,0.3);background-image:none;border-top:1px solid #002146;border-left:1px solid #002146;border-right:1px solid #002146;border-bottom:1px solid #002146;height:288px;width:1073px;top:300.98959350586px;left:71.979187011719px;display:none; }
#JzL97CnRPLJMLGtSbTcsiOrhuXHPnPUq { color:#000000;display:block;width:186px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:1231px;left:507px;height:20px;display:block; }
#f3IlCflPVl1GrTtiLfXeTDX9lWagfsJb { color:#000000;display:block;width:145px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:1232px;left:171px;height:20px;display:block; }
#KzTJdtOhvlEqqhQmQXEXvESGbbOGo5Ir { color:#000000;display:block;width:186px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:1232px;left:886px;height:20px;display:block; }
#fUekh0bDI2J7pa76FS9i89momPJD2EGJ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:163px;width:175px;top:1054px;left:156px;overflow:hidden;display:block; }
#loteRbJZVZiETZ6rsQbV2GERABHnqsAy { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:215px;width:242px;top:1015px;left:479px;overflow:hidden;display:block; }
#vuGBG5GLnJRL9W4U9h3KPZAMHKuXKewy { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:191px;width:216px;top:1041px;left:866px;overflow:hidden;display:block; }
#QZlrZQWHATTOKJ4Ro36vWAmUqmdHogWD { position:absolute;display:block;z-index:100054;height:398px;width:723px;top:809px;left:248.5px;display:none; }
#JbyHD4oM2P4pW45ufIK3lbum1ozhB1BS { position:absolute;display:block;z-index:100000;height:180px;width:320px;display:none; }
#yk7VCpUmtFPx8uevyJGAoxyHvwpkWddy { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:1199px;top:27px;left:992.5px;overflow:hidden;display:block; }
#qUuuFSHpQMzS4V4cbdcRog7CNUqPKRye { position:absolute;display:block;z-index:99999;background-color:rgba(0,33,70,0.3);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:1020px;top:0;left:94px;display:block; }
#BgBPcTX4z23xP3eLNf6MmuV6Mw7Z2hBO { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:200px;top:23.5px;left:897.96875px;overflow:hidden;display:block; }
#RpoeTIQJTFIHJTSrTkAaJy5SVoSdVlyB { color:#002146;display:block;width:829px;position:absolute;font-family:lobster;font-size:40px;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:238.5px;left:185.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPnxTVXMPzGMHwSkrlZl6ZQrZLdZLUop { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:327.5px;left:194.96875px;height:42px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kThbG1XmWsCGJECopdCVhuu0MUWBAT0u { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:550.5px;left:185.5px;height:126px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlitF8fqn4psgT3av5KASz4zfThZrXhC { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:379.5px;left:194.96875px;height:42px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KN7FI3G5to6KEm0Tm2upOP4GmKQGvRdA { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:494.5px;left:185.5px;height:42px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtoldXgAKVvwcTB7gLKgcuOZa5UzwqM6 { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:734.5px;left:185.5px;height:42px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3xxxN1fs1RzxlXLJR6SNGmUhSHot8zW { color:#002146;display:block;width:829px;position:absolute;font-family:raleway;font-size:33px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:792.5px;left:185.5px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQcpWOtwmPKaA9GfRcSmEQ8133xec2bZ { color:#ff6600;display:block;width:829px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:887px;left:185.5px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.86);background-image:none;position:relative;display:none; }#CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK > .row .container { border-width: 0; border-radius: 0; }#CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK > .row .container { font-size:14px;font-family:lato;height:96px;width:1200px;position:relative;display:none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.35);background-image:none;position:relative;display:block; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { background-color: transparent; background-image: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container > .video-iframe-container { display: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row > .video-iframe-container { display: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .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); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { border-width: 0; border-radius: 0; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { font-size:14px;font-family:lato;height:107px;width:1200px;position:relative;display:block; }#FW8pxhWo7smeeUbdcTiv2ceE0lsI2T28 { color:#002146;display:block;width:200px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11px;left:98px;height:22px;font-style:normal;display:block; }
#mh159KcG6h715nc3uVoIQC25qXyw9KTb { color:#002146;display:block;width:496px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:49px;left:98px;height:40px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { display:none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ex1fTEPpwVusIZg9JSMuFeIzbfFVDhaQ { width:762px;height:1260px;top:676px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #lAc0oOUVUtRgFKDsJU50kNGpg06A2xJi { width:764px;height:39px;top:173px;left:0;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #mGek6A8TD680TtbQ83NaKWDgvRMmAWc2 { width:172px;height:67px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EfVzGTQD1wuKLDAAPqbnKIWag848oGGX { width:764px;height:64px;top:716px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #sZL7TUwuGsAM79dIfaJ8LFDFX3ibdTDd { width:764px;height:32px;top:15px;left:0;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #XTDiu3QzdJrt6JJkC5v6SrTZK0WS9F6e { width:764px;height:58px;top:79px;left:0;font-size:45px;display:none; }
 }@media only screen and (max-width: 763px) { #TMpuT0TNiSzsI9wx8XMDEZIWUI5QXk5S { width:320px;height:23px;top:80px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #dff7XoFhCzyv3dfVbPVxRvurHqg5pTIk { width:305px;height:77px;top:113px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ICs7uTt6fZE4BMS2EORNsHVyMga7TJh1 { width:762px;height:288px;top:978px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #oWm4pID8K5NHXTIUvAE1WvWqmUTTXp4D { width:220px;height:35px;top:996px;left:271px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #sRJvmpekWV2GuEq15Eg42CkU8cyJT3qQ { width:241px;height:26px;top:1006px;left:523px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XNgZHOSJCLd2OcvRZPOTS1nytmO6FTuT { width:245px;height:26px;top:1006px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oX7t7OHCZtITFACiapL1GUlHcTk3Kh2p { width:762px;height:288px;top:300px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #Ta3PClzu9uu4ap6H8HtdAkg1zJUFzXcv { width:762px;height:288px;top:300px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #JzL97CnRPLJMLGtSbTcsiOrhuXHPnPUq { width:186px;height:20px;top:1231px;left:289px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #f3IlCflPVl1GrTtiLfXeTDX9lWagfsJb { width:145px;height:20px;top:1232px;left:0;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #KzTJdtOhvlEqqhQmQXEXvESGbbOGo5Ir { width:186px;height:20px;top:1232px;left:578px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #fUekh0bDI2J7pa76FS9i89momPJD2EGJ { width:175px;height:163px;top:1054px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #loteRbJZVZiETZ6rsQbV2GERABHnqsAy { width:242px;height:215px;top:1015px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #vuGBG5GLnJRL9W4U9h3KPZAMHKuXKewy { width:216px;height:191px;top:1041px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #QZlrZQWHATTOKJ4Ro36vWAmUqmdHogWD { width:723px;height:398px;top:809px;left:30.5px;display:none; }
 }@media only screen and (max-width: 763px) { #JbyHD4oM2P4pW45ufIK3lbum1ozhB1BS { width:320px;height:180px;display:none; }
 }@media only screen and (max-width: 763px) { #yk7VCpUmtFPx8uevyJGAoxyHvwpkWddy { width:764px;height:0;top:27px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qUuuFSHpQMzS4V4cbdcRog7CNUqPKRye { width:764px;height:67px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BgBPcTX4z23xP3eLNf6MmuV6Mw7Z2hBO { width:200px;height:20px;top:23px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #RpoeTIQJTFIHJTSrTkAaJy5SVoSdVlyB { width:764px;height:52px;top:238px;left:0;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #EPnxTVXMPzGMHwSkrlZl6ZQrZLdZLUop { width:764px;height:42px;top:327px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #kThbG1XmWsCGJECopdCVhuu0MUWBAT0u { width:764px;height:126px;top:550px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #FlitF8fqn4psgT3av5KASz4zfThZrXhC { width:764px;height:42px;top:379px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #KN7FI3G5to6KEm0Tm2upOP4GmKQGvRdA { width:764px;height:42px;top:494px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #QtoldXgAKVvwcTB7gLKgcuOZa5UzwqM6 { width:764px;height:42px;top:734px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #z3xxxN1fs1RzxlXLJR6SNGmUhSHot8zW { width:764px;height:84px;top:792px;left:0;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #KQcpWOtwmPKaA9GfRcSmEQ8133xec2bZ { width:764px;height:39px;top:887px;left:0;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK { display:none; }#CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA { display:block; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW8pxhWo7smeeUbdcTiv2ceE0lsI2T28 { width:200px;height:22px;top:11px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mh159KcG6h715nc3uVoIQC25qXyw9KTb { width:496px;height:40px;top:49px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:#e5effa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:320px;height:1615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ex1fTEPpwVusIZg9JSMuFeIzbfFVDhaQ { width:319px;height:633px;top:933.96875px;left:0.03125px;display:none; }
 }@media only screen and (max-width: 763px) { #lAc0oOUVUtRgFKDsJU50kNGpg06A2xJi { width:309px;height:26px;top:218.5px;left:5.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mGek6A8TD680TtbQ83NaKWDgvRMmAWc2 { width:171.986px;height:66.9861px;top:10px;left:74px;display:none; }
 }@media only screen and (max-width: 763px) { #EfVzGTQD1wuKLDAAPqbnKIWag848oGGX { width:268px;height:116px;top:963.96875px;left:26px;text-align:center;text-align-last:center;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #sZL7TUwuGsAM79dIfaJ8LFDFX3ibdTDd { width:320px;height:82px;top:897.9692px;left:0;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #XTDiu3QzdJrt6JJkC5v6SrTZK0WS9F6e { width:320px;height:auto;top:79px;left:0;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #TMpuT0TNiSzsI9wx8XMDEZIWUI5QXk5S { top:80px;left:0;width:320px;height:23px;z-index:100046;text-align:center;text-align-last:center;font-size:18px;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #dff7XoFhCzyv3dfVbPVxRvurHqg5pTIk { top:112.08333587646px;left:6.9861116409302px;width:305px;height:78px;z-index:100047;text-align:center;text-align-last:center;font-size:30px;color:#002146;font-weight:700;font-style:normal;text-shadow:1px 1px 2px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ICs7uTt6fZE4BMS2EORNsHVyMga7TJh1 { width:317.969px;height:192.969px;top:845px;left:0;background-color:rgba(0,33,70,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oWm4pID8K5NHXTIUvAE1WvWqmUTTXp4D { width:220px;height:35px;top:862px;left:58px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #sRJvmpekWV2GuEq15Eg42CkU8cyJT3qQ { width:240.99px;height:26px;top:1306px;left:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XNgZHOSJCLd2OcvRZPOTS1nytmO6FTuT { width:245px;height:26px;top:1084px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oX7t7OHCZtITFACiapL1GUlHcTk3Kh2p { width:317.969px;height:192.969px;top:1063px;left:0;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3PClzu9uu4ap6H8HtdAkg1zJUFzXcv { width:317.969px;height:192.969px;top:1283px;left:0;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #JzL97CnRPLJMLGtSbTcsiOrhuXHPnPUq { width:186px;height:20px;top:1450px;left:67px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f3IlCflPVl1GrTtiLfXeTDX9lWagfsJb { width:145px;height:20px;top:1229px;left:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KzTJdtOhvlEqqhQmQXEXvESGbbOGo5Ir { width:186px;height:20px;top:1012px;left:67px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fUekh0bDI2J7pa76FS9i89momPJD2EGJ { width:121px;height:113px;top:1117px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #loteRbJZVZiETZ6rsQbV2GERABHnqsAy { width:189px;height:168px;top:859px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #vuGBG5GLnJRL9W4U9h3KPZAMHKuXKewy { width:138px;height:122px;top:1336px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #QZlrZQWHATTOKJ4Ro36vWAmUqmdHogWD { width:320px;height:398px;top:809px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #JbyHD4oM2P4pW45ufIK3lbum1ozhB1BS { top:1110.96875px;left:0;width:320px;height:180px;z-index:100055;display:none; }
 }@media only screen and (max-width: 763px) { #yk7VCpUmtFPx8uevyJGAoxyHvwpkWddy { width:320px;height:0;top:1613.96875px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qUuuFSHpQMzS4V4cbdcRog7CNUqPKRye { width:320px;height:67px;top:1586.96875px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #BgBPcTX4z23xP3eLNf6MmuV6Mw7Z2hBO { width:200px;height:20px;top:29px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #RpoeTIQJTFIHJTSrTkAaJy5SVoSdVlyB { width:320px;height:32px;top:286.015625px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EPnxTVXMPzGMHwSkrlZl6ZQrZLdZLUop { width:320px;height:29px;top:364px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kThbG1XmWsCGJECopdCVhuu0MUWBAT0u { width:320px;height:87px;top:499px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #FlitF8fqn4psgT3av5KASz4zfThZrXhC { width:320px;height:29px;top:393px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KN7FI3G5to6KEm0Tm2upOP4GmKQGvRdA { width:320px;height:29px;top:471px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QtoldXgAKVvwcTB7gLKgcuOZa5UzwqM6 { width:320px;height:29px;top:631px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #z3xxxN1fs1RzxlXLJR6SNGmUhSHot8zW { width:320px;height:58px;top:660px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KQcpWOtwmPKaA9GfRcSmEQ8133xec2bZ { width:320px;height:27px;top:735.5px;left:0;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK { background-color:#3f035f;background-image:none;display:none; }#CCVzgfOiDUBp5DWgJmFRuv723XVdvtiK > .row .container { width:320px;height:1142px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { background-color: transparent; background-image: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container > .video-iframe-container { display: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row > .video-iframe-container { display: none; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .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); }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { border-width: 0; border-radius: 0; }#NwadQR9yAsFEXhK5iDBuT4Z80DuyRQQA > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW8pxhWo7smeeUbdcTiv2ceE0lsI2T28 { width:200px;height:20px;top:94px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mh159KcG6h715nc3uVoIQC25qXyw9KTb { width:320px;height:60px;top:134px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }