.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,229,240;--color-primary-1:166,176,209;--color-primary-2:107,123,178;--color-primary-3:64,74,107;--color-primary-4:9,35,127;--color-secondary-0:239,243,243;--color-secondary-1:201,214,216;--color-secondary-2:146,173,176;--color-secondary-3:73,87,88;--color-secondary-4:22,26,26;--color-tertiary-0:255,255,255;--color-tertiary-1:163,163,164;--color-tertiary-2:102,102,103;--color-tertiary-3:61,61,62;--color-tertiary-4:0,0,2;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d3984;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { position:absolute;display:block;z-index:15014;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-shadow: none;height:5.375rem;width:6.25rem;top:0.5625rem;left:3.04296875rem;overflow:hidden;display:block; }
#CuH51LdE25DbgeTlrrNbTr7ZD2xvBqUF { background-color:rgba(var(--color-tertiary-0),1);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#09247f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:54.84375rem;display:block; }
#kbDDUa8kbC6QT8I5ifKL8e9rmb0kS00E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9KghTrohP66gc56hmZXDfX4JwTyAgi6 { background-color:#0d3984;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.40625rem;left:8.53125rem;display:block; }
#nNAIySp38BvdbGmPXkLA9MiZH8sRwr72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3T3TTH6K5v5msx3mIWGTQ5d4cvTqSiI { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.78125rem;left:3.60546875rem;display:block; }
#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c93b240-ca95-49ed-b46b-089f78a2de31/a2d006_811437f2159c4be1b9d0112991c86911mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.328125rem;left:2.75rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { color:#17077b;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.375rem;left:2.75rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.3125rem;width:50.0625rem;top:10.9375rem;left:0.0625rem;display:block; }
#aeVQG86nfdxp7gvxzywEXWeTVM0o1wta { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0.125rem;width:39.3125rem;top:20.3125rem;left:2.9375rem;display:block; }
#kgDTPbiAW9ZalebTyGZ7KHGkWVrJp6sS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NROlz5O3ehER3MXf3yCJQcddg5WZRCus { position:absolute;display:block;z-index:15013;height:6.25rem;width:12.5rem;top:30.6875rem;left:2.75rem;display:block; }
#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container { background-color: transparent; background-image: none; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container > .video-iframe-container { display: none; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row > .video-iframe-container { display: none; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .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); }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container { border-width: 0; border-radius: 0; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd { color:#000000;display:block;width:65.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:4.6875rem;display:block; }#uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd li:before{  }
#K6952cERHSyui7imC9ubwfDSWN5c0AcL { color:#000000;display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.25rem;left:0rem;height:4.6875rem;display:block; }#K6952cERHSyui7imC9ubwfDSWN5c0AcL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K6952cERHSyui7imC9ubwfDSWN5c0AcL li:before{  }
#p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W { color:#000000;display:block;width:69.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.7734375rem;left:0rem;height:4.6875rem;display:block; }#p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W li:before{  }
#MNI9UoT9K6AuMPRSq0NwPqcpJAoxRPrf { background-color:#0d3984;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f0effb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.4375rem;left:2.75rem;display:none; }
#lq7TknaApIlCndUg5hNJxykmky7dCpFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABTSHb3H6P5SxnbvzIPcN0KTadbqDkft { position:absolute;display:block;z-index:15014;height:6.25rem;width:12.5rem;top:25.75rem;left:28.59375rem;display:block; }
#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container { background-color: transparent; background-image: none; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container > .video-iframe-container { display: none; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row > .video-iframe-container { display: none; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .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); }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container { border-width: 0; border-radius: 0; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#qzibTq93ThBsFKVazMzMvQBrNXc8cx57 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9368125rem;width:34.8748125rem;top:2.7396993637085rem;left:0rem;overflow:hidden;display:block; }
#X6m5TNDEqcNTGV5IfqusrJTE8etIqaM0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9998125rem;width:34.5623125rem;top:2.7059636116028rem;left:40.436787009239rem;overflow:hidden;display:block; }
#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { background-color: transparent; background-image: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container > .video-iframe-container { display: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row > .video-iframe-container { display: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .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); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { border-width: 0; border-radius: 0; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#Zt8F672HMBIXv16ZVaEvqW5XTKl5M66V { color:#0f1145;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:5.25rem;height:2.8125rem;display:block; }
#sRTcT9264H0FuLN57n0c0Okq1OMtNOdu { color:#070838;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:42.84375rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#XHaXHFNQTyTWCz0liKR50opP4X4aT7yz { color:#000000;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.9921875rem;left:3.9375rem;height:3.75rem;display:block; }
#BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 { color:#050620;display:block;width:29.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.810190916061rem;left:3.9373226165771rem;height:15.625rem;text-align:left;text-align-last:left;display:block; }#BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 li:before{  }
#EcDe7JOLOCxzKWGd8CtwEpoG8VQExJEX { color:#02031e;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.9921875rem;left:40.625rem;height:18.75rem;display:block; }
#D5V7EMVNL7XUGSk5haRFqo78ESExGamH { color:#06072c;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:25.796875rem;left:40.625rem;height:20.625rem;display:block; }
#i6qk56LuTsMy8JNQC0TVnoe6X6UOHKqm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:39.125rem;display:none; }
#ki72gedC9kC0Tvfa6C5vonHpmBQikfsc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:39.1875rem;display:none; }
#IEAb1ewekq2ixdQJXv18tr0ts4CCIePv { background-color:#0d3984;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f0effb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.5rem;left:19.875rem;display:none; }
#TJ9eraPa60t11MLw0TOa7vtTwpw5oKbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcXTslFN0hRU5Xq9yec7mdaZo7qFsg8m { background-color:#0d3984;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f0effb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.4375rem;left:2.75rem;display:none; }
#Hc98BQr6OzbIhgyKCDMS8QMoo6w7sHIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PW14Bd3E9bHR7JwzJKaxo0ez7QkJKv6U { background-color:#0d3984;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f0effb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.4375rem;left:2.75rem;display:none; }
#vMF0B9h8WzA3lQq8SzKHDwydTcBvPg3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tybK2VQO04GUdF3JhHJr6wJwxHfZBauA { color:#050620;display:block;width:29.6226875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:32.989166975021rem;left:3.9373226165771rem;height:;text-align:left;text-align-last:left;display:block; }#tybK2VQO04GUdF3JhHJr6wJwxHfZBauA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tybK2VQO04GUdF3JhHJr6wJwxHfZBauA li:before{  }
#Unycv00Hh8kCTB3GyutRFmuVSiizwVTg { color:#000000;display:block;width:30.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.3643465042112rem;left:3.9364337921142rem;height:1.875rem;display:block; }
#AADQDB3pipphfd69lrmrCprSSIcDynkI { color:#000000;display:block;width:30.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.093216657639rem;left:3.9364337921142rem;height:1.875rem;display:block; }
#Pnl43Xquvc4nKPGQ0H9WwuuiMRJsQI0G { position:absolute;display:block;z-index:15015;height:6.25rem;width:12.5rem;top:49.671875rem;left:50rem;display:block; }
#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.44);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-shadow: none;height:28.125rem;width:36.75rem;top:3.59375rem;left:19.125rem;display:block; }
#naRHt7ULuKhhACKO0JCWXTw06carm4QG { color:#070505;display:block;width:11rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:23.75rem;height:2.84375rem;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; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-form-header {  }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:27.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .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;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.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:27.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .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;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.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:27.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .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:27.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-button { 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:#193c89;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:27.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS [class*="-text"]:-moz-placeholder { color:rgba(139,103,103,0.38);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS [class*="-text"]::-moz-placeholder { color:rgba(139,103,103,0.38);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS [class*="-text"]:-ms-input-placeholder { color:rgba(139,103,103,0.38);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS [class*="-text"]::-webkit-input-placeholder { color:rgba(139,103,103,0.38);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-container:first-of-type{padding-top:0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-container:last-of-type{padding-bottom:0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS  { background-color:rgba(var(--color-tertiary-0),0.02);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:22.75rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.0625rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS {display:block;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS { background-color:rgba(var(--color-tertiary-0),0.02);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:22.75rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #oiLFEz9KdEvLL7rl1TZkATJRb2wezETn { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lDzntfna7zIdXMuaa6QWRkhOP8BAPIF0 { position:relative;display:block; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #Fehdhf65Lmi7N2swmkFd4n9uxFiUWPk3 { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #ggkN9UdOakTb7Jl2N7oIWGrAFDf7tu6q { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #EXZoEuxuCR6IXODXXKPyrORn9XwL1ObQ { position:relative;display:block; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #zu7yW6fTTEbTdFcqlFVN7hx7KCtHiVJM { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #DPe06eSsf03XHhrCc1Lh0gMCG5R8rxlh { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #QmuTz0nb8IRP5HBnFtapvongIHpqinoV { position:relative;display:block; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #dETWTaSROqJDiKrOamaGF2d3r5HTz481 { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lvlsRZwnWIW5ZypIKwBMBKkBav7kTcpP { position:relative; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #xQdcfDZP26S2p65oqHHNJO2U9vPysegu { position:relative; }
#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20126a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { border-width: 0; border-radius: 0; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:50.3125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:7.5rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#ZZJ4c5fQIfpnUBXlEctDZHIegitOCKH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:31.46875rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { top:0.5625rem;left:0rem;width:6.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuH51LdE25DbgeTlrrNbTr7ZD2xvBqUF { width:10rem;height:2.5rem;top:1.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDDUa8kbC6QT8I5ifKL8e9rmb0kS00E { display:block; }
 }@media only screen and (max-width: 763px) { #T9KghTrohP66gc56hmZXDfX4JwTyAgi6 { width:17.5rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNAIySp38BvdbGmPXkLA9MiZH8sRwr72 { display:block; }
 }@media only screen and (max-width: 763px) { #c3T3TTH6K5v5msx3mIWGTQ5d4cvTqSiI { top:0.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { top:22.3125rem;left:0rem;width:40.875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { top:14.375rem;left:0rem;width:38rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { top:10.9375rem;left:0rem;width:47.75rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeVQG86nfdxp7gvxzywEXWeTVM0o1wta { top:20.3125rem;left:0rem;width:39.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgDTPbiAW9ZalebTyGZ7KHGkWVrJp6sS { display:none; }
 }@media only screen and (max-width: 763px) { #NROlz5O3ehER3MXf3yCJQcddg5WZRCus { top:30.6875rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 { display:block; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd { top:4rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }#uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd li:before{  }
 }@media only screen and (max-width: 763px) { #K6952cERHSyui7imC9ubwfDSWN5c0AcL { top:11.25rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }#K6952cERHSyui7imC9ubwfDSWN5c0AcL li:before{  }
 }@media only screen and (max-width: 763px) { #p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W { top:18.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }#p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W li:before{  }
 }@media only screen and (max-width: 763px) { #MNI9UoT9K6AuMPRSq0NwPqcpJAoxRPrf { width:12.4375rem;height:3.4375rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lq7TknaApIlCndUg5hNJxykmky7dCpFM { display:block; }
 }@media only screen and (max-width: 763px) { #ABTSHb3H6P5SxnbvzIPcN0KTadbqDkft { top:25.75rem;left:14.96875rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 { display:block; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzibTq93ThBsFKVazMzMvQBrNXc8cx57 { width:34.8125rem;height:22.895830197116rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6m5TNDEqcNTGV5IfqusrJTE8etIqaM0 { width:34.5rem;height:22.958346066977rem;top:2.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i { display:block; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zt8F672HMBIXv16ZVaEvqW5XTKl5M66V { top:0rem;left:0rem;width:27rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTcT9264H0FuLN57n0c0Okq1OMtNOdu { top:0rem;left:21rem;width:26.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHaXHFNQTyTWCz0liKR50opP4X4aT7yz { top:3.9375rem;left:0rem;width:30.8125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 { top:11.75rem;left:0rem;width:29.5625rem;height:;font-size:0.9375rem;display:block; }#BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 li:before{  }
 }@media only screen and (max-width: 763px) { #EcDe7JOLOCxzKWGd8CtwEpoG8VQExJEX { top:3.9375rem;left:16.5rem;width:31.25rem;height:18.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5V7EMVNL7XUGSk5haRFqo78ESExGamH { top:25.75rem;left:16.5rem;width:31.25rem;height:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6qk56LuTsMy8JNQC0TVnoe6X6UOHKqm { width:39.125rem;height:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ki72gedC9kC0Tvfa6C5vonHpmBQikfsc { width:39.1875rem;height:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEAb1ewekq2ixdQJXv18tr0ts4CCIePv { width:12.4375rem;height:3.4375rem;top:31.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ9eraPa60t11MLw0TOa7vtTwpw5oKbS { display:block; }
 }@media only screen and (max-width: 763px) { #BcXTslFN0hRU5Xq9yec7mdaZo7qFsg8m { width:12.4375rem;height:3.4375rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hc98BQr6OzbIhgyKCDMS8QMoo6w7sHIS { display:block; }
 }@media only screen and (max-width: 763px) { #PW14Bd3E9bHR7JwzJKaxo0ez7QkJKv6U { width:12.4375rem;height:3.4375rem;top:31.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMF0B9h8WzA3lQq8SzKHDwydTcBvPg3U { display:block; }
 }@media only screen and (max-width: 763px) { #tybK2VQO04GUdF3JhHJr6wJwxHfZBauA { top:32.9375rem;left:0rem;width:29.5625rem;height:;font-size:0.9375rem;display:block; }#tybK2VQO04GUdF3JhHJr6wJwxHfZBauA li:before{  }
 }@media only screen and (max-width: 763px) { #Unycv00Hh8kCTB3GyutRFmuVSiizwVTg { top:9.3125rem;left:0rem;width:30.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AADQDB3pipphfd69lrmrCprSSIcDynkI { top:30.0625rem;left:0rem;width:30.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl43Xquvc4nKPGQ0H9WwuuiMRJsQI0G { top:49.625rem;left:29.5625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { top:3.5625rem;left:5.5rem;width:36.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { top:6.0625rem;left:10.125rem;width:11rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-regular-label { width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-text { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-textarea { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-select { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-button { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS  { width:27.0625rem;height:auto;top:8.875rem;left:9.125rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .radio-container { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS {display:block;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS { width:27.0625rem;height:auto;top:8.875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #oiLFEz9KdEvLL7rl1TZkATJRb2wezETn {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lDzntfna7zIdXMuaa6QWRkhOP8BAPIF0 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #Fehdhf65Lmi7N2swmkFd4n9uxFiUWPk3 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #ggkN9UdOakTb7Jl2N7oIWGrAFDf7tu6q {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #EXZoEuxuCR6IXODXXKPyrORn9XwL1ObQ {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #zu7yW6fTTEbTdFcqlFVN7hx7KCtHiVJM {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #DPe06eSsf03XHhrCc1Lh0gMCG5R8rxlh {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #QmuTz0nb8IRP5HBnFtapvongIHpqinoV {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #dETWTaSROqJDiKrOamaGF2d3r5HTz481 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lvlsRZwnWIW5ZypIKwBMBKkBav7kTcpP {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #xQdcfDZP26S2p65oqHHNJO2U9vPysegu {  }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { top:2.0625rem;left:0rem;width:8.25rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJ4c5fQIfpnUBXlEctDZHIegitOCKH4 { top:2.625rem;left:17.84375rem;width:12.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { position:relative;z-index:auto;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { width:4.6875rem;height:4rem;top:0.9677734375rem;left:0.375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #CuH51LdE25DbgeTlrrNbTr7ZD2xvBqUF { width:10rem;height:2.5rem;top:1.875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbDDUa8kbC6QT8I5ifKL8e9rmb0kS00E { display:block; }
 }@media only screen and (max-width: 763px) { #T9KghTrohP66gc56hmZXDfX4JwTyAgi6 { width:15rem;height:2.5rem;top:1.5625rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNAIySp38BvdbGmPXkLA9MiZH8sRwr72 { display:block; }
 }@media only screen and (max-width: 763px) { #c3T3TTH6K5v5msx3mIWGTQ5d4cvTqSiI { width:3.125rem;height:3.125rem;top:1.2802734375rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { background-color:rgba(18,132,220,0.75);background-image:url("https://images.assets-landingi.com/uc/81a94fec-67d9-4ec9-b651-8249919a1f6f/a2d006_811437f2159c4be1b9d0112991c86911mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { width:15.25rem;height:6.09375rem;top:9.71839427948rem;left:2.4374998211861rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { width:11.25rem;height:4.0625rem;top:4.78089427948rem;left:2.5621448159218rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { width:16.3125rem;height:23.625rem;top:6.1875rem;left:2.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeVQG86nfdxp7gvxzywEXWeTVM0o1wta { width:20rem;height:0.125rem;top:28.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgDTPbiAW9ZalebTyGZ7KHGkWVrJp6sS { top:4.2958984375rem;left:1.3115234375rem;width:16.4375rem;height:16.9375rem;z-index:15001;background-color:#ffffff;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NROlz5O3ehER3MXf3yCJQcddg5WZRCus { width:12.5rem;height:3.125rem;top:15.8115234375rem;left:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 { display:block; }#mGgMhWz2UQUXsoSqFGU0yaaSePEkpqG5 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd { width:18.5618125rem;height:7.5rem;top:1.2482242584229rem;left:0.71732950210569rem;font-size:1rem;line-height:1.5;display:block; }#uOJBIbsZmTLeueBwVRA0uIsqSbhhCNcd li:before{  }
 }@media only screen and (max-width: 763px) { #K6952cERHSyui7imC9ubwfDSWN5c0AcL { width:17.6243125rem;height:6rem;top:10.372869491577rem;left:1.186967253685rem;font-size:1rem;display:block; }#K6952cERHSyui7imC9ubwfDSWN5c0AcL li:before{  }
 }@media only screen and (max-width: 763px) { #p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W { width:17.5rem;height:7.5rem;top:17.55859375rem;left:1.2491122484207rem;font-size:1rem;display:block; }#p1Miz9rLbuCH5AxHEndLzI9TFCXtdW0W li:before{  }
 }@media only screen and (max-width: 763px) { #MNI9UoT9K6AuMPRSq0NwPqcpJAoxRPrf { width:8.125rem;height:2.1875rem;top:26.929153442382rem;left:5.9374998807907rem;font-size:0.9375rem;line-height:1.3;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #lq7TknaApIlCndUg5hNJxykmky7dCpFM { display:block; }
 }@media only screen and (max-width: 763px) { #ABTSHb3H6P5SxnbvzIPcN0KTadbqDkft { width:12.5rem;height:3.125rem;top:25.05859375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 { display:block; }#BHnn37Z4w27WpAhBcvM2rNDOSy9C0LO9 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzibTq93ThBsFKVazMzMvQBrNXc8cx57 { width:20rem;height:13.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6m5TNDEqcNTGV5IfqusrJTE8etIqaM0 { width:20rem;height:13.829125rem;top:11.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i { background-color:#ffffff;background-image:none;display:block; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { background-color: transparent; background-image: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container > .video-iframe-container { display: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row > .video-iframe-container { display: none; }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .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); }#ntSsoLkFZKpt47Q62i0DbvoTibdoKy0i > .row .container { width:20rem;height:136.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zt8F672HMBIXv16ZVaEvqW5XTKl5M66V { width:20rem;height:1.875rem;top:15.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #sRTcT9264H0FuLN57n0c0Okq1OMtNOdu { width:20rem;height:1.875rem;top:86.74839782715rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #XHaXHFNQTyTWCz0liKR50opP4X4aT7yz { width:16.8119375rem;height:4.21875rem;top:17.871092796326rem;left:1.5926846265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 { width:15.4998125rem;height:16.09375rem;top:25.622335910797rem;left:1.5926846265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#BztfHwi7gVcpPRNfk945yD4Vr1fuA9b3 li:before{  }
 }@media only screen and (max-width: 763px) { #EcDe7JOLOCxzKWGd8CtwEpoG8VQExJEX { width:17.3118125rem;height:18.28125rem;top:90.121978759762rem;left:1.343217253685rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D5V7EMVNL7XUGSk5haRFqo78ESExGamH { width:16.62375rem;height:19.6875rem;top:110.77680397034rem;left:1.6867896318436rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i6qk56LuTsMy8JNQC0TVnoe6X6UOHKqm { top:70.745735168456rem;left:0rem;width:20rem;height:13.8743125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ki72gedC9kC0Tvfa6C5vonHpmBQikfsc { top:0rem;left:0rem;width:20rem;height:13.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IEAb1ewekq2ixdQJXv18tr0ts4CCIePv { width:10.9375rem;height:3.125rem;top:125.15536117554rem;left:4.5312500596046rem;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #TJ9eraPa60t11MLw0TOa7vtTwpw5oKbS { display:block; }
 }@media only screen and (max-width: 763px) { #BcXTslFN0hRU5Xq9yec7mdaZo7qFsg8m { width:8.125rem;height:2.1875rem;top:132.40056037903rem;left:5.9374998807907rem;font-size:0.9375rem;line-height:1.3;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Hc98BQr6OzbIhgyKCDMS8QMoo6w7sHIS { display:block; }
 }@media only screen and (max-width: 763px) { #PW14Bd3E9bHR7JwzJKaxo0ez7QkJKv6U { width:8.125rem;height:2.1875rem;top:48.211120605469rem;left:5.9374998807907rem;font-size:0.9375rem;line-height:1.3;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #vMF0B9h8WzA3lQq8SzKHDwydTcBvPg3U { display:block; }
 }@media only screen and (max-width: 763px) { #tybK2VQO04GUdF3JhHJr6wJwxHfZBauA { width:17.562125rem;height:22.34375rem;top:45.901094436646rem;left:1.5926846265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#tybK2VQO04GUdF3JhHJr6wJwxHfZBauA li:before{  }
 }@media only screen and (max-width: 763px) { #Unycv00Hh8kCTB3GyutRFmuVSiizwVTg { width:15rem;height:1.40625rem;top:23.553799152374rem;left:1.5926846265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AADQDB3pipphfd69lrmrCprSSIcDynkI { width:9.0625rem;height:1.40625rem;top:43.652342319489rem;left:1.5926846265793rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl43Xquvc4nKPGQ0H9WwuuiMRJsQI0G { width:9.375rem;height:3.125rem;top:131.212890625rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f01ab4f4-c3b3-439a-9fb3-d9b0aef536cf/image.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { width:20rem;height:26.25rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { width:20rem;height:2.4375rem;top:1.59375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;font-size:0.9375rem;overflow:hidden;height:3.125rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS  { width:17.5rem;height:auto;top:4.40625rem;left:0rem; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS {display:block;}#GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS { width:17.5rem;height:auto;top:4.40625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #oiLFEz9KdEvLL7rl1TZkATJRb2wezETn {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lDzntfna7zIdXMuaa6QWRkhOP8BAPIF0 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #Fehdhf65Lmi7N2swmkFd4n9uxFiUWPk3 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #ggkN9UdOakTb7Jl2N7oIWGrAFDf7tu6q {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #EXZoEuxuCR6IXODXXKPyrORn9XwL1ObQ {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #zu7yW6fTTEbTdFcqlFVN7hx7KCtHiVJM {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #DPe06eSsf03XHhrCc1Lh0gMCG5R8rxlh {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #QmuTz0nb8IRP5HBnFtapvongIHpqinoV {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #dETWTaSROqJDiKrOamaGF2d3r5HTz481 {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #lvlsRZwnWIW5ZypIKwBMBKkBav7kTcpP {  }
 }@media only screen and (max-width: 763px) { #GZAgic3eCOQkM0ZRxrPixL5lJ0VyG6XS #xQdcfDZP26S2p65oqHHNJO2U9vPysegu {  }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { background-color:#0d3984;background-image:none;display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { width:11.3125rem;height:1.625rem;top:1.6248168945312rem;left:8.6244674324988rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { width:8.0625rem;height:1.625rem;top:1.624267578125rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJ4c5fQIfpnUBXlEctDZHIegitOCKH4 { width:12.0625rem;height:0.9747875rem;top:0.57421875rem;left:3.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }