.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6c12e1c-3aec-4fce-b037-6fc4b411cca2/202502main1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:1052px;width:1200px;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:#1f284f;display:block;width:543.993px;position:absolute;font-family:lato;font-size:58px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:125.95486450195px;left:104.47918701172px;height:301.594px;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; }
#WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { position:absolute;display:block;z-index:15006;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:433px;width:367px;top:125.97216796875px;left:786.97222900391px;display:block; }
#wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { color:#1f284f;display:block;width:275px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:170.50341796875px;left:834.07293701172px;height:62.3906px;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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-form-header {  }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:bold;color:#000000;width:284px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:3px solid #1f333b;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:284px;box-sizing:border-box;height:57px;color:#000000;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:3px solid #1f333b;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:284px;box-sizing:border-box;height:70px;color:#000000;font-size:20px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:284px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;background-color:#7dba2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:23px;font-weight:400;color:#1f284f;width:284px;height:57px;font-family:lato;overflow:hidden;font-style:normal;box-shadow: none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { color:#717171;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { color:#717171;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:lato;font-size:20px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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:lato;line-height:1.3;font-size:12px;font-weight:300;color:#1f284f;vertical-align:top;width:264px;overflow:hidden;font-style:normal;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:284px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;position:absolute;top:243.78125px;left:808.4609375px; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:284px;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:284px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;position:absolute;top:243.78125px;left:808.4609375px; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ { position:relative;display:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS { position:relative; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb { position:relative;z-index:2; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV { position:relative; }
#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { background-color: transparent; background-image: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { display: none; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .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); }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { border-width: 0; border-radius: 0; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { font-size:14px;font-family:arial;height:576px;width:1200px;position:relative;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { position:absolute;display:block;z-index:14989;background-color:#007375;background-image:url("https://images.assets-landingi.com/uc/5e11a313-2e79-43a5-b3c3-801f4c1b42e7/Rajmonda_Milloshi.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:346px;width:346px;top:118px;left:127px;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.adaptive-delivery-prevent-bg, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyload, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyloading { background-image: none; }
#apaIJre9JRKB1948ATW1SddEAGDqgJ92 { color:#1f284f;display:block;width:450px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:95px;left:675px;height:336.5313px;text-align:center;text-align-last:center;display:block; }
#vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { box-sizing:content-box;height:165px;width:152px;position:absolute;display:block;z-index:14987;background-color:#1f284f;background-image:none;top:314px;left:336px;display:block; }
#uLI4cfDxFb57PsyEIZtoLmd4odci6euU { box-sizing:content-box;height:165px;width:152px;position:absolute;display:block;z-index:14988;background-color:#7dba2f;background-image:none;top:102px;left:112px;display:block; }
#pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { color:#1f284f;display:block;width:450px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:434px;left:675px;height:23.3984px;text-align:center;text-align-last:center;display:block; }
#PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { color:#1f284f;display:block;width:450px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:458px;left:675px;height:20.7986px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { box-sizing:content-box;height:461px;width:510px;position:absolute;display:block;z-index:14986;background-color:#f6f6f6;background-image:none;top:57.5px;left:645.00006103516px;display:block; }
#v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { box-sizing:content-box;height:5px;width:510px;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f284f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1f284f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1f284f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1f284f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f284f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f284f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1f284f, rgba(0,0,0,0));background-size:auto !important;top:514.60070800781px;left:645.00006103516px;display:block; }
#m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { box-sizing:content-box;height:5px;width:510px;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7dba2f, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #7dba2f, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #7dba2f, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #7dba2f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #7dba2f, rgba(0,0,0,0));background-size:auto !important;top:53.593788146973px;left:645.00006103516px;display:block; }
#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { background-color: transparent; background-image: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .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); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { border-width: 0; border-radius: 0; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { font-size:14px;font-family:arial;height:605px;width:1200px;position:relative;display:block; }#p1XhwssrTdOxEaPKTKCHLtOGtBF1xJJK { color:#1f284f;display:block;width:475px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:59.993057250977px;left:62.986145019531px;height:25.5px;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;text-align:justify;text-align-last:initial;display:block; }
#lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { color:#1f284f;display:block;width:475px;position:absolute;font-family:lato;font-size:34px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:82.996520996094px;left:62.986145019531px;height:44.1953px;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; }
#uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { color:#1f284f;display:block;width:475px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:152.99652099609px;left:62.986145019531px;height:135.977px;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;text-align:justify;text-align-last:initial;display:block; }
#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { color:#1f284f;display:block;width:475px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:309.96529769897px;left:62.5px;height:239.172px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
#X2t5Jp5U494CZveICIxInMJt2Oq569gQ { position:absolute;display:block;z-index:15006;border-top:1px solid #1f284f;border-left:1px solid #1f284f;border-right:1px solid #1f284f;border-bottom:1px solid #1f284f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:338px;width:506px;top:59.94783782959px;left:645.00006103516px;overflow:hidden;display:block; }
#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container { background-color: transparent; background-image: none; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container > .video-iframe-container { display: none; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row > .video-iframe-container { display: none; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .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); }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container { border-width: 0; border-radius: 0; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container { font-size:14px;font-family:arial;height:485px;width:1200px;position:relative;display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9600bee8-f336-4863-9934-5a88e5c76a07/202502footer22.webp");background-position:bottom 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; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { border-width: 0; border-radius: 0; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::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; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { font-size:14px;font-family:arial;height:492px;width:1200px;position:relative;display:block; }#SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { color:#1f284f;display:block;width:829px;position:absolute;font-family:lato;font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:86px;left:287px;height:44.1953px;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;text-align:right;text-align-last:right;display:block; }
#am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { color:#1f284f;display:block;width:828px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:136px;left:287px;height:26px;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;text-align:right;text-align-last:right;display:block; }
#OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { background-color:#7dba2f;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:185px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:199.94793701172px;left:932.10076904297px;display:block; }
#il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { background-color: transparent; background-image: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { display: none; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .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); }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { border-width: 0; border-radius: 0; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }#ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { color:#1f284f;display:block;width:400px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:60.225708007812px;left:0px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { color:#1f284f;display:block;width:311.997px;position:absolute;font-family:lato;font-size:15px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.729187011719px;left:443.99310302734px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { z-index:15002;top:51.475708007812px;left:799.98272705078px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#1f284f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:36.9965px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { box-sizing:content-box;height:70px;width:2px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-size:auto !important;top:34.999938964844px;left:396.99310302734px;display:block; }
#hwDrSW33Eop87me1JSOtb50x1OLaX98n { box-sizing:content-box;height:70px;width:2px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba2f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #7dba2f, rgba(0,0,0,0));background-size:auto !important;top:34.999938964844px;left:796.99310302734px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:543px;height:226px;top:125px;left:0px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:367px;height:433px;top:125px;left:397px;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:275px;height:62px;top:170px;left:489px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:284px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:284px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:284px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:284px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:284px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:265px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:284px;height:auto;top:243px;left:440px; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:284px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:284px;height:auto;top:243px;left:440px; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { display:none; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:345px;height:345px;top:118px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:450px;height:305px;top:95px;left:314px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { top:314px;left:227px;width:151px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { top:102px;left:3px;width:151px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { top:434px;left:314px;width:450px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { top:458px;left:314px;width:450px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { top:57px;left:254px;width:510px;height:461px;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { top:514px;left:254px;width:510px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { top:53px;left:254px;width:510px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { display:block; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1XhwssrTdOxEaPKTKCHLtOGtBF1xJJK { width:475px;height:25px;top:59px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:475px;height:44px;top:82px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:475px;height:135px;top:152px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:475px;height:239px;top:309px;left:0px;font-size:16px;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
 }@media only screen and (max-width: 763px) { #X2t5Jp5U494CZveICIxInMJt2Oq569gQ { top:59px;left:254px;width:506px;height:338px;display:block; }
 }@media only screen and (max-width: 763px) { #QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN { display:block; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:764px;height:44px;top:86px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:764px;height:;top:136px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:185px;height:50px;top:199px;left:579px;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { display:none; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { top:60px;left:0px;width:400px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { top:40px;left:197px;width:311px;height:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:51px;left:108px;width:400px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { top:34px;left:252px;width:2px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { top:34px;left:506px;width:2px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { body { 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:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:320px;height:117px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:317.986px;height:391.997px;top:396.95141601562px;left:0px;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;border-top:1px solid #608e24;border-left:1px solid #608e24;border-right:1px solid #608e24;border-bottom:1px solid #608e24;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:235.99px;height:54.5938px;top:421.99307250977px;left:41.996529579163px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden;height:46px;text-align:center;text-align-last:center;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden;text-align:center;text-align-last:center;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:20px;overflow:hidden;height:59px; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { font-size:18px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { font-size:18px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { font-size:18px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { font-size:18px;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;height:auto;line-height:1.3; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:256px;height:auto;top:476.609375px;left:11.9921875px; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:256px;height:auto;top:476.609375px;left:11.9921875px; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kiRTgaaPeQGCDa4oNdsmriXRbokJUt5I {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mxPhgyeKkc2Ndc9uO4rmEbxE7o7J9EAZ { display:none; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mnb01XR71ruQnx4oxhampfZaxpi3S5mA {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #ZR4p04CaO3fnPCrRfAVs2QsuwackUwfn {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #hsuE5zC1rotnqKVtAPMP074AIfUbL9iQ { display:none; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #mIVmRQL04PZmT67nsz0cyIF4S58J19JX {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #as4sotINSnHe4Nx45JwJXzK8ZEZPdRru {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #kOFm5rvMdAdvEA8hIvut6lg9AEWThemL {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #MqKQcUGZTVD6O6cpqPNHaQW5XrEHaRrS {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #F5JuKS4kBy34mspd61wr3TwzX7Gsq6Pb {  }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv #sQyMwzDsWAyphTpM47FlLWJAIoZBSULV {  }
 }@media only screen and (max-width: 763px) { #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge { top:171.00001525879px;left:0px;width:320px;height:198.993px;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6c12e1c-3aec-4fce-b037-6fc4b411cca2/202502main1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.adaptive-delivery-prevent-bg, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyload, #FsXXFRi4ln0Id1yEcOwLBQ7MiltmGJge.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm { display:block; }#z74pl5bNRTEhQWC5kr7Te3GxmFtbvTZm > .row .container { width:320px;height:870px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:239px;height:239px;top:13px;left:41px;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:305px;height:403.1565px;top:324.98958206177px;left:6.996527671814px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { width:151.997px;height:165px;top:100px;left:141px;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { width:151.997px;height:165px;top:0px;left:28px;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { width:320px;height:22.0938px;top:754.00004959106px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { width:320px;height:19.5px;top:777.99309158325px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { width:320px;height:541px;top:290.97917556763px;left:0px;background-color:#f6f6f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { width:320px;height:5px;top:828.07992553711px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { width:320px;height:5px;top:287.09030532837px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { display:block; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { background-color: transparent; background-image: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row > .video-iframe-container { display: none; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .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); }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { border-width: 0; border-radius: 0; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { width:320px;height:785px;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1XhwssrTdOxEaPKTKCHLtOGtBF1xJJK { width:305px;height:24px;top:33.017333984375px;left:7.5000009536743px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:305px;height:27.2969px;top:55.933959960938px;left:7.5000009536743px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:305px;height:179.156px;top:332.98266601562px;left:7.9861116409302px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:298px;height:226.562px;top:528.98962402344px;left:11.979166984558px;font-size:16px;text-align:left;text-align-last:left;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Lbffd92a/template_Insurance_Newsletter_icon5.png); }
 }@media only screen and (max-width: 763px) { #X2t5Jp5U494CZveICIxInMJt2Oq569gQ { width:296.997px;height:197.986px;top:106.57986307144px;left:10.364583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN { display:block; }#QKuO29U0Hubpe8SVn0OfS44zpZOXHqPN > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9600bee8-f336-4863-9934-5a88e5c76a07/202502footer22.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.adaptive-delivery-prevent-bg, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyload, #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V.lazyloading { background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { background-color: transparent; background-image: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.27); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.27); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row > .video-iframe-container { display: none; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .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); }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:320px;height:23.0938px;top:20px;left:0px;text-align:center;text-align-last:center;line-height:1.1;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:320px;height:20.7986px;top:42px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:135.99px;height:33.9931px;top:78.784729003906px;left:91.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { top:12.350677490234px;left:0px;width:320px;height:58px;z-index:15001;background-color:rgba(255,255,255,0.51);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV { display:block; }#RSzzcfpMyri4s84bCuOrpx7N0Q9I3hvV > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { width:320px;height:18.1953px;top:36.986083984375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { width:254px;height:54.5859px;top:64px;left:32.98611164093px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:119px;left:0px;width:320px;height:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { width:2px;height:70px;top:168.99308203125px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { width:2px;height:70px;top:258.99308203125px;left:159px;display:none; }
 }