.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dc0959c-d662-4046-b976-0fa6ef54fcf9/headerbanner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU.adaptive-delivery-prevent-bg, #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU.lazyload, #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU.lazyloading { background-image: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container { background-color: transparent; background-image: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container > .video-iframe-container { display: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row > .video-iframe-container { display: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .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); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container { border-width: 0; border-radius: 0; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#T59a5X1OKy5hia97sMTXSo08ymD5mc8O { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:17.9375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#eAsc9QDLcPCfh4eAaZdzG3ofeihdgeAg { color:#dabe8d;display:block;width:31.875rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:14.9375rem;left:3.4375rem;height:7.875rem;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; }
#wQ3Bmvz1eRu92ffyahgnk1NVTQRF78xx { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:lora;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:23.8125rem;left:3.4375rem;height:4.72265625rem;font-style:normal;display:block; }
#rT8UQaF6Pt5rLIT7mbuf5LH0o7LHecgn { background-color:#6d95b8;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;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:lora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:13rem;height:3.0625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:3.875rem;left:47rem;display:block; }
#MFqOGazqidbuKWcxpimIKfD81TOmzLl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22fb617f-5651-47b2-ac49-b6d985bf6895/banner1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb.adaptive-delivery-prevent-bg, #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb.lazyload, #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb.lazyloading { background-image: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container { background-color: transparent; background-image: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container > .video-iframe-container { display: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row > .video-iframe-container { display: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .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); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container { border-width: 0; border-radius: 0; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container { width:60rem;height:40.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:9.9375rem;left:0rem;height:1.5996125rem;font-style:normal;display:block; }#DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC li:before{  }
#Fk5s4yTiM38sQ0a87CUkQJbDzOTcuMnb { position:absolute;display:block;z-index:100008;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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:32.625rem;width:26.375rem;top:3.71875rem;left:33.5rem;display:block; }
#AgyL3L9BVtSJNh8HPfWtFHs085wvlETw { color:#5e5e5e;display:block;width:21.875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.75rem;left:35.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-form-header {  }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#000000;width:17.9375rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;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.9375rem;box-sizing:border-box;height:3.1875rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lora;vertical-align:top; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;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.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:lora;vertical-align:top; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .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.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-button { background-color:#6d95b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.5625rem;margin-bottom:0.25rem;margin-left:3.5625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:10.75rem;height:3.4375rem;font-family:lora;overflow:hidden; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V [class*="-text"]:-moz-placeholder { color:#5e5e5e;font-family:lora;font-size:1rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V [class*="-text"]::-moz-placeholder { color:#5e5e5e;font-family:lora;font-size:1rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V [class*="-text"]:-ms-input-placeholder { color:#5e5e5e;font-family:lora;font-size:1rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V [class*="-text"]::-webkit-input-placeholder { color:#5e5e5e;font-family:lora;font-size:1rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.9375rem;overflow:hidden;font-style:normal;line-height:1.9; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .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; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-container:first-of-type{padding-top:0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-container:last-of-type{padding-bottom:0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:7.3125rem;left:36.6875rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.9375rem;display:block;vertical-align:top; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V {display:block;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:7.3125rem;left:36.6875rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #rTCrXB0PAkWTkT1s5sguaCfrp0naBFUL { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #c1mIuwtt7Lwta8cgrinQGGRs99ZkrBAH { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Q95zR5NLVvXhzrkAIOWvXk5Ufo6yvCwu { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #r3ZX58qVJsWVpFGrLdUSoteAooVHJIlx { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #h9NU5TwCRLpXMmITi5aOw4LBhlnp7P2e { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #TzD9nX6mQDmVhqIDyNxusnWINWbp9sQl { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #xX7qm5i9yVw1XDVx3hsoKXaO3v1ESIKe { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Zflx1g8xmQ4Lwx1hw94wCEDOHUsPiInW { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #sHePnccpKW6OX0bSn83eAbOPwTBSdwgv { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FUA3bNyUZ4cxPTxmxN2HnCy3VWz4v3II { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #INE7nEnOzLBtz2Ja9S3Sad1FEnG8d76J { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FgMMJJr8zZhwuMnH2DXkoQ8MnqP9Wief { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #iqrmFJuNCGBXOwnumVLSsnkUb9neGmpR { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #NQXSTnA7rgHE8JQNBW3iWCwDgofgUIfm { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #W6DWEIXeows6KOW5K6y5vONIb5JFmzVL { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #EPTztB0UouFTVWCE9T2MvHLv9smssSmy { position:relative; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #MG5GTrePTHvR1IyEpbBbZeTgsCl74qC5 { position:relative; }
#MUkZJRbdUGCpFTtqpq0gao8NmnmzZuf3 { color:#dabe8d;display:block;width:31.875rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:4.6875rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#vimkHvwVGQ2ed2TKothibX6AxJpAShoi { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:12.875rem;left:0rem;height:;font-style:normal;display:block; }#vimkHvwVGQ2ed2TKothibX6AxJpAShoi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vimkHvwVGQ2ed2TKothibX6AxJpAShoi li:before{  }
#sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:15.75rem;left:0rem;height:4.798825rem;font-style:normal;display:block; }#sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ li:before{  }
#MfimTbUTEObrAuSftIiBvlh86466cFDs { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:21.630859375rem;left:0rem;height:;font-style:normal;display:block; }#MfimTbUTEObrAuSftIiBvlh86466cFDs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MfimTbUTEObrAuSftIiBvlh86466cFDs li:before{  }
#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ca94ba6-f4dc-42f7-9009-e2a308a579b0/bannerquote.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW.adaptive-delivery-prevent-bg, #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW.lazyload, #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW.lazyloading { background-image: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container { background-color: transparent; background-image: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container > .video-iframe-container { display: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row > .video-iframe-container { display: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .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); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container { border-width: 0; border-radius: 0; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#MxQveIZK0S309ThMkFXOWAf5tTC8PVFp { color:#ffffff;display:block;width:48.625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.625rem;left:5.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfLe8M42lA34npVyXGuQddD8TRP8D735 { position:relative;display:block; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 { background-color: transparent; background-image: none; }#qfLe8M42lA34npVyXGuQddD8TRP8D735::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row .container > .video-iframe-container { display: none; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row > .video-iframe-container { display: none; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .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); }#qfLe8M42lA34npVyXGuQddD8TRP8D735 { border-width: 0; border-radius: 0; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#UXKKoZLpHk5ilpZCQBb8xPlOgd6S3xHx { color:#5e5e5e;display:block;width:16.0625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:12.4375rem;left:5.3125rem;height:3.19921875rem;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; }
#zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K { color:#333333;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:17.3125rem;left:5.3125rem;height:1.5996125rem;font-style:normal;display:block; }#zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K li:before{  }
#ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c { color:#333333;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:20.1875rem;left:5.3125rem;height:1.5996125rem;font-style:normal;display:block; }#ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c li:before{  }
#eIFepOTAcV6yIspgGQdRei2QEqxaxIWg { color:#333333;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:23.125rem;left:5.3125rem;height:1.5996125rem;font-style:normal;display:block; }#eIFepOTAcV6yIspgGQdRei2QEqxaxIWg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eIFepOTAcV6yIspgGQdRei2QEqxaxIWg li:before{  }
#FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o { color:#333333;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:26.125rem;left:5.3125rem;height:1.5996125rem;font-style:normal;display:block; }#FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o li:before{  }
#gEFHHs65fTq6aEQzngn0VH5owagPFddP { color:#5e5e5e;display:block;width:43.625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSrgTnpRmObm6sZkTGe9Uu6dwEANuZwG { color:#5e5e5e;display:block;width:19.4375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:12.4375rem;left:36.4375rem;height:11.19725rem;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; }
#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container { background-color: transparent; background-image: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container > .video-iframe-container { display: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row > .video-iframe-container { display: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .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); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container { border-width: 0; border-radius: 0; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#nrX2UsldTJzU7gCZo7MqLbSwvdkaKT8k { color:#5e5e5e;display:block;width:20rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:0rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mg9VwwT0F5DfwTBFL5rSdGWTy99GX3XS { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:4.3125rem;left:1.21875rem;display:block; }
#R9GGO86T0FhydOsP9la6IWrf3wgvxber { color:#424242;display:block;width:12.6875rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:5.8125rem;left:3.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKNoL39tdWhZE4mDFEuc7KLX30A5Zquc { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100018;line-height:1.6;letter-spacing:0;top:11.1875rem;left:3.375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5mscwGIxaV1b3a3ukoL3EahkzKO9Quw { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:4.3125rem;left:21.25rem;display:block; }
#WbIpN9NKef0uNu4EOueCGR4fBZrNnK0r { color:#424242;display:block;width:12.6875rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:5.8125rem;left:23.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCT3ubtMhiByeg6NX7NnCQtgVk3UDeED { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100022;line-height:1.6;letter-spacing:0;top:11.1875rem;left:23.375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d18PN8tcJALcR4S5hWsyhkSstiJoyRJI { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:4.3125rem;left:41.25rem;display:block; }
#LFSoT9Snuq1LvQKiBIdnEomTmo03L9k0 { color:#424242;display:block;width:14.8125rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:5.8125rem;left:42.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xhu1XozsT3cThHGUuUJkPJoNTM16Kwlc { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100025;line-height:1.6;letter-spacing:0;top:11.1875rem;left:43.375rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container { background-color: transparent; background-image: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container > .video-iframe-container { display: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row > .video-iframe-container { display: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .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); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container { border-width: 0; border-radius: 0; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#VXnq8P2UBSZ6eiXF5iTP8m0nUE8DLRgA { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:0rem;left:1.25rem;display:block; }
#c5mxZeE6e7ISVRXKlVa1l6ZsokvTwBRI { color:#424242;display:block;width:14.375rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kksxTHnB0RUxQH1B1GJXTtF7eaBnBtzN { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:6.150390625rem;left:3.375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKEMLBGtG2EicPwynMwd1R49xq2fDgvI { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:0rem;left:21.25rem;display:block; }
#U4x7TOB4MkO37QQ5MFv6klt9edrMzWIm { color:#424242;display:block;width:12.6875rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKw0c34zWCzpDx2omXuAxLknBMZsoU64 { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #dabe8d;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:16.3125rem;width:17.5625rem;top:0rem;left:41.25rem;display:block; }
#SQZZnHHF9OhmdUxt6uq9U8Zxm15EZGO7 { color:#424242;display:block;width:12.6875rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:1.25rem;left:43.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8U8ab16luE8q80f6XhtwrBCGgDKe3yp { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100025;line-height:1.6;letter-spacing:0;top:6.181640625rem;left:43.375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tetwdhNocOhTGzPn8fGc5Vo9CLkDvw3C { color:#424242;display:block;width:13.25rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100020;line-height:1.6;letter-spacing:0;top:6.150390625rem;left:23.375rem;height:7.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b3b3b;background-image:none;position:relative;display:block; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container { background-color: transparent; background-image: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container > .video-iframe-container { display: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row > .video-iframe-container { display: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .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); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container { border-width: 0; border-radius: 0; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#lVkEdTIT1kyg5f5zATXaFJmDb3CUQorA { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.09375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZHCsEVEeKOAOltFnIDud0ufmgdUscKs { background-color:#dabe8d;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;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:lora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:13rem;height:2.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:8.1875rem;left:23.5rem;display:block; }
#TQuI3W4rzfVKSQst1Tp7iNQ8doMn0hC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container { background-color: transparent; background-image: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container > .video-iframe-container { display: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row > .video-iframe-container { display: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .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); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container { border-width: 0; border-radius: 0; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#DIEF4FFqevTXC8vODvT65tyAgTCvnetJ { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPtCc9itOWtTZuhBBJJgt6SbUQQokRB8 { color:#5e5e5e;display:block;width:40.75rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:8.75rem;left:9.625rem;height:6.3984375rem;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:center;text-align-last:center;display:block; }
#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72ff8e37-06d4-4d68-b22a-7c861d5e7398/banner2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG.adaptive-delivery-prevent-bg, #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG.lazyload, #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG.lazyloading { background-image: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container { background-color: transparent; background-image: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container > .video-iframe-container { display: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row > .video-iframe-container { display: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .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); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container { border-width: 0; border-radius: 0; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#wToKuG1xBhZaLJ4tUl7Q4ip4P0RSmxhk { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:14.4375rem;top:16.625rem;left:3.9375rem;overflow:hidden;display:block; }
#xNRCFL5ctqLyGw8CiSnnI3OB9H8PnlcP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:6.5625rem;top:16.6875rem;left:43.9375rem;overflow:hidden;display:block; }
#CnCAAQViJ5h5Of77zXQTST9vuDgJcGNG { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:14.75rem;top:16.375rem;left:24.1875rem;overflow:hidden;display:block; }
#CNNXptrvIPAXXodvp6Jirafk8cbFcph2 { color:#5e5e5e;display:block;width:27.875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.625rem;left:16.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhdNAtDibGcpSUydxh34sm3OQSUa4Vbn { background-color:#6d95b8;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;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:lora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:12.6875rem;height:2.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:26.25rem;left:23.65625rem;display:block; }
#EFg68Gn0v80FCCe6JQaZgbTuVUA4NnLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container { background-color: transparent; background-image: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container > .video-iframe-container { display: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row > .video-iframe-container { display: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .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); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container { border-width: 0; border-radius: 0; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#xxwzcmqWCqRSaUI6qMP0X3vo4q5o6Sgq { color:#5e5e5e;display:block;width:26.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2uxqABuyVeCetxFInMMyi7r3OuZE24x { color:#5e5e5e;display:block;width:35.4375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:8.6875rem;left:12.28125rem;height:6.3984375rem;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:center;text-align-last:center;display:block; }
#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container { background-color: transparent; background-image: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container > .video-iframe-container { display: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row > .video-iframe-container { display: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .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); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container { border-width: 0; border-radius: 0; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;overflow:visible;position:relative;display:block; }#nu34f7O7evN0SRHq93T9NuxNqtyUZsl8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:10.1875rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#RmdNlihxNg0rsZ8wMG1vIxM7LPM5TZMe { background-color:#6d95b8;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;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:lora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:13rem;height:3.0625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:3.15625rem;left:47rem;display:block; }
#vcVwCmTFC1TmFJ9erHJoxBRqGTQyuQ9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#frMsAS5TdaSH1TaqF5Bmyo9rlnpU5kMR { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:6.9140625rem;left:24.96875rem;height:1.3994125rem;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:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU { display:block; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T59a5X1OKy5hia97sMTXSo08ymD5mc8O { top:0.5625rem;left:0rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAsc9QDLcPCfh4eAaZdzG3ofeihdgeAg { top:14.9375rem;left:0rem;width:31.875rem;height:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ3Bmvz1eRu92ffyahgnk1NVTQRF78xx { top:23.8125rem;left:0rem;width:29.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8UQaF6Pt5rLIT7mbuf5LH0o7LHecgn { width:13rem;height:3.0625rem;top:3.875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqOGazqidbuKWcxpimIKfD81TOmzLl9 { display:block; }
 }@media only screen and (max-width: 763px) { #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb { display:block; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC { width:26.5625rem;height:1.5625rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }#DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC li:before{  }
 }@media only screen and (max-width: 763px) { #Fk5s4yTiM38sQ0a87CUkQJbDzOTcuMnb { width:26.375rem;height:32.625rem;top:3.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyL3L9BVtSJNh8HPfWtFHs085wvlETw { width:21.875rem;height:2.4375rem;top:5.75rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-regular-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-textarea { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-select { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-button { width:10.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5625rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-checkbox-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V  { width:17.9375rem;height:auto;top:7.3125rem;left:27.3125rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .radio-container { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V {display:block;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V { width:17.9375rem;height:auto;top:7.3125rem;left:27.3125rem; }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #rTCrXB0PAkWTkT1s5sguaCfrp0naBFUL {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #c1mIuwtt7Lwta8cgrinQGGRs99ZkrBAH {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Q95zR5NLVvXhzrkAIOWvXk5Ufo6yvCwu {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #r3ZX58qVJsWVpFGrLdUSoteAooVHJIlx {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #h9NU5TwCRLpXMmITi5aOw4LBhlnp7P2e {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #TzD9nX6mQDmVhqIDyNxusnWINWbp9sQl {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #xX7qm5i9yVw1XDVx3hsoKXaO3v1ESIKe {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Zflx1g8xmQ4Lwx1hw94wCEDOHUsPiInW {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #sHePnccpKW6OX0bSn83eAbOPwTBSdwgv {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FUA3bNyUZ4cxPTxmxN2HnCy3VWz4v3II {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #INE7nEnOzLBtz2Ja9S3Sad1FEnG8d76J {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FgMMJJr8zZhwuMnH2DXkoQ8MnqP9Wief {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #iqrmFJuNCGBXOwnumVLSsnkUb9neGmpR {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #NQXSTnA7rgHE8JQNBW3iWCwDgofgUIfm {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #W6DWEIXeows6KOW5K6y5vONIb5JFmzVL {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #EPTztB0UouFTVWCE9T2MvHLv9smssSmy {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #MG5GTrePTHvR1IyEpbBbZeTgsCl74qC5 {  }
 }@media only screen and (max-width: 763px) { #MUkZJRbdUGCpFTtqpq0gao8NmnmzZuf3 { top:4.6875rem;left:0rem;width:31.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vimkHvwVGQ2ed2TKothibX6AxJpAShoi { width:26.5625rem;height:;top:12.875rem;left:0rem;font-size:1rem;display:block; }#vimkHvwVGQ2ed2TKothibX6AxJpAShoi li:before{  }
 }@media only screen and (max-width: 763px) { #sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ { width:26.5625rem;height:;top:15.75rem;left:0rem;font-size:1rem;display:block; }#sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ li:before{  }
 }@media only screen and (max-width: 763px) { #MfimTbUTEObrAuSftIiBvlh86466cFDs { width:26.5625rem;height:;top:21.625rem;left:0rem;font-size:1rem;display:block; }#MfimTbUTEObrAuSftIiBvlh86466cFDs li:before{  }
 }@media only screen and (max-width: 763px) { #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW { display:block; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxQveIZK0S309ThMkFXOWAf5tTC8PVFp { top:7.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLe8M42lA34npVyXGuQddD8TRP8D735 { display:block; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXKKoZLpHk5ilpZCQBb8xPlOgd6S3xHx { width:16.0625rem;height:3.1875rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K { width:26.5625rem;height:1.5625rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }#zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K li:before{  }
 }@media only screen and (max-width: 763px) { #ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c { width:26.5625rem;height:1.5625rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }#ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c li:before{  }
 }@media only screen and (max-width: 763px) { #eIFepOTAcV6yIspgGQdRei2QEqxaxIWg { width:26.5625rem;height:1.5625rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }#eIFepOTAcV6yIspgGQdRei2QEqxaxIWg li:before{  }
 }@media only screen and (max-width: 763px) { #FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o { width:26.5625rem;height:1.5625rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }#FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o li:before{  }
 }@media only screen and (max-width: 763px) { #gEFHHs65fTq6aEQzngn0VH5owagPFddP { top:5.125rem;left:2.0625rem;width:43.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrgTnpRmObm6sZkTGe9Uu6dwEANuZwG { width:19.4375rem;height:11.1875rem;top:12.4375rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E { display:block; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrX2UsldTJzU7gCZo7MqLbSwvdkaKT8k { top:0rem;left:11.75rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9VwwT0F5DfwTBFL5rSdGWTy99GX3XS { top:4.3125rem;left:0rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9GGO86T0FhydOsP9la6IWrf3wgvxber { top:5.8125rem;left:1.59375rem;width:12.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNoL39tdWhZE4mDFEuc7KLX30A5Zquc { top:11.1875rem;left:1.3125rem;width:13.25rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5mscwGIxaV1b3a3ukoL3EahkzKO9Quw { top:4.3125rem;left:14.1875rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbIpN9NKef0uNu4EOueCGR4fBZrNnK0r { top:5.8125rem;left:17.46875rem;width:12.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT3ubtMhiByeg6NX7NnCQtgVk3UDeED { top:11.1875rem;left:17.1875rem;width:13.25rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18PN8tcJALcR4S5hWsyhkSstiJoyRJI { top:4.3125rem;left:30.0625rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFSoT9Snuq1LvQKiBIdnEomTmo03L9k0 { top:5.8125rem;left:32.28125rem;width:14.8125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhu1XozsT3cThHGUuUJkPJoNTM16Kwlc { top:11.1875rem;left:33.0625rem;width:13.25rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B { display:block; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXnq8P2UBSZ6eiXF5iTP8m0nUE8DLRgA { top:0rem;left:0rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mxZeE6e7ISVRXKlVa1l6ZsokvTwBRI { top:1.25rem;left:0.75rem;width:14.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kksxTHnB0RUxQH1B1GJXTtF7eaBnBtzN { top:6.125rem;left:1.3125rem;width:13.25rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKEMLBGtG2EicPwynMwd1R49xq2fDgvI { top:0rem;left:14.1875rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4x7TOB4MkO37QQ5MFv6klt9edrMzWIm { top:1.25rem;left:17.46875rem;width:12.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKw0c34zWCzpDx2omXuAxLknBMZsoU64 { top:0rem;left:30.0625rem;width:17.5625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZZnHHF9OhmdUxt6uq9U8Zxm15EZGO7 { top:1.25rem;left:33.34375rem;width:12.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8U8ab16luE8q80f6XhtwrBCGgDKe3yp { top:6.125rem;left:33.0625rem;width:13.25rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetwdhNocOhTGzPn8fGc5Vo9CLkDvw3C { top:6.125rem;left:17.1875rem;width:13.25rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW { display:block; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVkEdTIT1kyg5f5zATXaFJmDb3CUQorA { top:3.75rem;left:4.96875rem;width:37.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHCsEVEeKOAOltFnIDud0ufmgdUscKs { width:13rem;height:2.9375rem;top:8.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuI3W4rzfVKSQst1Tp7iNQ8doMn0hC9 { display:block; }
 }@media only screen and (max-width: 763px) { #cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe { display:block; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIEF4FFqevTXC8vODvT65tyAgTCvnetJ { top:5.3125rem;left:10.59375rem;width:26.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPtCc9itOWtTZuhBBJJgt6SbUQQokRB8 { width:40.75rem;height:7.9375rem;top:8.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG { display:block; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wToKuG1xBhZaLJ4tUl7Q4ip4P0RSmxhk { top:16.625rem;left:0rem;width:14.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNRCFL5ctqLyGw8CiSnnI3OB9H8PnlcP { top:16.6875rem;left:37.8125rem;width:6.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnCAAQViJ5h5Of77zXQTST9vuDgJcGNG { top:16.375rem;left:18.0625rem;width:14.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNNXptrvIPAXXodvp6Jirafk8cbFcph2 { top:6.625rem;left:9.9375rem;width:27.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdNAtDibGcpSUydxh34sm3OQSUa4Vbn { width:12.6875rem;height:2.875rem;top:26.25rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFg68Gn0v80FCCe6JQaZgbTuVUA4NnLB { display:block; }
 }@media only screen and (max-width: 763px) { #SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it { display:block; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxwzcmqWCqRSaUI6qMP0X3vo4q5o6Sgq { top:5.3125rem;left:10.59375rem;width:26.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2uxqABuyVeCetxFInMMyi7r3OuZE24x { width:35.4375rem;height:6.375rem;top:8.6875rem;left:6.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM { display:block; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu34f7O7evN0SRHq93T9NuxNqtyUZsl8 { width:10.1875rem;height:5.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmdNlihxNg0rsZ8wMG1vIxM7LPM5TZMe { width:13rem;height:3.0625rem;top:3.125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcVwCmTFC1TmFJ9erHJoxBRqGTQyuQ9r { display:block; }
 }@media only screen and (max-width: 763px) { #frMsAS5TdaSH1TaqF5Bmyo9rlnpU5kMR { width:10.0625rem;height:1.375rem;top:6.875rem;left:18.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU { display:block; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU { background-color: transparent; background-image: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container > .video-iframe-container { display: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row > .video-iframe-container { display: none; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .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); }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU { border-width: 0; border-radius: 0; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container { width:20rem;height:35.875rem;background-color:#3b3b3b;background-image:url("https://images.assets-landingi.com/uc/7dc0959c-d662-4046-b976-0fa6ef54fcf9/headerbanner.png");background-position:bottom 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;position:relative;display:block; }#yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container.adaptive-delivery-prevent-bg, #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container.lazyload, #yToLfiiX9CFdCLAEGZ476PNnoGVz5bZU > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #T59a5X1OKy5hia97sMTXSo08ymD5mc8O { width:7.25rem;height:3.9375rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAsc9QDLcPCfh4eAaZdzG3ofeihdgeAg { width:16.5rem;height:11.25rem;top:11.25rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQ3Bmvz1eRu92ffyahgnk1NVTQRF78xx { width:17rem;height:9.4453125rem;top:24.083984375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT8UQaF6Pt5rLIT7mbuf5LH0o7LHecgn { width:9.5625rem;height:3.125rem;top:6.4375rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqOGazqidbuKWcxpimIKfD81TOmzLl9 { display:block; }
 }@media only screen and (max-width: 763px) { #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb { display:block; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb { background-color: transparent; background-image: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container > .video-iframe-container { display: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row > .video-iframe-container { display: none; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb { border-width: 0; border-radius: 0; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container { width:20rem;height:57.6875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22fb617f-5651-47b2-ac49-b6d985bf6895/banner1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container.adaptive-delivery-prevent-bg, #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container.lazyload, #AialXGTVtpMG3xuSCd6I7l3OTq9nlKRb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC { width:18.0625rem;height:1.5996125rem;top:5.25rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DDRKxy7rOa7vR8AnVTrZ5gOpSflPCxWC li:before{  }
 }@media only screen and (max-width: 763px) { #Fk5s4yTiM38sQ0a87CUkQJbDzOTcuMnb { width:20rem;height:29.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyL3L9BVtSJNh8HPfWtFHs085wvlETw { width:20rem;height:1.94921875rem;top:29.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-text {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-select {padding-top: 0; padding-bottom: 0;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V  { width:17.5rem;height:auto;top:30.375rem;left:0rem; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V {display:block;}#XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V { width:17.5rem;height:auto;top:30.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #rTCrXB0PAkWTkT1s5sguaCfrp0naBFUL {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #c1mIuwtt7Lwta8cgrinQGGRs99ZkrBAH {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Q95zR5NLVvXhzrkAIOWvXk5Ufo6yvCwu {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #r3ZX58qVJsWVpFGrLdUSoteAooVHJIlx {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #h9NU5TwCRLpXMmITi5aOw4LBhlnp7P2e {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #TzD9nX6mQDmVhqIDyNxusnWINWbp9sQl {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #xX7qm5i9yVw1XDVx3hsoKXaO3v1ESIKe {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #Zflx1g8xmQ4Lwx1hw94wCEDOHUsPiInW {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #sHePnccpKW6OX0bSn83eAbOPwTBSdwgv {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FUA3bNyUZ4cxPTxmxN2HnCy3VWz4v3II {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #INE7nEnOzLBtz2Ja9S3Sad1FEnG8d76J {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #FgMMJJr8zZhwuMnH2DXkoQ8MnqP9Wief {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #iqrmFJuNCGBXOwnumVLSsnkUb9neGmpR {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #NQXSTnA7rgHE8JQNBW3iWCwDgofgUIfm {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #W6DWEIXeows6KOW5K6y5vONIb5JFmzVL {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #EPTztB0UouFTVWCE9T2MvHLv9smssSmy {  }
 }@media only screen and (max-width: 763px) { #XQt7qBJzttFLwc3vwLPr1EQHgPVp6H9V #MG5GTrePTHvR1IyEpbBbZeTgsCl74qC5 {  }
 }@media only screen and (max-width: 763px) { #MUkZJRbdUGCpFTtqpq0gao8NmnmzZuf3 { width:20rem;height:2.3994125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vimkHvwVGQ2ed2TKothibX6AxJpAShoi { width:17.5rem;height:3.19921875rem;top:7.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#vimkHvwVGQ2ed2TKothibX6AxJpAShoi li:before{  }
 }@media only screen and (max-width: 763px) { #sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ { width:16.8125rem;height:7.9980625rem;top:10.88671875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#sk5EqMVCN8ZTta6QF7wxQcd0hrOFMRwQ li:before{  }
 }@media only screen and (max-width: 763px) { #MfimTbUTEObrAuSftIiBvlh86466cFDs { width:17.8125rem;height:8.3105625rem;top:19.625rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MfimTbUTEObrAuSftIiBvlh86466cFDs li:before{  }
 }@media only screen and (max-width: 763px) { #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW { display:block; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW { background-color: transparent; background-image: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container > .video-iframe-container { display: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row > .video-iframe-container { display: none; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .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); }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW { border-width: 0; border-radius: 0; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container { width:20rem;height:18.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ca94ba6-f4dc-42f7-9009-e2a308a579b0/bannerquote.jpg");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;position:relative;display:block; }#eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container.adaptive-delivery-prevent-bg, #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container.lazyload, #eI3SulZMqJSgmqlXWuJvOPKKF6b1xiuW > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MxQveIZK0S309ThMkFXOWAf5tTC8PVFp { width:20rem;height:8.7734375rem;top:4.92578125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLe8M42lA34npVyXGuQddD8TRP8D735 { display:block; }#qfLe8M42lA34npVyXGuQddD8TRP8D735 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXKKoZLpHk5ilpZCQBb8xPlOgd6S3xHx { width:16.0625rem;height:3.19921875rem;top:7.375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K { width:16.5rem;height:3.19921875rem;top:12.1875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#zZeuVhuxc3Q2IRlomKPEe07EMEZUKg9K li:before{  }
 }@media only screen and (max-width: 763px) { #ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c { width:16.5rem;height:3.19921875rem;top:16.32421875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ebUeIZFg5QT0lX34DDWZNuAnTpERoK7c li:before{  }
 }@media only screen and (max-width: 763px) { #eIFepOTAcV6yIspgGQdRei2QEqxaxIWg { width:16.5rem;height:3.19921875rem;top:20.556640625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#eIFepOTAcV6yIspgGQdRei2QEqxaxIWg li:before{  }
 }@media only screen and (max-width: 763px) { #FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o { width:16.5rem;height:3.19921875rem;top:24.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#FAqgAEDlyuIFTVi4Tl3l9sS8ZcCU5L0o li:before{  }
 }@media only screen and (max-width: 763px) { #gEFHHs65fTq6aEQzngn0VH5owagPFddP { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSrgTnpRmObm6sZkTGe9Uu6dwEANuZwG { width:18.875rem;height:12.796875rem;top:29.203125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E { display:block; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E { background-color: transparent; background-image: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container > .video-iframe-container { display: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row > .video-iframe-container { display: none; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .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); }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E { border-width: 0; border-radius: 0; }#iWzeXTV5y3nt9bV9cvsTFdGQVvHWs87E > .row .container { width:20rem;height:58.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrX2UsldTJzU7gCZo7MqLbSwvdkaKT8k { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9VwwT0F5DfwTBFL5rSdGWTy99GX3XS { width:17.5625rem;height:16.3125rem;top:5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9GGO86T0FhydOsP9la6IWrf3wgvxber { width:12.6875rem;height:4.0625rem;top:7.6875rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNoL39tdWhZE4mDFEuc7KLX30A5Zquc { width:13.25rem;height:4.798825rem;top:13.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5mscwGIxaV1b3a3ukoL3EahkzKO9Quw { width:17.5625rem;height:16.3125rem;top:23.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbIpN9NKef0uNu4EOueCGR4fBZrNnK0r { width:12.6875rem;height:4.0625rem;top:25.8125rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT3ubtMhiByeg6NX7NnCQtgVk3UDeED { width:13.25rem;height:6.3984375rem;top:31.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18PN8tcJALcR4S5hWsyhkSstiJoyRJI { width:17.5625rem;height:16.3125rem;top:41.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFSoT9Snuq1LvQKiBIdnEomTmo03L9k0 { width:14.8125rem;height:4.0625rem;top:43.6875rem;left:2.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhu1XozsT3cThHGUuUJkPJoNTM16Kwlc { width:13.25rem;height:6.3984375rem;top:49.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B { display:block; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B { background-color: transparent; background-image: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container > .video-iframe-container { display: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row > .video-iframe-container { display: none; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .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); }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B { border-width: 0; border-radius: 0; }#fzQValUkU9lP1xS9Tmr3wFXdfRgcs01B > .row .container { width:20rem;height:58.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXnq8P2UBSZ6eiXF5iTP8m0nUE8DLRgA { width:17.5625rem;height:16.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mxZeE6e7ISVRXKlVa1l6ZsokvTwBRI { width:14.375rem;height:4.0625rem;top:3.9375rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kksxTHnB0RUxQH1B1GJXTtF7eaBnBtzN { width:13.25rem;height:6.3984375rem;top:9.5625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKEMLBGtG2EicPwynMwd1R49xq2fDgvI { width:17.5625rem;height:16.3125rem;top:19.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4x7TOB4MkO37QQ5MFv6klt9edrMzWIm { width:12.6875rem;height:4.0625rem;top:21.375rem;left:3.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKw0c34zWCzpDx2omXuAxLknBMZsoU64 { width:17.5625rem;height:16.3125rem;top:37.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZZnHHF9OhmdUxt6uq9U8Zxm15EZGO7 { width:12.6875rem;height:4.0625rem;top:40.3125rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8U8ab16luE8q80f6XhtwrBCGgDKe3yp { width:13.25rem;height:6.3984375rem;top:45.9375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetwdhNocOhTGzPn8fGc5Vo9CLkDvw3C { width:13.25rem;height:9.597625rem;top:26rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW { display:block; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW { background-color: transparent; background-image: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container > .video-iframe-container { display: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row > .video-iframe-container { display: none; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .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); }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW { border-width: 0; border-radius: 0; }#N5Gw0pTURDNfzPB9PwEkPDF7nskCNcoW > .row .container { width:20rem;height:17.4375rem;background-color:#3b3b3b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVkEdTIT1kyg5f5zATXaFJmDb3CUQorA { width:20rem;height:4.875rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHCsEVEeKOAOltFnIDud0ufmgdUscKs { width:13rem;height:2.9375rem;top:10rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuI3W4rzfVKSQst1Tp7iNQ8doMn0hC9 { display:block; }
 }@media only screen and (max-width: 763px) { #cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe { display:block; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe { background-color: transparent; background-image: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container > .video-iframe-container { display: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row > .video-iframe-container { display: none; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .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); }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe { border-width: 0; border-radius: 0; }#cTcTnLxi2gfTe0TP0A7ITbqBWI8OoTNe > .row .container { width:20rem;height:23.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIEF4FFqevTXC8vODvT65tyAgTCvnetJ { width:20rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPtCc9itOWtTZuhBBJJgt6SbUQQokRB8 { width:20rem;height:15.996125rem;top:7.2529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG { display:block; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG { background-color: transparent; background-image: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container > .video-iframe-container { display: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row > .video-iframe-container { display: none; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .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); }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG { border-width: 0; border-radius: 0; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container { width:20rem;height:29.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72ff8e37-06d4-4d68-b22a-7c861d5e7398/banner2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container.adaptive-delivery-prevent-bg, #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container.lazyload, #SFNxKH6ubI3Ol30NWMUFiHydizs6TgeG > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wToKuG1xBhZaLJ4tUl7Q4ip4P0RSmxhk { width:14.4375rem;height:3.625rem;top:5.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNRCFL5ctqLyGw8CiSnnI3OB9H8PnlcP { width:6.5625rem;height:3.5rem;top:17.0625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnCAAQViJ5h5Of77zXQTST9vuDgJcGNG { width:14.75rem;height:4.125rem;top:11.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNNXptrvIPAXXodvp6Jirafk8cbFcph2 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhdNAtDibGcpSUydxh34sm3OQSUa4Vbn { width:12.6875rem;height:2.875rem;top:23rem;left:3.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFg68Gn0v80FCCe6JQaZgbTuVUA4NnLB { display:block; }
 }@media only screen and (max-width: 763px) { #SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it { display:block; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it { background-color: transparent; background-image: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container > .video-iframe-container { display: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row > .video-iframe-container { display: none; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .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); }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it { border-width: 0; border-radius: 0; }#SGgnUBdW3Rh2lVdm2PeeeSnG3Tpof1it > .row .container { width:20rem;height:23.4375rem;background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxwzcmqWCqRSaUI6qMP0X3vo4q5o6Sgq { width:20rem;height:4.875rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2uxqABuyVeCetxFInMMyi7r3OuZE24x { width:20rem;height:11.8945rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM { display:block; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM { background-color: transparent; background-image: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container > .video-iframe-container { display: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row > .video-iframe-container { display: none; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .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); }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM { border-width: 0; border-radius: 0; }#WyiSQrnIuNudaDefOCdVKNiNmPWJ4TBM > .row .container { width:20rem;height:12.5625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu34f7O7evN0SRHq93T9NuxNqtyUZsl8 { width:6.875rem;height:3.75rem;top:0.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmdNlihxNg0rsZ8wMG1vIxM7LPM5TZMe { width:13rem;height:3.0625rem;top:5.625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcVwCmTFC1TmFJ9erHJoxBRqGTQyuQ9r { display:block; }
 }@media only screen and (max-width: 763px) { #frMsAS5TdaSH1TaqF5Bmyo9rlnpU5kMR { width:10.0625rem;height:1.3994125rem;top:9.9375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }