.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:#ffffff;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); }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(242deg, #c32a43, #c8102e);background-image: -moz-linear-gradient(242deg, #c32a43, #c8102e);background-image: -ms-linear-gradient(242deg, #c32a43, #c8102e);background-image: -o-linear-gradient(242deg, #c32a43, #c8102e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c8102e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c8102e' );";background-image: linear-gradient(242deg, #c32a43, #c8102e);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container { border-width: 0; border-radius: 0; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#RIAzP3BQ6eOgWASfyXXG4TEPlAsyZ730 { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.125rem;left:0rem;height:2.54964375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#bsqXHr4un2zKklz9DhIQ97iMUJb8Z8VE { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6241321563721rem;left:0rem;height:9.746075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny { position:relative;display:block; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny { background-color: transparent; background-image: none; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container > .video-iframe-container { display: none; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row > .video-iframe-container { display: none; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .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); }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny { border-width: 0; border-radius: 0; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D8bZ13scARzgKvR77hpGs5ZWfD4eJ7BU { 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:5rem;width:12.1875rem;top:1.96875rem;left:23.90625rem;overflow:hidden;display:block; }
#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03297f;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; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:5rem;left:26.8125rem;display:block; }
#oHalA8xODxpWw80Jeswa3Qt1T888mw9u { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:4.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NREzci2S8Gp9R5QEI3bV9V1703anBhCW { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytL0dguxDVfL7hveWHdbBSFgTl6t0PMf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:6.1873375rem;top:28.4375rem;left:26.875rem;display:block; }
#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { 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; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.337728023529rem;left:0rem;height:30.38086875rem;font-style:normal;display:block; }
#idkGenQtTB0X9hKhVXZ86xtEqd7q706A { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:8.125rem;left:0rem;display:block; }
#y5Lt5rT993UNLpydHZcSMXLrqK00JtUS { position:absolute;display:block;z-index:15019;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:43.6875rem;width:30.0625rem;top:0.060894982360843rem;left:29.821144108048rem;overflow:hidden;display:block; }
#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1132e;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; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container { background-color: transparent; background-image: none; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container > .video-iframe-container { display: none; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row > .video-iframe-container { display: none; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .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); }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container { border-width: 0; border-radius: 0; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#irz6vm3ciekDCdyZveUwFnsfQvBhrtco { color:#000000;display:block;width:31.499rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3746738433838rem;left:14.249675750733rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1132e;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; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { background-color: transparent; background-image: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { display: none; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .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); }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { border-width: 0; border-radius: 0; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { 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:4.3125rem;width:4.3125rem;top:2rem;left:5.34375rem;overflow:hidden;display:block; }
#x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { position:absolute;display:block;z-index:15001;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:5rem;width:5rem;top:1.6875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { position:absolute;display:block;z-index:15002;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.875rem;width:3.8125rem;top:2.25rem;left:35.562501907349rem;overflow:hidden;display:block; }
#JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { position:absolute;display:block;z-index:15003;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:4.625rem;width:4.75rem;top:1.875rem;left:50.124219894409rem;overflow:hidden;display:block; }
#igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:15.000001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:30.000001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:44.875001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 { 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; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container { background-color: transparent; background-image: none; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container > .video-iframe-container { display: none; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row > .video-iframe-container { display: none; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .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); }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container { border-width: 0; border-radius: 0; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#oWa3ZNtLwonQRG8LnkM1kwJUUik53Vln { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.746255874634rem;left:0rem;height:30.380875rem;font-style:normal;display:block; }
#HT0GXr267Fw3AavPNWWcTHSrT8EUlB3x { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#fuETHnwK9vcXfvQt7klE2qMACltTiosl { position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:5.625rem;top:7.5rem;left:0rem;display:block; }
#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw { 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; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container { background-color: transparent; background-image: none; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container > .video-iframe-container { display: none; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row > .video-iframe-container { display: none; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .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); }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container { border-width: 0; border-radius: 0; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#FmHNpFMETMCo9DLxz5KRF61B9eT9qEVS { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#nCgxh6o2hvCoW1lATht6ZtFxbybRRerA { position:absolute;display:block;z-index:15019;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:5.625rem;top:7.5rem;left:0rem;display:block; }
#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO { position:relative;display:none; }#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO { border-width: 0; border-radius: 0; }#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nzOAOdxceffc6wcPLKXK6kNT3CQxTJLI { 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:16.1875rem;width:28.9375rem;top:5.0067901611328E-6rem;left:0.53125rem;overflow:hidden;display:block; }
#EwRLtEAGFQAWUonbxxPIoV9o9ttarOvN { position:absolute;display:block;z-index:15001;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:16.1875rem;width:28.8125rem;top:0rem;left:30.53125rem;overflow:hidden;display:block; }
#iV6zTeQEiogD692KAAzyZkBMHtfbJoQZ { position:absolute;display:block;z-index:15001;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:16.1875rem;width:26.0625rem;top:0rem;left:30.53125rem;overflow:hidden;display:none; }
#XXwnNldfRrceZb0JvmIylBubsbhO1nll { position:absolute;display:block;z-index:15001;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:16.1875rem;width:26.0625rem;top:0rem;left:30.53125rem;overflow:hidden;display:none; }
#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl { position:relative;display:block; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl { background-color: transparent; background-image: none; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container > .video-iframe-container { display: none; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row > .video-iframe-container { display: none; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .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); }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl { border-width: 0; border-radius: 0; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pKBBBCegu2AMsMgQkKtIyHBkKbGTTqZ3 { position:absolute;display:block;z-index:15001;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:21.0625rem;width:37.875rem;top:1.7890625rem;left:11.0625rem;overflow:hidden;display:block; }
#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx { position:relative;display:block; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx { background-color: transparent; background-image: none; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container > .video-iframe-container { display: none; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row > .video-iframe-container { display: none; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .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); }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx { border-width: 0; border-radius: 0; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fxQARdHo2i3F28blRSgA52A5UaFHlPZr { position:absolute;display:block;z-index:15001;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:21.25rem;width:37.875rem;top:1.0390567779541rem;left:11.0625rem;overflow:hidden;display:block; }
#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM { position:relative;display:block; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM { background-color: transparent; background-image: none; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container > .video-iframe-container { display: none; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row > .video-iframe-container { display: none; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .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); }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM { border-width: 0; border-radius: 0; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oru6IEaKiR1wcBADsZ6hOwpfG65RlyxO { position:absolute;display:block;z-index:15001;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:23.4375rem;width:37.875rem;top:0.96875rem;left:11.0625rem;overflow:hidden;display:block; }
#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 { position:relative;display:block; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 { background-color: transparent; background-image: none; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container > .video-iframe-container { display: none; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row > .video-iframe-container { display: none; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .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); }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 { border-width: 0; border-radius: 0; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MMaqvHB0TgBrt57LZsw5pvKOMMqVIpw7 { position:absolute;display:block;z-index:15001;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:23.5rem;width:37.875rem;top:2.25rem;left:11.0625rem;overflow:hidden;display:block; }
#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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:none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { border-width: 0; border-radius: 0; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:none; }#LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.7493495941163rem;left:30.49951171875rem;height:14.29689375rem;font-style:normal;display:block; }
#irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:5.625rem;top:7.8125rem;left:30.498859405517rem;display:block; }
#xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:30.312664031983rem;height:3.25rem;font-style:normal;display:block; }
#I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { position:absolute;display:block;z-index:15018;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:18.75rem;width:25.0625rem;top:5.8430988788605rem;left:0rem;overflow:hidden;display:block; }
#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(242deg, #c32a43, #c8102e);background-image: -moz-linear-gradient(242deg, #c32a43, #c8102e);background-image: -ms-linear-gradient(242deg, #c32a43, #c8102e);background-image: -o-linear-gradient(242deg, #c32a43, #c8102e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c8102e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32a43', endColorstr='#c8102e' );";background-image: linear-gradient(242deg, #c32a43, #c8102e);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container { border-width: 0; border-radius: 0; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#RgQLnVV27IR2JPDy0uDDepU6WRaq7Zlo { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.125rem;left:0rem;height:2.54964375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#KmIeOLrxrX3IP12Go2GNAE29uwuALaSZ { display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6241321563721rem;left:0rem;height:9.746075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03297f;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:0;font-style:normal;display:none; }
#Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:7.5rem;left:0rem;display:block; }
#ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { position:absolute;display:block;z-index:15022;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.1875rem;width:2.1875rem;top:19.8125rem;left:0rem;overflow:hidden;display:none; }
#nSa8inT5TlR2vxGvZssupmahRBrQVioE { position:absolute;display:block;z-index:15024;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.5rem;width:2.5rem;top:19.8125rem;left:5.625rem;overflow:hidden;display:none; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:bold;color:#090e36;width:18.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:18.375rem;box-sizing:border-box;height:2rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:18.375rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:18.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c1132e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.1875rem;height:3.75rem;font-family:"source sans pro";overflow:hidden; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:34.558594703674rem;top:1.39453125rem;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:34.558594703674rem;top:1.39453125rem;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #D8VSM8sUTcTb0r7FRxOFe574zmBO10uu { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #mZD5qAwT18FSb0mewNqRpA9DD0FJVTQa { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #u9akCpEQ0IQMlPbFwobOzu0cEm5TDkXz { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e { position:relative; }
#oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX { position:relative;display:block; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX { background-color: transparent; background-image: none; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container > .video-iframe-container { display: none; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row > .video-iframe-container { display: none; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .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); }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX { border-width: 0; border-radius: 0; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PJx1VDexQBTuTZmAARG05R2lTQr4lWb1 { 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:4.562175rem;width:10.8121875rem;top:3.125rem;left:24.593097686767rem;overflow:hidden;display:block; }
#JrniF2ob0wVrphMtCRBbefkTSIcwyQux { color:#000000;display:block;width:23.8745rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9599609375rem;left:18.062335968017rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu { background-color:#ffffff;background-image:none;display:block; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container { background-color: transparent; background-image: none; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container > .video-iframe-container { display: none; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row > .video-iframe-container { display: none; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .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); }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIAzP3BQ6eOgWASfyXXG4TEPlAsyZ730 { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqXHr4un2zKklz9DhIQ97iMUJb8Z8VE { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny { display:block; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8bZ13scARzgKvR77hpGs5ZWfD4eJ7BU { top:1.9375rem;left:17.78125rem;width:12.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { top:5rem;left:20.6875rem;width:6.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { top:10.25rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { top:16.3125rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytL0dguxDVfL7hveWHdbBSFgTl6t0PMf { top:28.4375rem;left:20.75rem;width:6.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { top:3.8125rem;left:0rem;width:32.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { top:10.3125rem;left:0rem;width:27.5rem;height:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { top:8.125rem;left:0rem;width:5.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Lt5rT993UNLpydHZcSMXLrqK00JtUS { top:0rem;left:17.6875rem;width:30.0625rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo { display:block; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irz6vm3ciekDCdyZveUwFnsfQvBhrtco { top:2.3125rem;left:8.1246757507325rem;width:31.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { top:2rem;left:3.8125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { top:1.6875rem;left:15.406251907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { top:2.25rem;left:27.906251907349rem;width:3.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { top:1.875rem;left:39.405469894409rem;width:4.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { top:7.8125rem;left:0rem;width:15.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { top:7.8125rem;left:8.8125rem;width:15.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { top:7.8125rem;left:20.75rem;width:15.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { top:7.8125rem;left:20.75rem;width:15.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 { display:block; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWa3ZNtLwonQRG8LnkM1kwJUUik53Vln { top:10.6875rem;left:0rem;width:47.75rem;height:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0GXr267Fw3AavPNWWcTHSrT8EUlB3x { top:3.125rem;left:0rem;width:23.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuETHnwK9vcXfvQt7klE2qMACltTiosl { top:7.5rem;left:0rem;width:5.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw { display:block; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmHNpFMETMCo9DLxz5KRF61B9eT9qEVS { top:3.125rem;left:0rem;width:23.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCgxh6o2hvCoW1lATht6ZtFxbybRRerA { top:7.5rem;left:0rem;width:5.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO { display:block; }#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzOAOdxceffc6wcPLKXK6kNT3CQxTJLI { top:0rem;left:0rem;width:28.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwRLtEAGFQAWUonbxxPIoV9o9ttarOvN { top:0rem;left:18.8125rem;width:28.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6zTeQEiogD692KAAzyZkBMHtfbJoQZ { top:0rem;left:18.8125rem;width:26.0625rem;height:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXwnNldfRrceZb0JvmIylBubsbhO1nll { top:0rem;left:18.8125rem;width:26.0625rem;height:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl { display:block; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKBBBCegu2AMsMgQkKtIyHBkKbGTTqZ3 { top:1.75rem;left:4.9375rem;width:37.875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx { display:block; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxQARdHo2i3F28blRSgA52A5UaFHlPZr { top:1rem;left:4.9375rem;width:37.875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM { display:block; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oru6IEaKiR1wcBADsZ6hOwpfG65RlyxO { top:0.9375rem;left:4.9375rem;width:37.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 { display:block; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMaqvHB0TgBrt57LZsw5pvKOMMqVIpw7 { top:2.25rem;left:4.9375rem;width:37.875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { top:9.6875rem;left:18.375rem;width:29.375rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { top:7.8125rem;left:24.373859405517rem;width:5.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { top:3.5rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { top:5.8125rem;left:0rem;width:25.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF { background-color:#ffffff;background-image:none;display:block; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container { background-color: transparent; background-image: none; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container > .video-iframe-container { display: none; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row > .video-iframe-container { display: none; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .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); }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgQLnVV27IR2JPDy0uDDepU6WRaq7Zlo { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmIeOLrxrX3IP12Go2GNAE29uwuALaSZ { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { top:10rem;left:0rem;width:26.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { top:2.75rem;left:0rem;width:27.625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { top:7.5rem;left:0rem;width:5.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { top:19.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSa8inT5TlR2vxGvZssupmahRBrQVioE { top:19.8125rem;left:2.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { width:18.375rem;height:auto;top:1.375rem;left:25.371094703674rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { width:18.375rem;height:auto;top:1.375rem;left:25.371094703674rem; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #D8VSM8sUTcTb0r7FRxOFe574zmBO10uu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #mZD5qAwT18FSb0mewNqRpA9DD0FJVTQa { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #u9akCpEQ0IQMlPbFwobOzu0cEm5TDkXz {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { display:none; }
 }@media only screen and (max-width: 763px) { #ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX { display:block; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJx1VDexQBTuTZmAARG05R2lTQr4lWb1 { top:3.125rem;left:18.468097686767rem;width:10.75rem;height:4.5359351426342rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrniF2ob0wVrphMtCRBbefkTSIcwyQux { top:8.9375rem;left:11.936849594116rem;width:23.8125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu { background-color:transparent;background-image: -webkit-linear-gradient(327deg, #ca2440, #c8102e);background-image: -moz-linear-gradient(327deg, #ca2440, #c8102e);background-image: -ms-linear-gradient(327deg, #ca2440, #c8102e);background-image: -o-linear-gradient(327deg, #ca2440, #c8102e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );";background-image: linear-gradient(327deg, #ca2440, #c8102e);background-size:initial !important;display:none; }#X39SB5sIsbTxHrii5lzOf9CTbJoBz3cu > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RIAzP3BQ6eOgWASfyXXG4TEPlAsyZ730 { width:20rem;height:1.79931875rem;top:1.3125019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqXHr4un2zKklz9DhIQ97iMUJb8Z8VE { width:20rem;height:20.462225rem;top:4.0842022895813rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny { display:block; }#QTCKgtgBe26wRrAN6T5IFCuGIlKFVhny > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8bZ13scARzgKvR77hpGs5ZWfD4eJ7BU { width:9.124375rem;height:3.6873375rem;top:1.25rem;left:5.4370114207268rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:#03297f;background-image:none;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8o4H9zWBmJTcX2Fur2plZiNhs0S6bDk { width:6.1875rem;height:0.4375rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { width:20rem;height:5.8496125rem;top:5.625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NREzci2S8Gp9R5QEI3bV9V1703anBhCW { width:19.2496875rem;height:10.722625rem;top:13.311360359192rem;left:0.37434893846512rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytL0dguxDVfL7hveWHdbBSFgTl6t0PMf { width:6.124675rem;height:0.3719075rem;top:26.31103515625rem;left:6.937662780285rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { width:20rem;height:2.6001rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { width:19.0625rem;height:29.23826875rem;top:7.8865566253663rem;left:0.46793621778488rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { width:5.625rem;height:0.437011875rem;top:5.6363925933838rem;left:7.1874997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Lt5rT993UNLpydHZcSMXLrqK00JtUS { width:20rem;height:29.125rem;top:39.1162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo { display:block; }#ZMLHFPXyvLt6keK6VV1hdT3FeQEyObmo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irz6vm3ciekDCdyZveUwFnsfQvBhrtco { width:20rem;height:2.6001rem;top:1.9807949066162rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea { display:block; }#nXgIms06RsTbrlKPVWbhgas6s3Z2Qqea > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqUQLrIpfPCxw8a69EXeuCcdTBLOQrlT { width:3.6875rem;height:3.6875rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TzEaraNLeXRtlOTTaKadCiW5E8IACu { width:4.12435rem;height:4.12435rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5COH4G6EaHHqsvCrQX1w8CpMT3c3cos { width:3.5625rem;height:3.625rem;top:9.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfLQgcBc1zlWbHaHEpTodG8HxW86hyUw { width:4.125rem;height:4rem;top:9.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igTy9qGITRbkdoTEuqwQRg7tOQrMuzr3 { width:5.8125rem;height:3.25rem;top:4.4375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KByHmf3s7fnpUyTn7DLkQpBQmVHtu26S { width:7rem;height:3.25rem;top:4.375rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebVaHPILkO7W0PMlNsvB5pt8PkZ0bpS { width:6.625rem;height:4.875rem;top:13.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJdB9nRRWBMZaeCagiOmTlIFGDT1Rqhp { width:5.1875rem;height:3.25rem;top:13.8125rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 { display:block; }#WMZuerkT1N5i3ntHZTvpoNMG79lAMQc4 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWa3ZNtLwonQRG8LnkM1kwJUUik53Vln { width:20rem;height:45.31929375rem;top:7.3486251831056rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT0GXr267Fw3AavPNWWcTHSrT8EUlB3x { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuETHnwK9vcXfvQt7klE2qMACltTiosl { width:5.625rem;height:0.375rem;top:5.1001rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw { display:block; }#AZ7CLGpTlWZuRmHXWmiceglipS4JLPOw > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmHNpFMETMCo9DLxz5KRF61B9eT9qEVS { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCgxh6o2hvCoW1lATht6ZtFxbybRRerA { width:5.625rem;height:0.375rem;top:5.1001rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO { display:block; }#qqQSdqI7ilGtcO9CMccWs8GywlhQnRUO > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzOAOdxceffc6wcPLKXK6kNT3CQxTJLI { width:20rem;height:11.187904967603rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwRLtEAGFQAWUonbxxPIoV9o9ttarOvN { width:20rem;height:11.236442516269rem;top:15.624131202697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6zTeQEiogD692KAAzyZkBMHtfbJoQZ { width:20rem;height:12.4375rem;top:31.1240234375rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XXwnNldfRrceZb0JvmIylBubsbhO1nll { width:20rem;height:12.375rem;top:47.859086330582rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl { display:none; }#ruUZ04ASz1EDLlNJKiLmnpHf60TlrsTl > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pKBBBCegu2AMsMgQkKtIyHBkKbGTTqZ3 { width:20rem;height:11.15562403698rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx { display:none; }#G8WDgA5QB17L1BOA4R2yKEZ2nOIVXQqx > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fxQARdHo2i3F28blRSgA52A5UaFHlPZr { width:20rem;height:11.224806201551rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM { display:none; }#Vl9VnNOM2RmUFmbzqr2diHsvcsDngsdM > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oru6IEaKiR1wcBADsZ6hOwpfG65RlyxO { width:17.9375rem;height:11.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 { display:none; }#HB8Tft9RKFpnaM6RpTv4mffeEdadxcI7 > .row .container { width:20rem;height:28.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MMaqvHB0TgBrt57LZsw5pvKOMMqVIpw7 { width:17.9375rem;height:11.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { display:none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { width:19.124375rem;height:13.1542625rem;top:7.5rem;left:0.43619793653488rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { width:5.625rem;height:0.4375rem;top:5.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { width:20rem;height:2.6001rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { width:20rem;height:14.9373125rem;top:22.341321945191rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF { background-color:transparent;background-image: -webkit-linear-gradient(327deg, #ca2440, #c8102e);background-image: -moz-linear-gradient(327deg, #ca2440, #c8102e);background-image: -ms-linear-gradient(327deg, #ca2440, #c8102e);background-image: -o-linear-gradient(327deg, #ca2440, #c8102e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2440', endColorstr='#c8102e' );";background-image: linear-gradient(327deg, #ca2440, #c8102e);background-size:initial !important;display:none; }#NgLP0dzeHf26LTSne5rUOwn6fUfVwxeF > .row .container { width:20rem;height:25.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RgQLnVV27IR2JPDy0uDDepU6WRaq7Zlo { width:20rem;height:1.79948125rem;top:1.3125019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmIeOLrxrX3IP12Go2GNAE29uwuALaSZ { width:20rem;height:19.0006625rem;top:4.0842022895813rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { background-color:#03297f;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { width:19.375rem;height:8.28615rem;top:6.7874984741213rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { width:5.625rem;height:0.375rem;top:5.1617193222046rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { width:1.9995125rem;height:1.9995125rem;top:17.561847686767rem;left:5.2490231394768rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSa8inT5TlR2vxGvZssupmahRBrQVioE { width:2.1875rem;height:2.1875rem;top:17.467446804047rem;left:12.812499701977rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1rem;font-weight:bold;color:#090e36;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c1132e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.4375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:7.6875rem;z-index:15002; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:7.6875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #D8VSM8sUTcTb0r7FRxOFe574zmBO10uu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #mZD5qAwT18FSb0mewNqRpA9DD0FJVTQa { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #u9akCpEQ0IQMlPbFwobOzu0cEm5TDkXz {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { top:7.4375rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX { display:block; }#ZE0mAJJ9ZSf6yCDJFclsiGEQzGF1rsSX > .row .container { width:20rem;height:9.5830046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJx1VDexQBTuTZmAARG05R2lTQr4lWb1 { width:7.3746875rem;height:3.125rem;top:2.4991874694824rem;left:6.3118488192556rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrniF2ob0wVrphMtCRBbefkTSIcwyQux { width:20rem;height:2.9238375rem;top:6.6593437194825rem;left:0rem;font-size:0.75rem;display:block; }
 }