.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#005fa2;background-image:none;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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.5rem;top:0.747514128685rem;left:0rem;overflow:hidden;display:block; }
#nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.5rem;left:54.25rem; }
#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(11,21,63,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:60rem;height:62.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.873046875rem;left:0rem;height:7.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.6845703125rem;left:0.1533203125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { position:absolute;display:block;z-index:15002;background-color:rgba(0,58,102,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:29.375rem;top:22.4365234375rem;left:15.2490234375rem;display:block; }
#AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:24.38623046875rem;left:17.8125rem;height:6.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-form-header {  }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#003a66;width:17.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:"open sans";font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:"open sans";font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:"open sans";font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:"open sans";font-size:0.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:first-of-type{padding-top:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-container:last-of-type{padding-bottom:0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.4990234375rem;left:17.8740234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.4990234375rem;left:17.8740234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { position:relative;display:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { position:relative;display:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TzwTXvLN3IseqIizcCmrS0emcHPPgBz4 { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #VbRNFUixzJQBMcANFLKuwrNzu3POdurz { position:relative;display:none; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #p6GHAn7FmwmpygPliegpTG7tVWfPB8xl { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq { position:relative;z-index:2; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d { position:relative; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH { position:relative; }
#NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:60rem;left:29.25rem;overflow:hidden;display:block; }
#Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.375rem;left:26.6875rem;display:block; }
#mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { color:#003a66;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { color:#005fa2;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { position:absolute;display:block;z-index:15003;background-color:#b3b3b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { background-color: transparent; background-image: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { display: none; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .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); }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { border-width: 0; border-radius: 0; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { color:#333333;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:1.5400390625rem;left:0rem;height:14.9604375rem;font-style:normal;display:block; }
#prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { background-color:#005fa2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.9375rem;left:0rem;display:block; }
#XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { color:#4f5466;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:18.75rem;left:0rem;height:2.13720625rem;font-style:normal;display:block; }
#WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { position:absolute;display:block;z-index:15006;background-color:rgba(5,11,38,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:18.3125rem;left:7.1875rem;display:block; }
#fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { position:absolute;display:block;z-index:15008;background-color:rgba(5,11,38,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:18.3125rem;left:10.8125rem;display:block; }
#HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:27.3125rem;width:29.0625rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:19.130859375rem;left:8rem; }
#OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#AufTvESq5n3i9GsVglF98i2gdCVR3gmo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:19.130859375rem;left:11.625rem; }
#AufTvESq5n3i9GsVglF98i2gdCVR3gmo > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#wl4hwVqWsM2r4E4WstNOX77c71zI0aof { position:absolute;display:block;z-index:15010;background-color:rgba(5,11,38,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:18.3125rem;left:14.4375rem;display:block; }
#HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:19.125rem;left:15.25rem; }
#HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Bv5faZzJZnNTPGy2gq7d4DN7NlmF7nnc { position:absolute;display:block;z-index:15012;background-color:rgba(5,11,38,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:18.3125rem;left:18.0625rem;display:block; }
#VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:19.125rem;left:18.875rem; }
#VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#eUuL9bmJrFh0bykZP0wcAoLFzMeD11rX { position:absolute;display:block;z-index:15016;background-color:rgba(5,11,38,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:18.3125rem;left:21.6875rem;display:block; }
#bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:19.005859375rem;left:22.375rem; }
#bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { background-color: transparent; background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .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); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { border-width: 0; border-radius: 0; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/02de8777-7aaa-4dd5-8c2f-82137f14d46c/albertvilleaggies_1920x1080.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.adaptive-delivery-prevent-bg, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyload, #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ.lazyloading { background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.75);top:4.375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NAwNp13ukqzscHA40oSsQECVhRyLXisB { position:absolute;display:block;z-index:15003;background-color:#b3b3b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:10.625rem;left:27.8115234375rem;display:block; }
#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/02de8777-7aaa-4dd5-8c2f-82137f14d46c/albertvilleaggies_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.adaptive-delivery-prevent-bg, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyload, #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb.lazyloading { background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { border-width: 0; border-radius: 0; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { color:#0b2340;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.625rem;left:7.875rem;height:3.82421875rem;font-style:normal;display:block; }
#NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { color:#0b2340;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.1546535491944rem;left:2.5rem;height:6.411625rem;font-style:normal;display:block; }
#L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { color:#0b2340;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:7.25rem;left:32.5rem;height:6.411625rem;font-style:normal;display:block; }
#UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { color:#0b2340;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.625rem;left:37.875rem;height:3.82421875rem;font-style:normal;display:block; }
#hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0rem;left:29.999996185302rem;display:block; }
#fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#X0gbITOZZyG97exoJnLDrAm3SNTigJOl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.818359375rem;left:2.5rem;overflow:hidden;display:block; }
#nQHhuklU2NVX8uNHh3FcaB4xknwgZmvi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.6875rem;top:3.130859375rem;left:32.5rem;overflow:hidden;display:block; }
#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/02de8777-7aaa-4dd5-8c2f-82137f14d46c/albertvilleaggies_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.adaptive-delivery-prevent-bg, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyload, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyloading { background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { border-width: 0; border-radius: 0; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { color:#0b2340;display:block;width:12.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:7.875rem;height:3.82421875rem;font-style:normal;display:block; }
#Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { color:#0b2340;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:7.1546535491944rem;left:2.5rem;height:6.411625rem;font-style:normal;display:block; }
#Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { color:#0b2340;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:7.25rem;left:32.5rem;height:6.411625rem;font-style:normal;display:block; }
#qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { color:#0b2340;display:block;width:8.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.625rem;left:37.875rem;height:3.82421875rem;font-style:normal;display:block; }
#hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0.03038215637207rem;left:0rem;display:block; }
#VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#vd6SRazpCFeKbEpVTnomuQZ4DJENdKX9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.125rem;top:2.755859375rem;left:32.5rem;overflow:hidden;display:block; }
#qyE6SroXTfHmQFcTKWeCTVDbq7xiafJi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.75rem;top:2.755859375rem;left:2.5rem;overflow:hidden;display:block; }
#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/02de8777-7aaa-4dd5-8c2f-82137f14d46c/albertvilleaggies_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.adaptive-delivery-prevent-bg, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyload, #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF.lazyloading { background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { border-width: 0; border-radius: 0; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#003a66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.09375rem;left:21.40625rem;display:block; }
#wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { background-color: transparent; background-image: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { display: none; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .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); }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { border-width: 0; border-radius: 0; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { color:#003a66;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { color:#005fa2;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.638671875rem;left:-0.09375rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyOqfboXV7kBIyopdAKt7k8UunapsmGL { position:absolute;display:block;z-index:15003;background-color:#b3b3b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:13.3125rem;left:27.8115234375rem;display:block; }
#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { background-color: transparent; background-image: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { display: none; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .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); }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { border-width: 0; border-radius: 0; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#oCbwar1lXR0ccfVDazw1T719R408gvMs { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:13.875rem;left:41.8125rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#gLoLVR0JRgTCTwM24hh7xEm45hgMupiN { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:13.875rem;left:21.59375rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTMVbLDi0UhRqDoOrS31x9lfpvQne6SH { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:13.875rem;left:1.59375rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ati8fWV32TkIINI2fODEo07NWGZTvBsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { background-color: transparent; background-image: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { display: none; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .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); }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { border-width: 0; border-radius: 0; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#ot12GOdbB5LDknC53c508uNrDNInbpC0 { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:13.8125rem;left:1.5rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVWUUZKJhvmxWRGhetX1HXhhAF2sM1x0 { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:13.8125rem;left:21.5rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKH1VvXe4CUTPBp6uznpJ6IwMdsXDtwZ { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:13.8125rem;left:41.6875rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { background-color: transparent; background-image: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container > .video-iframe-container { display: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container { display: none; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .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); }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { border-width: 0; border-radius: 0; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#Jiqk0rzbK8FO923kK6Mb44fMwOyUvA5f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:40.1875rem;overflow:hidden;display:block; }
#PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.875rem;width:19.6875rem;top:0rem;left:0.05859375rem;overflow:hidden;display:block; }
#TaFVJfNzB4nJsSepq1asa9MGPAQ56Jcw { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:13.875rem;left:1.5rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QnycHaWwbqVTf442zlKG7IzZ1LV1hzbb { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:13.875rem;left:21.5rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTJHroVtx0ySHVD3nSD1z2MutqXkwsxE { color:#050b26;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:13.875rem;left:41.6875rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { background-color: transparent; background-image: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { display: none; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .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); }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { border-width: 0; border-radius: 0; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a66;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { background-color: transparent; background-image: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { display: none; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .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); }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { border-width: 0; border-radius: 0; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.052734375rem;left:0rem;height:2.88720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:9.126953125rem;left:1.25rem;height:6.411625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#0b2340;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.26220703125rem;left:21.40625rem;display:block; }
#z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:9.5rem;height:3.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:1.375rem;height:1.375rem;top:1.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:47.75rem;height:7.75rem;top:5.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:47.75rem;height:4.5rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:29.375rem;height:31.6875rem;top:22.375rem;left:9.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:24.375rem;height:6.125rem;top:24.375rem;left:11.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TzwTXvLN3IseqIizcCmrS0emcHPPgBz4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #VbRNFUixzJQBMcANFLKuwrNzu3POdurz {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #p6GHAn7FmwmpygPliegpTG7tVWfPB8xl {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:60rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:6.625rem;height:1.3125rem;top:57.375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:28.75rem;height:14.9375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:17.1875rem;height:3.4375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:6.3125rem;height:2.125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { width:2.9375rem;height:2.9375rem;top:18.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { width:3rem;height:2.9375rem;top:18.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:29.0625rem;height:27.3125rem;top:0rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ { width:1.375rem;height:1.375rem;top:19.125rem;left:4.9375rem;display:block; }
#OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #AufTvESq5n3i9GsVglF98i2gdCVR3gmo { width:1.375rem;height:1.375rem;top:19.125rem;left:8.5625rem;display:block; }
#AufTvESq5n3i9GsVglF98i2gdCVR3gmo > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #wl4hwVqWsM2r4E4WstNOX77c71zI0aof { width:3rem;height:3rem;top:18.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG { width:1.375rem;height:1.375rem;top:19.125rem;left:12.1875rem;display:block; }
#HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Bv5faZzJZnNTPGy2gq7d4DN7NlmF7nnc { width:3rem;height:3rem;top:18.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ { width:1.375rem;height:1.375rem;top:19.125rem;left:15.8125rem;display:block; }
#VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #eUuL9bmJrFh0bykZP0wcAoLFzMeD11rX { width:3rem;height:3rem;top:18.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l { width:1.625rem;height:1.625rem;top:19rem;left:19.3125rem;display:block; }
#bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:10.625rem;left:21.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:16.25rem;height:3.8125rem;top:2.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:25.125rem;height:6.375rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:25.1875rem;height:6.375rem;top:7.25rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:14.375rem;height:3.8125rem;top:2.625rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0gbITOZZyG97exoJnLDrAm3SNTigJOl { top:2.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHhuklU2NVX8uNHh3FcaB4xknwgZmvi { top:3.125rem;left:23.875rem;width:4.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:12.375rem;height:3.8125rem;top:2.5625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:25.125rem;height:6.375rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:25.1875rem;height:6.375rem;top:7.25rem;left:22.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:8.375rem;height:3.8125rem;top:2.625rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd6SRazpCFeKbEpVTnomuQZ4DJENdKX9 { top:2.75rem;left:23.875rem;width:3.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyE6SroXTfHmQFcTKWeCTVDbq7xiafJi { top:2.75rem;left:0rem;width:3.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:17.1875rem;height:3.4375rem;top:5.0625rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:13.3125rem;left:21.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:16.8125rem;height:3.375rem;top:13.875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLoLVR0JRgTCTwM24hh7xEm45hgMupiN { width:16.8125rem;height:3.375rem;top:13.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMVbLDi0UhRqDoOrS31x9lfpvQne6SH { width:16.8125rem;height:3.375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:19.6875rem;height:12.875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot12GOdbB5LDknC53c508uNrDNInbpC0 { width:16.8125rem;height:3.375rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWUUZKJhvmxWRGhetX1HXhhAF2sM1x0 { width:16.8125rem;height:3.375rem;top:13.8125rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKH1VvXe4CUTPBp6uznpJ6IwMdsXDtwZ { width:16.8125rem;height:3.375rem;top:13.8125rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { display:block; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiqk0rzbK8FO923kK6Mb44fMwOyUvA5f { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { width:19.6875rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFVJfNzB4nJsSepq1asa9MGPAQ56Jcw { width:16.8125rem;height:3.375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnycHaWwbqVTf442zlKG7IzZ1LV1hzbb { width:16.8125rem;height:3.375rem;top:13.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJHroVtx0ySHVD3nSD1z2MutqXkwsxE { width:16.8125rem;height:3.375rem;top:13.875rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { width:47.75rem;height:6.375rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:17.1875rem;height:3.4375rem;top:18.25rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,58,102,0.25);background-image:none;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); } }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:9.6875rem;height:3.125rem;top:1.25rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNQeEB2lfvgyqOJGMWha9ybyewrL4RN1 { width:1.375rem;height:1.375rem;top:4.6884765625rem;left:5.87939453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60835046-0427-4a50-b50b-fdef87dd5b23/video_still_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,16,37,0.5); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,16,37,0.5); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:15.3125rem;height:3.75rem;top:6.25rem;left:2.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:18.75rem;height:8.3994375rem;top:11.099609375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WV0r0hq781cLLvsNew1BOnqsRnQEqUTp { width:19.875rem;height:24.375rem;top:20.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc6OSE9gswikPtm5ylK1l45eaCCEaJ { width:20rem;height:4.54980625rem;top:22.68701171875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7  { width:17.5rem;height:auto;top:27.2490234375rem;left:0rem; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 {display:block;}#reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 { width:17.5rem;height:auto;top:27.2490234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #uv9W0MumCWT6A2kHeNVeuDpyKozQ38br {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #q5OIibmCDqUQZIxTRdneLswoAmAkPhC2 { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #eGXTxboJcvn68i4sZzF88ytCQDIplq18 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #oZ5b0o15M2yhkcaDza9xetxxnqTfTXZS {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #fugXkJTAWTvTNFwc3QNv0V2OXOWIKm1f { display:block; }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #MHsnFMaq8lmtX5I6LvFhGt6uX6ukTDM4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #TzwTXvLN3IseqIizcCmrS0emcHPPgBz4 {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #VbRNFUixzJQBMcANFLKuwrNzu3POdurz {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #p6GHAn7FmwmpygPliegpTG7tVWfPB8xl {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #b59wHMthoCyki9yk4TPhHobTOczanroQ {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #KWpebfv8k5IwfNxvHO9Huszkf26QSSeq {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #hLtGpCtl9X3rTqE574V0gyqUldbHeANH {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #Uz5g8gNOsEES0vKNkkRyXy3M3Zdc901d {  }
 }@media only screen and (max-width: 763px) { #reLNnikR0WWslCLhPJlZvBIzXyHdyQI7 #UJcwfg9h1Xn9q73dfLnUWnNp6cozPduH {  }
 }@media only screen and (max-width: 763px) { #NJdBntEV7TrFDw43ylmDhoxEWVKSger6 { width:1.5625rem;height:1.5625rem;top:48.6875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8Co0qL8GwinAZwu5S99neTkTmvrRTD { width:6.625rem;height:1.3125rem;top:50.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWTrOpDTI2FJklm5P79QZex9FhAWv9b { display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXSdEWS13EEX6sRWvu9XFUiWHEi0KTC4 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEo61Lf56U33AhoPTxv9dzJWnaDCkxKk { width:18.75rem;height:4.72411875rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8rThVxIQ7JbTbox5tBcvloOfUFupqq6 { width:4.5rem;height:0.125rem;top:9.97314453125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V { display:block; }#rc6TzLbBaBNGDflPbGy9qyDP1TE70O6V > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHdUJnWEw7nvDcGq09kT3Q0GHS8QNo4i { width:18.75rem;height:15.297375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #prhOGNE0mSi2IuoErQTc4RMQdRGAFpmX { width:14.0625rem;height:2.875rem;top:18.5625rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXDBTTCGTrRfoPllABIDkoV886x1oh59 { display:block; }
 }@media only screen and (max-width: 763px) { #tnARH3UxWL4fcHIvwAPbdhANeZVQnSwa { width:6.3125rem;height:1.8999rem;top:23.25rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbwTLEW1wdS2qLTcTsCQNTcNkUbT5Nsl { width:2.9375rem;height:2.9375rem;top:25.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwZJoNvKq4NxLDVbbola9aByFhyS2uE { width:3rem;height:2.9375rem;top:25.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyVsrWQSBrDe18ghwJluCQLXNy2Hw5C { width:20rem;height:18.75rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ { width:1.375rem;height:1.375rem;top:26.5625rem;left:2.125rem;display:block; }
#OeSKB5XPGcldI5PQ5Tt2JvVSDvXKaBJJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #AufTvESq5n3i9GsVglF98i2gdCVR3gmo { width:1.375rem;height:1.375rem;top:26.6875rem;left:5.6875rem;display:block; }
#AufTvESq5n3i9GsVglF98i2gdCVR3gmo > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #wl4hwVqWsM2r4E4WstNOX77c71zI0aof { width:3rem;height:3rem;top:25.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG { width:1.375rem;height:1.375rem;top:26.5625rem;left:9.3125rem;display:block; }
#HL9bXQmFWMQVsJrccPSZ8UK8xgoxMmKG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Bv5faZzJZnNTPGy2gq7d4DN7NlmF7nnc { width:3rem;height:3rem;top:25.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ { width:1.375rem;height:1.375rem;top:26.5625rem;left:12.9375rem;display:block; }
#VmWCzKZs6Ff7LtoRR3Lgsr3DUXb3HPZJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #eUuL9bmJrFh0bykZP0wcAoLFzMeD11rX { width:3rem;height:3rem;top:25.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l { width:1.625rem;height:1.625rem;top:26.4375rem;left:16.4375rem;display:block; }
#bCdET3ysJ7D9TN1rrxy3QgoutP4AZJ7l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7iU7iTWQTq94THS7H0XL773gQuOXkoZ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { background-color: transparent; background-image: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { display: none; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .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); }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { border-width: 0; border-radius: 0; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7iU7iTWQTq94THS7H0XL773gQuOXkoZ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJAWnJBMvgqmqKcme6nW179KHEeBmd8s { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwNp13ukqzscHA40oSsQECVhRyLXisB { width:4.5rem;height:0.125rem;top:4rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb { background-color:#000000;background-image:none;display:block; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { background-color: transparent; background-image: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row > .video-iframe-container { display: none; }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .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); }#a63hW6RUppHqHF2QoGKqNGZqN9BBw1Zb > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFV3keT4rfRlzymMIrf6sgI9h2EoS48T { width:10.6875rem;height:3.3994125rem;top:3.875rem;left:7.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NPwO4cJQcBokVCTXUL4lkKeshXcNXo43 { width:15.75rem;height:6.7988125rem;top:8.5234375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L8WDVDBBbaqvWlvsUR9ZwVnuCTTXZMK2 { width:15.75rem;height:8.4985625rem;top:30.3125rem;left:2.50048828125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UzR8MwlXJS1v0g349Erkcx22HrWevVBJ { width:10.625rem;height:5.09911875rem;top:24rem;left:7.87548828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNbTwTEMN7RzwEhGWQ5SKM2pkZox614i { width:20rem;height:19.5rem;top:22rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fHa0B7vpbiKk7D57oCvLNmnJghhdL4ye { width:20rem;height:19.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0gbITOZZyG97exoJnLDrAm3SNTigJOl { width:3.4375rem;height:3.4375rem;top:3.85546875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHhuklU2NVX8uNHh3FcaB4xknwgZmvi { width:4.6875rem;height:2.8125rem;top:25.14306640625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ { background-color:#005fa2;background-image:url("https://images.assets-landingi.com/uc/02de8777-7aaa-4dd5-8c2f-82137f14d46c/albertvilleaggies_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.adaptive-delivery-prevent-bg, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyload, #AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ.lazyloading { background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { background-color: transparent; background-image: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row > .video-iframe-container { display: none; }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .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); }#AdGoF1XiyweS2q08dFQ32vX6iMgUl7vQ > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZtmukIICD1THAwCGtvn6TC5X3wFdbP { width:10.625rem;height:3.3994125rem;top:3.7822265625rem;left:7.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0R3RrIiTcbCzil2C5GDJQV4iZsVvrw { width:15.75rem;height:6.7988125rem;top:8.3740234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4QtkE6UaD7yVXPJGsmukcAp85eASMf { width:15.75rem;height:6.7988125rem;top:29.21923828125rem;left:2.50048828125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qumeLtWzB5TzsagiGf7mtHd00RAONOA8 { width:10.625rem;height:3.3994125rem;top:24.59423828125rem;left:7.87548828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxyt4GMXRMdELfsb2eJxTdOaH8Bv7dLv { width:20rem;height:19.5rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VcOyoMp4fJtTkkxaQkW151H4AKDiV99v { width:20rem;height:19.5rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd6SRazpCFeKbEpVTnomuQZ4DJENdKX9 { width:3.125rem;height:3.4375rem;top:24.34375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyE6SroXTfHmQFcTKWeCTVDbq7xiafJi { width:3.75rem;height:3.4375rem;top:3.7626953125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF { background-color:#003a66;background-image:none;display:block; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { background-color: transparent; background-image: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row > .video-iframe-container { display: none; }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .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); }#tOqlT0IZwGyTiCPbBnLMJ3d20ZqJI0pF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqdAdzUK7U3NAVTTKsR42J8eGD5TeDOy { width:14.0625rem;height:2.875rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWeHQS9uP862OdgUhngAD8ktOy6Eg79 { display:block; }
 }@media only screen and (max-width: 763px) { #wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu { display:block; }#wrHEteIJnRcwU5xyQP3BhQiy8oEQrzTu > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kp8BMFGhA7zJNc4TSlhaRwJxMzwpeZ1O { width:18.75rem;height:3.1494125rem;top:4rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyOqfboXV7kBIyopdAKt7k8UunapsmGL { width:4.5rem;height:0.125rem;top:8.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 { display:block; }#HQ3g0AD81cub6TDBeR3KbHxeC2SRRMS6 > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCbwar1lXR0ccfVDazw1T719R408gvMs { width:16.8125rem;height:3.3994125rem;top:47.625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #DJMxkOqz2zPSXToC7LVJT1JsU1ynrW56 { width:16.8125rem;height:11rem;top:18.58642578125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7bmFTwvJ3QdAeo2dnAlWWJ2uGsA4Qm { width:16.8125rem;height:11rem;top:36rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFH7JLcWKTHxkyzTuZCaJ6K6JSvPeT4 { width:16.6875rem;height:10.875rem;top:1.25rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLoLVR0JRgTCTwM24hh7xEm45hgMupiN { width:16.8125rem;height:3.3994125rem;top:30.1875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMVbLDi0UhRqDoOrS31x9lfpvQne6SH { width:16.8125rem;height:3.3994125rem;top:12.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #Ati8fWV32TkIINI2fODEo07NWGZTvBsb { display:block; }#Ati8fWV32TkIINI2fODEo07NWGZTvBsb > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbQrpwom5vLMxW8vCrIHqfyi0VadTsuk { width:16.8125rem;height:11rem;top:18.71142578125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t682ATKTSr1M9nzRtvP2Zdwsltb9IHc4 { width:16.8125rem;height:11rem;top:36.1728515625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P85Vs2NGDyU9ltRhH0hJt0LFcsOHdFnE { width:16.8125rem;height:11rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot12GOdbB5LDknC53c508uNrDNInbpC0 { width:16.8125rem;height:3.3994125rem;top:12.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #aVWUUZKJhvmxWRGhetX1HXhhAF2sM1x0 { width:16.8125rem;height:3.3994125rem;top:30.33642578125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #SKH1VvXe4CUTPBp6uznpJ6IwMdsXDtwZ { width:16.8125rem;height:3.3994125rem;top:47.7978515625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X { display:block; }#Cpho2mIdv1ZLx0fEdIQU72ArR4DU3K9X > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No3b4gRnb3JDt5OcGOuDJEZXHq6e0DFC { width:16.8125rem;height:11rem;top:18.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiqk0rzbK8FO923kK6Mb44fMwOyUvA5f { width:16.8125rem;height:11rem;top:36.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHMCmlnhoXnNkkkh4tI8bQKHygPcTHI { width:16.8125rem;height:11rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFVJfNzB4nJsSepq1asa9MGPAQ56Jcw { width:16.8125rem;height:3.3994125rem;top:12.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #QnycHaWwbqVTf442zlKG7IzZ1LV1hzbb { width:16.8125rem;height:3.3994125rem;top:30.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #zTJHroVtx0ySHVD3nSD1z2MutqXkwsxE { width:16.8125rem;height:3.3994125rem;top:47.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#003a66;display:block; }
 }@media only screen and (max-width: 763px) { #M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X { display:block; }#M2t9wy7Olxqa4BtXm9vi96wxiHzV5V5X > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG { display:block; }#m5PR3SUTvX3bcHQtDutaOEk7Cdu1eznG > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvvua6tiFtqXkk0B1lrQvXVqm8PBoHgU { width:20rem;height:3.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd1ZtXWSgcQ0N7qyFyKwfW0TPtrhAA5U { width:20rem;height:10.19825rem;top:5.79980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz9wwesVszMT3nhnTDyh1avQrfknUQr { width:14.0625rem;height:2.875rem;top:17.24805625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50iRUNZfb8fC6yUTGKFDGQuSbwIWJHH { display:block; }
 }