.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:0.875rem;font-family:arial;height:65.75rem;width:75rem;overflow:visible;position:relative;display:block; }#fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { color:#1f284f;display:block;width:33.9995625rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8721790313719rem;left:6.5299491882325rem;height:14.1354375rem;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:27.0625rem;width:22.9375rem;top:7.8732604980469rem;left:49.185764312744rem;display:block; }
#wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { color:#1f284f;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.656463623047rem;left:52.129558563233rem;height:3.9rem;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:0.875rem;font-weight:bold;color:#000000;width:17.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#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:0.1875rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.75rem;box-sizing:border-box;height:3.5625rem;color:#000000;font-size:1.25rem;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:0.1875rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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:17.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#1f284f;width:17.75rem;height:3.5625rem;font-family:lato;overflow:hidden;font-style:normal;box-shadow: none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { color:#717171;font-family:lato;font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { color:#717171;font-family:lato;font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:lato;font-size:1.25rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:lato;font-size:1.25rem;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:0.75rem;font-weight:300;color:#1f284f;vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:15.235157012939rem;left:50.528126716614rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.75rem;display:block;vertical-align:top; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-info-text { display:block;height:auto;font-family:arial;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; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:15.235157012939rem;left:50.528126716614rem; }
#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:12.5rem;width:12.5rem;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:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { position:absolute;display:block;z-index:14989;background-color:#007375;background-image:url("https://images.assets-landingi.com/uc/70c6c2e6-7963-4419-86a8-ce7bb08410b3/HusseinHussein.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:21.625rem;width:21.625rem;top:7.375rem;left:7.9375rem;display:block; }#dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.adaptive-delivery-prevent-bg, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyload, #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko.lazyloading { background-image: none; }
#apaIJre9JRKB1948ATW1SddEAGDqgJ92 { color:#1f284f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:5.9375rem;left:42.1875rem;height:19.1232875rem;text-align:center;text-align-last:center;display:block; }
#vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { box-sizing:content-box;height:10.3125rem;width:9.5rem;position:absolute;display:block;z-index:14987;background-color:#1f284f;background-image:none;top:19.625rem;left:21rem;display:block; }
#uLI4cfDxFb57PsyEIZtoLmd4odci6euU { box-sizing:content-box;height:10.3125rem;width:9.5rem;position:absolute;display:block;z-index:14988;background-color:#7dba2f;background-image:none;top:6.375rem;left:7rem;display:block; }
#pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { color:#1f284f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.125rem;left:42.1875rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { color:#1f284f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.625rem;left:42.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { box-sizing:content-box;height:28.8125rem;width:31.875rem;position:absolute;display:block;z-index:14986;background-color:#f6f6f6;background-image:none;top:3.59375rem;left:40.312503814698rem;display:block; }
#v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { box-sizing:content-box;height:0.3125rem;width:31.875rem;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:32.162544250488rem;left:40.312503814698rem;display:block; }
#m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { box-sizing:content-box;height:0.3125rem;width:31.875rem;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:3.3496117591858rem;left:40.312503814698rem;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:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#p1XhwssrTdOxEaPKTKCHLtOGtBF1xJJK { color:#1f284f;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.7495660781861rem;left:3.9366340637207rem;height:1.59375rem;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:29.6875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1872825622559rem;left:3.9366340637207rem;height:2.7625rem;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:29.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.5622825622556rem;left:3.9366340637207rem;height:8.49825rem;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:29.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:19.372831106186rem;left:3.90625rem;height:14.9479375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL li:not(:first-child){ padding-top:0.3125rem;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:0.0625rem solid #1f284f;border-left:0.0625rem solid #1f284f;border-right:0.0625rem solid #1f284f;border-bottom:0.0625rem 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:21.125rem;width:31.625rem;top:3.7467398643494rem;left:40.312503814698rem;overflow:hidden;display:block; }
#df09a2e49a02d8b42b69b98d3413c560.widget-smartsection { 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; } #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection *:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="text"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="email"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="tel"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection textarea:focus-visible { outline: none; } #XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container { background-color: transparent; background-image: none; }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container > .video-iframe-container { display: none; }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row > .video-iframe-container { display: none; }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .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); }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container { border-width: 0; border-radius: 0; }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;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:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { color:#1f284f;display:block;width:51.8125rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.375rem;left:17.9375rem;height:2.7625rem;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:51.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:8.5rem;left:17.9375rem;height:1.625rem;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.496746063233rem;left:58.256298065186rem;display:block; }
#il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { 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; }
#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:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { color:#1f284f;display:block;width:25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7641067504883rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { color:#1f284f;display:block;width:19.4998125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5455741882324rem;left:27.749568939209rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { z-index:15002;top:3.2172317504883rem;left:49.998920440674rem;background-color:transparent;background-image:none;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:#1f284f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.31228125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { box-sizing:content-box;height:4.375rem;width:0.125rem;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:2.1874961853027rem;left:24.812068939209rem;display:block; }
#hwDrSW33Eop87me1JSOtb50x1OLaX98n { box-sizing:content-box;height:4.375rem;width:0.125rem;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:2.1874961853027rem;left:49.812068939209rem;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:33.9375rem;height:14.125rem;top:7.8125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:22.9375rem;height:27.0625rem;top:7.8125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:17.1875rem;height:3.875rem;top:10.625rem;left:30.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:17.75rem;height:auto;top:15.1875rem;left:27.5rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:17.75rem;height:auto;top:15.1875rem;left:27.5rem; }
 }@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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:21.5625rem;height:21.5625rem;top:7.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:28.125rem;height:19.0625rem;top:5.9375rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { top:19.625rem;left:14.1875rem;width:9.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { top:6.375rem;left:0.1875rem;width:9.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { top:27.125rem;left:19.625rem;width:28.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { top:28.625rem;left:19.625rem;width:28.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { top:3.5625rem;left:15.875rem;width:31.875rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { top:32.125rem;left:15.875rem;width:31.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { top:3.3125rem;left:15.875rem;width:31.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh { display:block; }#NNeGCI43HVynzPHt1ehPIdIPiZ3hrIIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1XhwssrTdOxEaPKTKCHLtOGtBF1xJJK { width:29.6875rem;height:1.5625rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:29.6875rem;height:2.75rem;top:5.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:29.6875rem;height:8.4375rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:29.6875rem;height:14.9375rem;top:19.3125rem;left:0rem;font-size:1rem;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:3.6875rem;left:15.875rem;width:31.625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection { display:block; } #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection *:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="text"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="email"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="tel"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection textarea:focus-visible { outline: none; } #XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeItxxlrLHESSu83WgB7GZwvfzVpEX9V { display:block; }#VeItxxlrLHESSu83WgB7GZwvfzVpEX9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:47.75rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:47.75rem;height:;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:11.5625rem;height:3.125rem;top:12.4375rem;left:36.1875rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { top:3.75rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { top:2.5rem;left:12.3125rem;width:19.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:3.1875rem;left:6.75rem;width:25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { top:2.125rem;left:15.75rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { top:2.125rem;left:31.625rem;width:0.125rem;height:4.375rem;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:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpgEbEI4q9xXziKPeTLolpCuXWIVRBMf { width:20rem;height:7.3125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKuE7ONgfQ5GpAv7tJG5bBOtpTzhPRv { width:19.874125rem;height:24.4998125rem;top:24.809463500976rem;left:0rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;display:block; }
 }@media only screen and (max-width: 763px) { #wOBfRZkbDFHSdQKN1GJZzD0Md0AdZ221 { width:14.749375rem;height:3.4125rem;top:26.374567031861rem;left:2.6247830986977rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.875rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.6875rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:first-of-type{padding-top:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .widget-container:last-of-type{padding-bottom:0;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv  { width:16rem;height:auto;top:29.788195610046rem;left:0.74978297948838rem; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv {display:block;}#SsMEGzin1wUzgbDhptA1afJsb1T4TbRv { width:16rem;height:auto;top:29.788195610046rem;left:0.74978297948838rem; }
 }@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 { top:10.687500953674rem;left:0rem;width:20rem;height:12.4370625rem;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:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfVxIO8DXVTAKFn50wQ1zQBRI52wi9ko { width:14.9375rem;height:14.9375rem;top:0.8125rem;left:2.5625rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #apaIJre9JRKB1948ATW1SddEAGDqgJ92 { width:19.0625rem;height:25.2rem;top:20.311848878861rem;left:0.43728297948838rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMxMVDD61TW83M5MoGSW8uMdhxuTk5hR { width:9.4998125rem;height:10.3125rem;top:6.25rem;left:8.8125rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #uLI4cfDxFb57PsyEIZtoLmd4odci6euU { width:9.4998125rem;height:10.3125rem;top:0rem;left:1.75rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #pQBa5Nf7qqLzzRiq5mJ1vTVK3kZFrW6U { width:20rem;height:1.38125rem;top:47.125003099441rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPoP2GFdwVCWOLCUwMgFWHf2p7l9VUan { width:20rem;height:1.21875rem;top:48.624568223953rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfOIJUQL6TfOGlMDceuyyXhSdrgXISe { width:20rem;height:33.8125rem;top:18.186198472977rem;left:0rem;background-color:#f6f6f6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0TPTiM42N3N1D26UkcPPNO18UiXPaT1 { width:20rem;height:0.3125rem;top:51.754995346069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aGmm1JvINbvn1nHbAw1H87rE6CHeFV { width:20rem;height:0.3125rem;top:17.943144083023rem;left:0rem;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:20rem;height:49.0625rem;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:19.0625rem;height:1.50065rem;top:2.0635833740234rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV8BNG1yeriIlDZFldJ3w2xTyALLshbq { width:19.0625rem;height:1.7068125rem;top:3.4958724975586rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uetHbQOWyAFSHTBTPy03VcNciuV8eGIJ { width:19.0625rem;height:11.2rem;top:20.811416625976rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChh9xVLXi2TiVhtTJWTZRoG6cybGOVL { width:18.625rem;height:14.1625rem;top:33.061851501465rem;left:0.74869793653488rem;font-size:1rem;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:18.5623125rem;height:12.374125rem;top:6.661241441965rem;left:0.64778643846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection { display:block; } #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection *:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="text"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="email"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection input[type="tel"]:focus-visible, #df09a2e49a02d8b42b69b98d3413c560.widget-smartsection textarea:focus-visible { outline: none; } #XELih3pnhZfPy0QUCqF8rk0m6o6XQZJ0 > .row .container { width:20rem;height:45.625rem;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:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUUIZTN6lTW9sRb9MI3IrBcQ5NzpErZk { width:20rem;height:1.444225rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8C9ReQXUJBxcaf1l8gI8eGuMGt5sQ3 { width:20rem;height:1.3rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJG9iy8cKMVEvi434Fp7DiI5bo89Cu { width:8.499375rem;height:2.12456875rem;top:4.9240455627441rem;left:5.7497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #il57tRrk3SggLfEymeUc3wRPLUxFqM1F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv5MwizKTnNV13vkdKiHFWAGBqTTAwZ5 { top:0.77191734313963rem;left:0rem;width:20rem;height:3.625rem;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:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikSyA81QFxxFtBy7PakenA0rg5vZ3VzQ { width:20rem;height:1.1375rem;top:2.3116302490234rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNFuQnA1lOAPTSV840a16uZU9dXA6iUl { width:15.875rem;height:3.4125rem;top:4rem;left:2.0616319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kht4W8mo4LlGs9ilEq2Rn3w4FQf0t4UA { top:7.4375rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZxdDi11V8RSiQ9DgTQdT9e0xxIu6zK { display:block; }
 }@media only screen and (max-width: 763px) { #WTVGDl4IJxCFHf9EyTeqso9crLsMZ1c9 { width:0.125rem;height:4.375rem;top:10.562067626953rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwDrSW33Eop87me1JSOtb50x1OLaX98n { width:0.125rem;height:4.375rem;top:16.187067626953rem;left:9.9375rem;display:none; }
 }