.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f3f3f3;background-color:#f9f9f9;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container { background-color: transparent; background-image: none; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container > .video-iframe-container { display: none; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row > .video-iframe-container { display: none; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .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); }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container { border-width: 0; border-radius: 0; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row > .video-iframe-container {  }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#n2ADvmCZhrE2doMivlVFTMa9PPuRZ7Mh { position:absolute;display:block;z-index:100012;height:2.375rem;width:9.125rem;top:36.375rem;left:24.625rem;display:none; }
#UDTor5btbSREh4lpIDqCw7l9xtQRlhGM { background-color:#094a6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.6875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.487499237061rem;left:36.15625rem;display:block; }
#C13b59tCHE6ezHNGiTVuewBlsvHonbSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EGRAOmvk993p62IJLMaIE7iwxqsEtDTS { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:14.6875rem;top:24.5rem;left:40.0625rem;overflow:hidden;display:block; }
#ZGE9RZRFgQDhDmPFxsM5gWDx6H82iHrF { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:0.0625rem;top:23.5rem;left:33rem;display:block; }
#OkNSCvlBiZC5kGxSqIgFRoeshSrv8Rul { box-sizing:content-box;color:#5ab8e8;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:36.866668701172rem;left:45.0625rem;display:block; }
#uVUd8vXuq6uS9iHTfo1mVOy3DK1P3fbw { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:30.5625rem;top:23.375rem;left:0rem;overflow:hidden;display:block; }
#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#094a6b;display:block;width:58.9375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5822916030881rem;left:0.53125rem;height:13.40625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ki66Fpdp/group_plans_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.adaptive-delivery-prevent-bg, #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.lazyload, #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.lazyloading { background-image: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { background-color: transparent; background-image: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.59); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container > .video-iframe-container { display: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,113,163,0.59); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row > .video-iframe-container { display: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .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); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { border-width: 0; border-radius: 0; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row > .video-iframe-container {  }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:60rem;position:relative;display:block; }#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-form-header { font-size:1rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;color:#ffffff;width:26.625rem;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;font-style:normal;line-height:1;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:26.625rem;box-sizing:border-box;height:2.8125rem;color:#41515b;font-size:1.125rem;overflow:hidden;font-family:arial;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:4.375rem;color:#41515b;font-size:1.125rem;overflow:hidden;font-family:arial;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.8125rem;color:#41515b;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ff4133;background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#f2f9ff;width:26.625rem;height:3.4375rem;font-family:arial;overflow:hidden;font-style:normal;line-height:1;text-align:center;text-align-last:center; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]:-moz-placeholder { color:#41515b;font-family:arial;font-size:1rem;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]::-moz-placeholder { color:#41515b;font-family:arial;font-size:1rem;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]:-ms-input-placeholder { color:#41515b;font-family:arial;font-size:1rem;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]::-webkit-input-placeholder { color:#41515b;font-family:arial;font-size:1rem;text-align:left;text-align-last:left; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .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:arial;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;line-height:1;float:none; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.9375rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container:first-of-type{padding-top:0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container:last-of-type{padding-bottom:0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4  { 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:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.0625rem;top:5.0625rem;z-index:100041;position:absolute;font-size:1rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 {display:block;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 { 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:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:30.0625rem;top:5.0625rem;z-index:100041;position:absolute;font-size:1rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ZJW45W2F9UahPVCIXDOOCHuOQImU3W3M { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gILlxU40LgmsOMyl3wT9R7HVTSlprwEO { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #tDIAXTh60x4bKCGOy4ZwwMNGBU8chnKh { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #sdNlLMBeNmESvlscuXafVf1TA5CDAEHO { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #O46XTxa73XLOkUXrMTTX6XVQTfK5HmO2 { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #rlf5ZFCkDMoo6TeDhmQq5spGyyHMWrDz { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #VaQTVsQHDTmZn7tTcug6asFR52Ku0nzx { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wq5kcZbRvE5p3hgMCafrCL6D8Pbv8hzy { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #hdF0GAQbVClIBsnx6ML1W36gV5qDwTG2 { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wPWgrXL3syfGxv7GAxcmi1oxpJt0x3Hv { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #SBmWinKp1W3JLzXI5I2RLDfahLmxNeo7 { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #v60C0W6bUSq1fSPnXiaH31OM4KnIkGAt { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #Tdscg5mX8VZknUkGX1UpXbrIC8EvZvFT { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #kL8IkowEdZZzNbWkHqFpce3P8TAAwT4e { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #FqkrrpoX6RaCdnT2LT6TwuWNzrPlAxPN { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #vEtk1PbFpsp1OpkU8VACZdro3oVnkmV2 { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #PpXibAofKEPEkcClc7KZZ6XC6PtgmKyU { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ogRwrWnGd3h2MWJPQBdMFJObI1CgDau3 { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P .container-column{width:50%;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #T681lTcfhod9ohBEZwbHsO7kffWPEZhG { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gTR6cHxgQqNBkTfygzMz5AUCVkLVxprF { position:relative;z-index:2; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #zMWuTHxXvgsV9PCu74Ry2mMoJ7qvT2gd { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wcJKRFD2UholwFdEZkr2B0VxiEx6QMrI { position:relative;z-index:2; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #bJoRwODbP4hQ74KdUpo1gXLkawURSgob { position:relative; }
#HLVVOfzzt0SD4OmARuVwsGbreoR5dHst { position:relative;display:block; }
#iJp5UdoepUIuG1z9dskoH4xbET91iwLf { position:relative;display:block; }
#vLNMZEGFrJTRBJVzUUpxTrKPX2xTPC8M { position:relative;display:block; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #TrmTlllNtCpXk3LJraIi8G1fp8FwAitx { position:relative; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #lgPg4zbCiED8PioIFSpWT327wVNZtm1q { position:relative; }
#hlFRgFfSz7Tw0xm93lPUk0QgzMX0RMao { color:#ffffff;display:block;width:28rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RM8BVbUN9rV5F7fIh47iCUXE4TaiqzFd { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100045;line-height:1.5;letter-spacing:0;top:18.125rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IkiB8J9BxSWThBinyNUTwCxviEXOXN5F { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:29.375rem;left:0rem;height:15.875rem;font-style:normal;display:block; }#IkiB8J9BxSWThBinyNUTwCxviEXOXN5F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkiB8J9BxSWThBinyNUTwCxviEXOXN5F li:before{  }
#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container { background-color: transparent; background-image: none; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container > .video-iframe-container { display: none; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row > .video-iframe-container { display: none; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .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); }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container { border-width: 0; border-radius: 0; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row > .video-iframe-container {  }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#SXbKJsZ2Q5CGnnHqRCmtpXR9O6mfIIul { color:#747474;display:block;width:60rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:100001;line-height:1.6;letter-spacing:0;top:3.1875rem;left:0rem;height:26rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#849cb2;background-image:none;position:relative;display:block; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container { background-color: transparent; background-image: none; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container > .video-iframe-container { display: none; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row > .video-iframe-container { display: none; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .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); }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container { border-width: 0; border-radius: 0; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row > .video-iframe-container {  }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#luSsMT24zh6s4fTxvps6UmpLSS5pEdVS { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:3.6333332061767rem;left:6.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANQMcbvsPShMI0MuElt6nb1hVztkfpSr { box-sizing:content-box;color:#ff4133;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:7rem;left:27.21875rem;display:block; }
#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container { background-color: transparent; background-image: none; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container > .video-iframe-container { display: none; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row > .video-iframe-container { display: none; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .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); }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container { border-width: 0; border-radius: 0; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row > .video-iframe-container {  }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#quTsT2wFLP3dcSHs1Al9ENuzuIN7RpQC { color:#747474;display:block;width:58.25rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:2.125rem;left:0.875rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiXT37TqUKTJxXKXAqaoVnxSlERfe2nb { color:#0c71a3;display:block;width:32rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:12.375rem;left:14rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbP3Ru6gQ2iZxOai6ThUneyEZNlJT08k { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:33.3125rem;top:15.381249427796rem;left:13.34375rem;overflow:hidden;display:block; }
#TtDD5xWQ0M2GOXb0KzDAswr5tNdqo4Ow { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:22.75rem;top:16.250000953674rem;left:18.625rem;overflow:hidden;display:block; }
#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ab8e8;background-image:none;position:relative;display:block; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container { background-color: transparent; background-image: none; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container > .video-iframe-container { display: none; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row > .video-iframe-container { display: none; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .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); }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container { border-width: 0; border-radius: 0; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row > .video-iframe-container {  }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#TyRTsbDxhN6HAU229kCWy3SObzSO6Ius { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:4.1958332061767rem;left:1.78125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZSa1HJx8sq5tz6bhOazPShcSFTDmNPW { box-sizing:content-box;color:#ff4133;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:7.1250019073488rem;left:27.21875rem;display:block; }
#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container { background-color: transparent; background-image: none; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container > .video-iframe-container { display: none; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row > .video-iframe-container { display: none; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .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); }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container { border-width: 0; border-radius: 0; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row > .video-iframe-container {  }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container { font-size:0.875rem;font-family:arial;height:97.9375rem;width:60rem;position:relative;display:block; }#GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.625rem;width:29.375rem;top:2.1875rem;left:0rem;display:block; }
#p1kdfUolX1QX2tPQrUA8T8F0xGO2km0k { color:#0c71a3;display:block;width:26.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.5625rem;width:29.375rem;top:2.25rem;left:30.625rem;display:block; }
#vMHCP5PwSTBkyULauKCK29Jket8xKn9t { color:#747474;display:block;width:27.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:6.9375rem;left:31.75rem;height:11.2rem;font-style:normal;display:block; }
#dN4wA2blRtboETDhtAWUPpAXAbATF7pR { background-color:#ff4133;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:19.75rem;left:31.625rem;display:none; }
#RoVug6A2lrb6yTcEfSTM139HPpScKOKf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZPUsqyc4Fwv5iLwu8fkKV0XeV8FDhn9t { color:#0c71a3;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.65625rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TucJwwzWo4KtzTdJ8JND0EhFUzTk3x1k { color:#747474;display:block;width:26.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:6.9375rem;left:1.09375rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:21.5rem;width:29.375rem;top:2.1875rem;left:0rem;display:none; }
#nIvu3AZ9hn5btQA5mgrzddxnRSrb700x { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.625rem;width:29.375rem;top:23.3125rem;left:0rem;display:block; }
#bWfllhEViFPCDoLzXTmvC8daLDTxcpQk { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.5625rem;width:29.375rem;top:23.375rem;left:30.625rem;display:block; }
#LgbeghsVtVxIqqzbL7T9BTXzHT2eqbpC { color:#747474;display:block;width:26.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:28.375rem;left:31.75rem;height:7rem;font-style:normal;display:block; }
#cNuUM9adVHF9Nf4C6Z6uZFkmikxU16Pn { color:#747474;display:block;width:26.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:28.375rem;left:1.125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ro5gsEaTeKnOrvBRuHdrFMTQ9ImxlTHT { color:#0c71a3;display:block;width:26.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:25.1875rem;left:1rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1wNgvDpJzywr3dMoKuIsQTRcGzmse9f { color:#0c71a3;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.1875rem;left:31.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpbhcL73XTTMiugv3imKTUNvxRSCq9SC { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:21.5rem;width:29.375rem;top:2.1875rem;left:0rem;display:none; }
#sxitPNNsT5Wis0KURGirZe2dbCevq5sm { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:21.5rem;width:29.375rem;top:2.1875rem;left:0rem;display:none; }
#U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:26.5625rem;width:29.375rem;top:65.5rem;left:30.625rem;display:block; }
#CBIM7CH9H9NEXSAbl5e0DwBmid6aXpqZ { color:#747474;display:block;width:26.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:70.6875rem;left:31.75rem;height:8.4rem;font-style:normal;display:block; }
#zMQiGuRoQ5rInTGTw12orZoW487hSxzD { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:26.6875rem;width:29.375rem;top:65.4375rem;left:0rem;display:block; }
#GgfNnG37dm8LdacTSTy05wfyZGKWH2Wv { color:#0c71a3;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:67.3125rem;left:31.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5kT5qpe487ghxDyO47Kv4roCVV8KWTe { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.625rem;width:29.375rem;top:44.3125rem;left:0rem;display:block; }
#EqUHClGIomOFxRRAdHbVBluSCIy7iwt7 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.5625rem;width:29.375rem;top:44.375rem;left:30.625rem;display:block; }
#RaE2rRAId8cHxTtco1uwpyoOuub8GpCP { color:#747474;display:block;width:27.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:70.6875rem;left:1.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMIqKXZPh84HIslWaRwLhpkXV9qkubgx { color:#0c71a3;display:block;width:26.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:67.3125rem;left:1rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w9epLEh4F31kOLGC0uAe0MFRWfU67foF { color:#747474;display:block;width:26.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:49.25rem;left:31.75rem;height:9.8rem;font-style:normal;display:block; }
#P4JktLUKQ4S57rysoEbn6RNTpAwwXuV5 { color:#747474;display:block;width:27.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:49.25rem;left:1.125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eu4IpstxxiIH9JvNNPnQveRUdgWvhgKB { color:#0c71a3;display:block;width:26.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:45.9375rem;left:1rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E30o1S1ThVFvniKhuQGCMv7tu5D5i7KM { color:#0c71a3;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:45.9375rem;left:31.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#41515b;background-image:none;position:relative;display:block; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container { background-color: transparent; background-image: none; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container > .video-iframe-container { display: none; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row > .video-iframe-container { display: none; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .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); }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container { border-width: 0; border-radius: 0; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row > .video-iframe-container {  }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#GFFNKUfTuwRzP8kT66K9TR7xDT6xsnyK { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.7583351135254rem;left:1.25rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV0rSQEsr9E3euIbTGAF5IcUXQHrkae6 { box-sizing:content-box;color:#ff4133;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:6.72500038147rem;left:27.21875rem;display:block; }
#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container { background-color: transparent; background-image: none; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container > .video-iframe-container { display: none; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row > .video-iframe-container { display: none; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .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); }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container { border-width: 0; border-radius: 0; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row > .video-iframe-container {  }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:60rem;position:relative;display:block; }#IfTSv2fe2w0HfdIgOi1WrN0tpi9vSMIQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.3125rem;top:1.7187452316284rem;left:0rem;display:block; }
#vFgqbk4bL4dTUvzuoJx7MxUgx8uSpDRU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.3125rem;top:1.71875rem;left:30.6875rem;display:block; }
#HU5yCo48lrc8ZVHiFlHJ7rMtaBxLG2kK { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.3125rem;top:19.843738555908rem;left:0rem;display:block; }
#UcrJiAI7uQbZlDhglmqHSOuM8SFDTcyZ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.3125rem;top:19.843749046326rem;left:30.6875rem;display:block; }
#WR8AwxMV71G9wMJpoFgKicAgr7N7eRpz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.3125rem;top:37.96875rem;left:15.34375rem;display:block; }
#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7e4ec;background-image:none;position:relative;display:block; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container { background-color: transparent; background-image: none; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container > .video-iframe-container { display: none; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row > .video-iframe-container { display: none; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .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); }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container { border-width: 0; border-radius: 0; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row > .video-iframe-container {  }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;background-image:none;position:relative;z-index:auto;display:block; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container { background-color: transparent; background-image: none; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container > .video-iframe-container { display: none; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row > .video-iframe-container { display: none; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .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); }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container { border-width: 0; border-radius: 0; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row > .video-iframe-container {  }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH { display:block; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2ADvmCZhrE2doMivlVFTMa9PPuRZ7Mh { top:36.375rem;left:18.5rem;width:9.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTor5btbSREh4lpIDqCw7l9xtQRlhGM { width:22.5rem;height:4.6875rem;top:31.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13b59tCHE6ezHNGiTVuewBlsvHonbSu { display:block; }
 }@media only screen and (max-width: 763px) { #EGRAOmvk993p62IJLMaIE7iwxqsEtDTS { top:24.5rem;left:33.0625rem;width:14.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGE9RZRFgQDhDmPFxsM5gWDx6H82iHrF { top:23.5rem;left:26.875rem;width:0.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkNSCvlBiZC5kGxSqIgFRoeshSrv8Rul { top:36.8125rem;left:38.9375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVUd8vXuq6uS9iHTfo1mVOy3DK1P3fbw { top:23.375rem;left:0rem;width:30.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:47.75rem;height:13.375rem;top:7.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ { display:block; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-checkbox-label { width:25.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4  { width:26.625rem;height:auto;top:1.0625rem;left:18.625rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 {display:block;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 { width:26.625rem;height:auto;top:1.0625rem;left:18.625rem; }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ZJW45W2F9UahPVCIXDOOCHuOQImU3W3M {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gILlxU40LgmsOMyl3wT9R7HVTSlprwEO {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #tDIAXTh60x4bKCGOy4ZwwMNGBU8chnKh {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #sdNlLMBeNmESvlscuXafVf1TA5CDAEHO {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #O46XTxa73XLOkUXrMTTX6XVQTfK5HmO2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #rlf5ZFCkDMoo6TeDhmQq5spGyyHMWrDz {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #VaQTVsQHDTmZn7tTcug6asFR52Ku0nzx {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wq5kcZbRvE5p3hgMCafrCL6D8Pbv8hzy {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #hdF0GAQbVClIBsnx6ML1W36gV5qDwTG2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wPWgrXL3syfGxv7GAxcmi1oxpJt0x3Hv {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #SBmWinKp1W3JLzXI5I2RLDfahLmxNeo7 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #v60C0W6bUSq1fSPnXiaH31OM4KnIkGAt {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #Tdscg5mX8VZknUkGX1UpXbrIC8EvZvFT {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #kL8IkowEdZZzNbWkHqFpce3P8TAAwT4e {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #FqkrrpoX6RaCdnT2LT6TwuWNzrPlAxPN {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #vEtk1PbFpsp1OpkU8VACZdro3oVnkmV2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #PpXibAofKEPEkcClc7KZZ6XC6PtgmKyU {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ogRwrWnGd3h2MWJPQBdMFJObI1CgDau3 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P {  }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #T681lTcfhod9ohBEZwbHsO7kffWPEZhG {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gTR6cHxgQqNBkTfygzMz5AUCVkLVxprF {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #zMWuTHxXvgsV9PCu74Ry2mMoJ7qvT2gd {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wcJKRFD2UholwFdEZkr2B0VxiEx6QMrI {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #bJoRwODbP4hQ74KdUpo1gXLkawURSgob {  }
 }@media only screen and (max-width: 763px) { #HLVVOfzzt0SD4OmARuVwsGbreoR5dHst { display:block; }
 }@media only screen and (max-width: 763px) { #iJp5UdoepUIuG1z9dskoH4xbET91iwLf { display:block; }
 }@media only screen and (max-width: 763px) { #vLNMZEGFrJTRBJVzUUpxTrKPX2xTPC8M { display:block; }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #TrmTlllNtCpXk3LJraIi8G1fp8FwAitx {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #lgPg4zbCiED8PioIFSpWT327wVNZtm1q {  }
 }@media only screen and (max-width: 763px) { #hlFRgFfSz7Tw0xm93lPUk0QgzMX0RMao { width:28rem;height:;top:6.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM8BVbUN9rV5F7fIh47iCUXE4TaiqzFd { top:18.125rem;left:0rem;width:26.25rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkiB8J9BxSWThBinyNUTwCxviEXOXN5F { top:29.375rem;left:0rem;width:27.6875rem;height:15.875rem;font-size:1.25rem;display:block; }#IkiB8J9BxSWThBinyNUTwCxviEXOXN5F li:before{  }
 }@media only screen and (max-width: 763px) { #V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi { display:block; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXbKJsZ2Q5CGnnHqRCmtpXR9O6mfIIul { top:3.1875rem;left:0rem;width:47.75rem;height:25.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhT1P4aL2XOJp5tIy59BvUGpelwTizQF { display:block; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luSsMT24zh6s4fTxvps6UmpLSS5pEdVS { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANQMcbvsPShMI0MuElt6nb1hVztkfpSr { top:7rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL { display:block; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quTsT2wFLP3dcSHs1Al9ENuzuIN7RpQC { top:2.125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiXT37TqUKTJxXKXAqaoVnxSlERfe2nb { width:32rem;height:2.1875rem;top:12.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbP3Ru6gQ2iZxOai6ThUneyEZNlJT08k { top:15.375rem;left:0rem;width:33.3125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDD5xWQ0M2GOXb0KzDAswr5tNdqo4Ow { top:16.25rem;left:0rem;width:22.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI { display:block; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyRTsbDxhN6HAU229kCWy3SObzSO6Ius { top:4.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZSa1HJx8sq5tz6bhOazPShcSFTDmNPW { top:7.125rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz { display:block; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS { width:29.375rem;height:18.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kdfUolX1QX2tPQrUA8T8F0xGO2km0k { width:26.375rem;height:1.8125rem;top:3.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In { width:29.375rem;height:18.5625rem;top:2.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMHCP5PwSTBkyULauKCK29Jket8xKn9t { width:27.4375rem;height:11.1875rem;top:6.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN4wA2blRtboETDhtAWUPpAXAbATF7pR { width:10.4375rem;height:2.625rem;top:19.75rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoVug6A2lrb6yTcEfSTM139HPpScKOKf { display:block; }
 }@media only screen and (max-width: 763px) { #ZPUsqyc4Fwv5iLwu8fkKV0XeV8FDhn9t { width:27.6875rem;height:1.8125rem;top:3.8125rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TucJwwzWo4KtzTdJ8JND0EhFUzTk3x1k { top:6.9375rem;left:0rem;width:26.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW { width:29.375rem;height:21.5rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIvu3AZ9hn5btQA5mgrzddxnRSrb700x { width:0;height:0;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfllhEViFPCDoLzXTmvC8daLDTxcpQk { width:0;height:0;top:23.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgbeghsVtVxIqqzbL7T9BTXzHT2eqbpC { width:26.625rem;height:6.9375rem;top:28.375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNuUM9adVHF9Nf4C6Z6uZFkmikxU16Pn { top:28.375rem;left:0rem;width:26.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5gsEaTeKnOrvBRuHdrFMTQ9ImxlTHT { width:26.375rem;height:1.8125rem;top:25.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wNgvDpJzywr3dMoKuIsQTRcGzmse9f { width:27.6875rem;height:1.8125rem;top:25.1875rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpbhcL73XTTMiugv3imKTUNvxRSCq9SC { width:29.375rem;height:21.5rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxitPNNsT5Wis0KURGirZe2dbCevq5sm { width:29.375rem;height:21.5rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w { width:29.375rem;height:26.5625rem;top:65.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIM7CH9H9NEXSAbl5e0DwBmid6aXpqZ { width:26.0625rem;height:8.375rem;top:70.6875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQiGuRoQ5rInTGTw12orZoW487hSxzD { width:29.375rem;height:26.6875rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfNnG37dm8LdacTSTy05wfyZGKWH2Wv { width:27.6875rem;height:1.8125rem;top:67.3125rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5kT5qpe487ghxDyO47Kv4roCVV8KWTe { width:29.375rem;height:18.625rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqUHClGIomOFxRRAdHbVBluSCIy7iwt7 { width:29.375rem;height:18.5625rem;top:44.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaE2rRAId8cHxTtco1uwpyoOuub8GpCP { top:70.6875rem;left:0rem;width:27.3125rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMIqKXZPh84HIslWaRwLhpkXV9qkubgx { width:26.375rem;height:1.8125rem;top:67.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9epLEh4F31kOLGC0uAe0MFRWfU67foF { width:26.625rem;height:9.75rem;top:49.25rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4JktLUKQ4S57rysoEbn6RNTpAwwXuV5 { top:49.25rem;left:0rem;width:27.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4IpstxxiIH9JvNNPnQveRUdgWvhgKB { width:26.375rem;height:1.75rem;top:45.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E30o1S1ThVFvniKhuQGCMv7tu5D5i7KM { width:27.6875rem;height:1.75rem;top:45.9375rem;left:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsniTXt6UwesQkN5woSxACaTaDFHH5r3 { display:block; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFFNKUfTuwRzP8kT66K9TR7xDT6xsnyK { top:3.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0rSQEsr9E3euIbTGAF5IcUXQHrkae6 { top:6.6875rem;left:21.09375rem;width:5.5625rem;height:5.5625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K { display:block; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfTSv2fe2w0HfdIgOi1WrN0tpi9vSMIQ { top:1.6875rem;left:0rem;width:29.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgqbk4bL4dTUvzuoJx7MxUgx8uSpDRU { top:1.6875rem;left:2.4375rem;width:29.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5yCo48lrc8ZVHiFlHJ7rMtaBxLG2kK { top:19.8125rem;left:0rem;width:29.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcrJiAI7uQbZlDhglmqHSOuM8SFDTcyZ { top:19.8125rem;left:2.4375rem;width:29.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8AwxMV71G9wMJpoFgKicAgr7N7eRpz { top:37.9375rem;left:0rem;width:29.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3aGe721PsCbHZtBhMe7cwohdELCwvt { display:block; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S { display:block; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH { border-width: 0; border-radius: 0; }#cvtV2kxpP2qUzlDBL50E6e9IwbcynHiH > .row .container { width:20rem;height:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2ADvmCZhrE2doMivlVFTMa9PPuRZ7Mh { width:9.125rem;height:2.375rem;top:20.4375rem;left:0.0625rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #UDTor5btbSREh4lpIDqCw7l9xtQRlhGM { width:18.5625rem;height:4.0625rem;top:26.5625rem;left:0.71875rem;font-size:1.4375rem;background-color:#ff4133;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C13b59tCHE6ezHNGiTVuewBlsvHonbSu { display:block; }
 }@media only screen and (max-width: 763px) { #EGRAOmvk993p62IJLMaIE7iwxqsEtDTS { width:11.8125rem;height:4.125rem;top:7.625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGE9RZRFgQDhDmPFxsM5gWDx6H82iHrF { width:0.125rem;height:22.625rem;top:36.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkNSCvlBiZC5kGxSqIgFRoeshSrv8Rul { width:5.0625rem;height:5.0625rem;top:28.25rem;left:7.5625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVUd8vXuq6uS9iHTfo1mVOy3DK1P3fbw { width:20rem;height:13rem;top:33.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:12.1875rem;top:12.731249809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ { position:relative;z-index:auto;background-color:rgba(12,113,163,0.75);background-image:url("https://images.assets-landingi.com/gJTORJFU/Group_Hero_image_v13.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.adaptive-delivery-prevent-bg, #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.lazyload, #Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ.lazyloading { background-image: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { background-color: transparent; background-image: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container > .video-iframe-container { display: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row > .video-iframe-container { display: none; }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .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); }#Pauq9a2aQH7DCHXrcxr7G1ThTGwEkxkQ > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container:first-of-type{padding-top:0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .widget-container:last-of-type{padding-bottom:0;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4  { width:17.5rem;height:auto;top:22.0625rem;left:0rem; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 {display:block;}#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 { width:17.5rem;height:auto;top:22.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ZJW45W2F9UahPVCIXDOOCHuOQImU3W3M {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gILlxU40LgmsOMyl3wT9R7HVTSlprwEO {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #tDIAXTh60x4bKCGOy4ZwwMNGBU8chnKh {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #sdNlLMBeNmESvlscuXafVf1TA5CDAEHO {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #O46XTxa73XLOkUXrMTTX6XVQTfK5HmO2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #rlf5ZFCkDMoo6TeDhmQq5spGyyHMWrDz {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #VaQTVsQHDTmZn7tTcug6asFR52Ku0nzx {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wq5kcZbRvE5p3hgMCafrCL6D8Pbv8hzy {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #hdF0GAQbVClIBsnx6ML1W36gV5qDwTG2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wPWgrXL3syfGxv7GAxcmi1oxpJt0x3Hv {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #SBmWinKp1W3JLzXI5I2RLDfahLmxNeo7 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #v60C0W6bUSq1fSPnXiaH31OM4KnIkGAt {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #Tdscg5mX8VZknUkGX1UpXbrIC8EvZvFT {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #kL8IkowEdZZzNbWkHqFpce3P8TAAwT4e {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #FqkrrpoX6RaCdnT2LT6TwuWNzrPlAxPN {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #vEtk1PbFpsp1OpkU8VACZdro3oVnkmV2 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #PpXibAofKEPEkcClc7KZZ6XC6PtgmKyU {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #ogRwrWnGd3h2MWJPQBdMFJObI1CgDau3 {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P {  }
#X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #BHueSNvVMzup0mCG3FgZLXmRM0Hf7n6P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #T681lTcfhod9ohBEZwbHsO7kffWPEZhG {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #gTR6cHxgQqNBkTfygzMz5AUCVkLVxprF {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #zMWuTHxXvgsV9PCu74Ry2mMoJ7qvT2gd {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #wcJKRFD2UholwFdEZkr2B0VxiEx6QMrI {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #bJoRwODbP4hQ74KdUpo1gXLkawURSgob {  }
 }@media only screen and (max-width: 763px) { #HLVVOfzzt0SD4OmARuVwsGbreoR5dHst { display:block; }
 }@media only screen and (max-width: 763px) { #iJp5UdoepUIuG1z9dskoH4xbET91iwLf { display:block; }
 }@media only screen and (max-width: 763px) { #vLNMZEGFrJTRBJVzUUpxTrKPX2xTPC8M { display:block; }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #TrmTlllNtCpXk3LJraIi8G1fp8FwAitx {  }
 }@media only screen and (max-width: 763px) { #X7Cu08wcqN8tLd56FKaXgJy7I7alimT4 #lgPg4zbCiED8PioIFSpWT327wVNZtm1q {  }
 }@media only screen and (max-width: 763px) { #hlFRgFfSz7Tw0xm93lPUk0QgzMX0RMao { width:20rem;height:7.475rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RM8BVbUN9rV5F7fIh47iCUXE4TaiqzFd { width:20rem;height:10.125rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IkiB8J9BxSWThBinyNUTwCxviEXOXN5F { width:20rem;height:auto;top:29.375rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:none; }#IkiB8J9BxSWThBinyNUTwCxviEXOXN5F li:before{  }
 }@media only screen and (max-width: 763px) { #V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi { display:block; }#V2cNwPEfhW9BGAy6tOE2hsh4Xi0vPGHi > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXbKJsZ2Q5CGnnHqRCmtpXR9O6mfIIul { width:18.75rem;height:25.3125rem;top:2.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LhT1P4aL2XOJp5tIy59BvUGpelwTizQF { display:block; }#LhT1P4aL2XOJp5tIy59BvUGpelwTizQF > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luSsMT24zh6s4fTxvps6UmpLSS5pEdVS { width:20rem;height:2.25rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANQMcbvsPShMI0MuElt6nb1hVztkfpSr { width:5.25rem;height:5.25rem;top:4.625rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL { display:block; }#X9Ptay6pM2ouKOVaqfU4gMHG2vTT5nEL > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quTsT2wFLP3dcSHs1Al9ENuzuIN7RpQC { width:19.8125rem;height:15.75rem;top:1.5rem;left:0.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aiXT37TqUKTJxXKXAqaoVnxSlERfe2nb { width:18.1875rem;height:3.575rem;top:19.125000953674rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HbP3Ru6gQ2iZxOai6ThUneyEZNlJT08k { width:20rem;height:9.9061913696062rem;top:23.112500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDD5xWQ0M2GOXb0KzDAswr5tNdqo4Ow { width:13.375rem;height:7.3125rem;top:23.815625190735rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI { display:block; }#IUWPDdK6GKo4tLUmTuUGhCxSDuaMCwQI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyRTsbDxhN6HAU229kCWy3SObzSO6Ius { width:20rem;height:2.26875rem;top:2.375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZSa1HJx8sq5tz6bhOazPShcSFTDmNPW { width:5.25rem;height:5.25rem;top:4.0624961853028rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz { display:block; }#zeQ3GWRupPFrzF3LsUAWsPDPgB3nFFsz > .row .container { width:20rem;height:180.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS { width:20rem;height:19.625rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS.adaptive-delivery-prevent-bg, #GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS.lazyload, #GodxJ7Zah6xkG1FX6PbTFkEEHmTpshnS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p1kdfUolX1QX2tPQrUA8T8F0xGO2km0k { width:19.1875rem;height:1.625rem;top:2.3708305358887rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In { width:0;height:0;top:25.625000953674rem;left:10rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In.adaptive-delivery-prevent-bg, #xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In.lazyload, #xvQyGW9J0Bi8gq6vRfc2Is52d7WXE4In.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vMHCP5PwSTBkyULauKCK29Jket8xKn9t { width:18.5rem;height:15.4rem;top:25.256244659424rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dN4wA2blRtboETDhtAWUPpAXAbATF7pR { width:11.875rem;height:2.875rem;top:43.125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoVug6A2lrb6yTcEfSTM139HPpScKOKf { display:block; }
 }@media only screen and (max-width: 763px) { #ZPUsqyc4Fwv5iLwu8fkKV0XeV8FDhn9t { width:18.6875rem;height:1.75rem;top:22.874996185302rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TucJwwzWo4KtzTdJ8JND0EhFUzTk3x1k { width:18.5625rem;height:15.4rem;top:4.7687492370606rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW { width:20rem;height:19.5rem;top:22.124996185302rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100001;display:block; }#WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW.adaptive-delivery-prevent-bg, #WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW.lazyload, #WCdCXRnQyKyocbETzDKP8Ku6SaSZpNdW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nIvu3AZ9hn5btQA5mgrzddxnRSrb700x { width:0;height:0;top:42.125rem;left:10rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nIvu3AZ9hn5btQA5mgrzddxnRSrb700x.adaptive-delivery-prevent-bg, #nIvu3AZ9hn5btQA5mgrzddxnRSrb700x.lazyload, #nIvu3AZ9hn5btQA5mgrzddxnRSrb700x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bWfllhEViFPCDoLzXTmvC8daLDTxcpQk { width:0;height:0;top:99.475002288819rem;left:10rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bWfllhEViFPCDoLzXTmvC8daLDTxcpQk.adaptive-delivery-prevent-bg, #bWfllhEViFPCDoLzXTmvC8daLDTxcpQk.lazyload, #bWfllhEViFPCDoLzXTmvC8daLDTxcpQk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LgbeghsVtVxIqqzbL7T9BTXzHT2eqbpC { width:18.3125rem;height:8.4rem;top:68.537494659425rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:1rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cNuUM9adVHF9Nf4C6Z6uZFkmikxU16Pn { width:18.1875rem;height:12.6rem;top:47.499996185302rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5gsEaTeKnOrvBRuHdrFMTQ9ImxlTHT { width:18.5rem;height:1.625rem;top:44.937507629394rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V1wNgvDpJzywr3dMoKuIsQTRcGzmse9f { width:18.6875rem;height:1.75rem;top:65.162494659425rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EpbhcL73XTTMiugv3imKTUNvxRSCq9SC { width:20rem;height:18.75rem;top:43.125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100002;display:block; }#EpbhcL73XTTMiugv3imKTUNvxRSCq9SC.adaptive-delivery-prevent-bg, #EpbhcL73XTTMiugv3imKTUNvxRSCq9SC.lazyload, #EpbhcL73XTTMiugv3imKTUNvxRSCq9SC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sxitPNNsT5Wis0KURGirZe2dbCevq5sm { width:20rem;height:18.75rem;top:63.462497711181rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100003;display:block; }#sxitPNNsT5Wis0KURGirZe2dbCevq5sm.adaptive-delivery-prevent-bg, #sxitPNNsT5Wis0KURGirZe2dbCevq5sm.lazyload, #sxitPNNsT5Wis0KURGirZe2dbCevq5sm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w { width:20rem;height:18.5625rem;top:156.84999465942rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w.adaptive-delivery-prevent-bg, #U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w.lazyload, #U1gn7SaTkNr0mKqA1Ih6pe8q1NovVG1w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBIM7CH9H9NEXSAbl5e0DwBmid6aXpqZ { width:19.125rem;height:9.8rem;top:162.03749465942rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zMQiGuRoQ5rInTGTw12orZoW487hSxzD { width:20rem;height:30.1875rem;top:104.28749465942rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zMQiGuRoQ5rInTGTw12orZoW487hSxzD.adaptive-delivery-prevent-bg, #zMQiGuRoQ5rInTGTw12orZoW487hSxzD.lazyload, #zMQiGuRoQ5rInTGTw12orZoW487hSxzD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GgfNnG37dm8LdacTSTy05wfyZGKWH2Wv { width:19.1875rem;height:1.75rem;top:158.66249465942rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U5kT5qpe487ghxDyO47Kv4roCVV8KWTe { width:20rem;height:18.75rem;top:83.849994659425rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#U5kT5qpe487ghxDyO47Kv4roCVV8KWTe.adaptive-delivery-prevent-bg, #U5kT5qpe487ghxDyO47Kv4roCVV8KWTe.lazyload, #U5kT5qpe487ghxDyO47Kv4roCVV8KWTe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EqUHClGIomOFxRRAdHbVBluSCIy7iwt7 { width:20rem;height:18.75rem;top:136.28749465942rem;left:0.0010414123535156rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0xz1AKlm/white2.jjpg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:99999;display:block; }#EqUHClGIomOFxRRAdHbVBluSCIy7iwt7.adaptive-delivery-prevent-bg, #EqUHClGIomOFxRRAdHbVBluSCIy7iwt7.lazyload, #EqUHClGIomOFxRRAdHbVBluSCIy7iwt7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RaE2rRAId8cHxTtco1uwpyoOuub8GpCP { width:19.125rem;height:25.2rem;top:108.28749465942rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wMIqKXZPh84HIslWaRwLhpkXV9qkubgx { width:19.4375rem;height:1.625rem;top:105.66249465942rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w9epLEh4F31kOLGC0uAe0MFRWfU67foF { width:18.6875rem;height:12.6rem;top:140.59999465942rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P4JktLUKQ4S57rysoEbn6RNTpAwwXuV5 { width:18.875rem;height:11.2rem;top:88.912494659425rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eu4IpstxxiIH9JvNNPnQveRUdgWvhgKB { width:19.4375rem;height:1.625rem;top:85.474994659425rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E30o1S1ThVFvniKhuQGCMv7tu5D5i7KM { width:19.4375rem;height:1.75rem;top:137.72499465942rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:arial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hsniTXt6UwesQkN5woSxACaTaDFHH5r3 { display:block; }#hsniTXt6UwesQkN5woSxACaTaDFHH5r3 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFFNKUfTuwRzP8kT66K9TR7xDT6xsnyK { width:20rem;height:2.475rem;top:2.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TV0rSQEsr9E3euIbTGAF5IcUXQHrkae6 { width:5.25rem;height:5.25rem;top:3.875rem;left:7.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K { display:block; }#gErzNr1aMv84pK9U3hpdb7Ux3pEozd7K > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfTSv2fe2w0HfdIgOi1WrN0tpi9vSMIQ { height:11.172707889126rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgqbk4bL4dTUvzuoJx7MxUgx8uSpDRU { height:11.172707889126rem;width:20rem;top:26.143753051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5yCo48lrc8ZVHiFlHJ7rMtaBxLG2kK { height:11.172707889126rem;width:20rem;top:13.6729375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcrJiAI7uQbZlDhglmqHSOuM8SFDTcyZ { height:11.172707889126rem;width:20rem;top:38.566665649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8AwxMV71G9wMJpoFgKicAgr7N7eRpz { height:11.172707889126rem;width:20rem;top:50.98957824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3aGe721PsCbHZtBhMe7cwohdELCwvt { display:block; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt { border-width: 0; border-radius: 0; }#Xb3aGe721PsCbHZtBhMe7cwohdELCwvt > .row .container { width:20rem;height:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S { position:relative;z-index:auto;display:block; }#IXeRrZ6s0f5eKO85dzyazX7k9xkFpG0S > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }