.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;
  }
}
body { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container { display: none; }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.61);background-image:url("https://images.assets-landingi.com/FJbn8bD7/adult_biker_black_motorcycle_insurance_alberta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { border-width: 0; border-radius: 0; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { font-size:14px;font-family:arial;height:559px;width:960px;position:relative;display:block; }#shFolU1cWnTSDTVLSzTODFtATiGhiKFV { display:block;width:517px;position:absolute;font-family:"source sans pro";font-size:38px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:267.984375px;left:5.96875px;height:49px;color:#ffffff;display:block; }
#OKP0tMpqUmsooy5H0yPhIxE2qJPy7CfG { display:block;width:673px;position:absolute;font-family:"source sans pro";font-size:36px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:376.984375px;left:52px;height:46px;color:#ffffff;display:block; }
#oTKc4zXZJ16THTB5sQ0bxNqCoJaTgRpG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(133,139,144,0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:55px;width:324px;position:absolute;display:block;z-index:99999;top:371.984375px;left:45.984375px;display:block; }
#aHJK0UM9MiKeZKP09hF8GCHCiQ2aHLdq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(40,58,104,0.74);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:70px;width:495px;position:absolute;display:block;z-index:99998;top:255.984375px;left:0px;display:block; }
#kaopNfMbUVJT2CZ62Leux6NNeXOg7hG1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(44,51,61,0.71);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:248px;width:320px;position:absolute;display:block;z-index:99997;top:152px;left:608px;display:block; }
#sIl9CUdPmAphnRTtXKQ7y4mTXpTV5TLD { background-color:#283a68;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#efff00;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:35px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:71px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:311px;left:630px;display:block; }
#poxbWPwwTogXfE1n1JhxchqZoxbBdmkr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZfTHs8rfS2sIetWtXPalFrkgKfbLzF6t { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 2px 4px 17px rgba(0,0,0,0.5) ;height:185px;width:268px;top:21px;left:24.953125px;overflow:hidden;display:block; }
#FwPfKZbS13f07lVGcl15168Z0egXP7yR { display:block;width:376px;position:absolute;font-family:"source sans pro";font-size:37px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:160px;left:583px;height:144px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#858b90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { background-color: transparent; background-image: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container > .video-iframe-container { display: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row > .video-iframe-container { display: none; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .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); }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { border-width: 0; border-radius: 0; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#u8E9m5CxZ2znKRc5Tds59H3iOLoETT9I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:61px;width:64px;position:absolute;display:block;z-index:100000;top:20px;left:124px;overflow:hidden;display:block; }
#ny4J4w3N0Xb82sLFHOQ1I5WMcn3XVSE2 { display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:91px;left:0px;height:64px;text-align:center;text-align-last:center;color:#2b8be9;display:block; }
#mEizHrpR6m0nt7zb74NJ41dpAaUDR6A9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:45px;width:60px;position:absolute;display:block;z-index:100002;top:30px;left:443px;overflow:hidden;display:block; }
#c2nrROefaboQE5S1np4TnwkQUZvzPVLT { display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:91px;left:320px;height:64px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#WOE5XTB25CKWdiTvDVJ8Ohv65aE4oznA { display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:91px;left:640px;height:64px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#FDV2NRx0PVIxJKrFdw6V9FLbgxTrNZtI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:60px;width:60px;position:absolute;display:block;z-index:100006;top:21px;left:769px;overflow:hidden;display:block; }
#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container { background-color: transparent; background-image: none; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container > .video-iframe-container { display: none; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row > .video-iframe-container { display: none; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .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); }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container { border-width: 0; border-radius: 0; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container { font-size:14px;font-family:arial;height:552px;width:960px;position:relative;display:block; }#zhyPkfvDWyxICJ2lr1N5iWlgKczSvEym { position:absolute;display:block;z-index:100000;height:298px;width:960px;top:96px;left:0px;display:block; }
#b99Z6NwLWvEaU49HrarfX5PWz1xOpxhO { color:#000000;display:block;width:632px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:29px;left:164px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU { position:relative;display:none; }#K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU { border-width: 0; border-radius: 0; }#K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#Kt8gUoIEL3nbtSnudigot7hMbTw05X3e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:56px;width:159px;position:absolute;display:block;z-index:100003;top:33.484375px;left:37.5px;overflow:hidden;display:none; }
#wVyPtbAWUglznCOJA1NzG68KkNMzDzTX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:52px;width:160px;position:absolute;display:block;z-index:100002;top:23.5px;left:5.5px;overflow:hidden;display:none; }
#dsnPTyU4O3LdufKFeJVWlbtFFwE7BnKE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:90px;width:166px;position:absolute;display:block;z-index:100001;top:14.5px;left:36px;overflow:hidden;display:none; }
#cLzhgAcd6q64tPW375Lw2axnIf4yCWd5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:114px;width:145px;position:absolute;display:block;z-index:100000;top:4.5px;left:47.5px;overflow:hidden;display:none; }
#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container { background-color: transparent; background-image: none; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container > .video-iframe-container { display: none; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row > .video-iframe-container { display: none; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .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); }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container { border-width: 0; border-radius: 0; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container { font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#SffcqkHKe1rnOpCbbQE8KVsbiAgS06Fq { display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:65px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:84px;color:#2c333d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container { background-color: transparent; background-image: none; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container > .video-iframe-container { display: none; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row > .video-iframe-container { display: none; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .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); }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container { border-width: 0; border-radius: 0; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#N9TRiCxySdrZVMiJCUFAqbQwDyCBe6Ss { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29px;width:126px;position:absolute;display:block;z-index:100000;top:58px;left:57px;overflow:hidden;display:block; }
#zNTVv0qXaKMbwdxseKTTcInQsWIcRbIQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:42px;width:165px;position:absolute;display:block;z-index:100001;top:49px;left:277px;overflow:hidden;display:block; }
#s56JE3L6hhZMuRTcJ7GGMFMexvDyCQOQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:87px;width:87px;position:absolute;display:block;z-index:100005;top:29px;left:556.5px;overflow:hidden;display:block; }
#he36QOMJzFLAozMVOUEFdLN1wVwAB4fP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:62px;width:196px;position:absolute;display:block;z-index:100006;top:41.5px;left:742px;overflow:hidden;display:block; }
#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container { background-color: transparent; background-image: none; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container > .video-iframe-container { display: none; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row > .video-iframe-container { display: none; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .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); }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container { border-width: 0; border-radius: 0; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#RT0PxnoehbMXXTtNDl3EmAGZ8lfWdDhQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:114px;width:145px;position:absolute;display:block;z-index:100000;top:15px;left:47px;overflow:hidden;display:block; }
#mIirufvk4p9dDmJXfG6d2WnDiiLAiwHB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:90px;width:166px;position:absolute;display:block;z-index:100001;top:27px;left:277px;overflow:hidden;display:block; }
#udimHTsKgWAGhI21RnxpFbzk0Wn1TQ7I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:68px;width:214px;position:absolute;display:block;z-index:100002;top:38px;left:493px;overflow:hidden;display:block; }
#FoQHetzokQdhR7Uwe6cqKqHmKX0PGVy3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:56px;width:159px;position:absolute;display:block;z-index:100003;top:44px;left:757px;overflow:hidden;display:block; }
#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#858b90;background-image:none;position:relative;display:block; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { background-color: transparent; background-image: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container > .video-iframe-container { display: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row > .video-iframe-container { display: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .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); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { border-width: 0; border-radius: 0; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { font-size:14px;font-family:arial;height:290px;width:960px;position:relative;display:block; }#mfFNb0xnbQCih8TxIdGnd9eoM5ssbr7T { display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:50px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:50px;left:0px;height:65px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#WegIoVLCiXRlNdOXui2tEl3s4hTRMLXz { background-color:#375194;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0 4px 0 #283a68 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"source sans pro";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:307px;height:68px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:157px;left:340px;display:block; }
#giet3CH53ptqbrnT0mOG41MgQnQ6JrXP { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:764px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #shFolU1cWnTSDTVLSzTODFtATiGhiKFV { width:533px;height:33px;top:231.984375px;left:17px;font-size:26px;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; }
 }@media only screen and (max-width: 959px) { #OKP0tMpqUmsooy5H0yPhIxE2qJPy7CfG { width:319px;height:46px;top:284.984375px;left:19.984375px;font-size:36px;display:block; }
 }@media only screen and (max-width: 959px) { #oTKc4zXZJ16THTB5sQ0bxNqCoJaTgRpG { width:324px;height:50px;top:284px;left:10.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #aHJK0UM9MiKeZKP09hF8GCHCiQ2aHLdq { width:351px;height:40px;top:228.984375px;left:10.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #kaopNfMbUVJT2CZ62Leux6NNeXOg7hG1 { width:300px;height:243px;top:93px;left:434px;display:block; }
 }@media only screen and (max-width: 959px) { #sIl9CUdPmAphnRTtXKQ7y4mTXpTV5TLD { width:280px;height:62px;top:256.984375px;left:444px;display:block; }
 }@media only screen and (max-width: 959px) { #poxbWPwwTogXfE1n1JhxchqZoxbBdmkr { display:block; }
 }@media only screen and (max-width: 959px) { #ZfTHs8rfS2sIetWtXPalFrkgKfbLzF6t { width:201px;height:141px;top:41.988636016846px;left:25.980113983154px;display:block; }
 }@media only screen and (max-width: 959px) { #FwPfKZbS13f07lVGcl15168Z0egXP7yR { width:302px;height:156px;top:94px;left:431px;font-size:40px;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; }
 }@media only screen and (max-width: 959px) { #mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { width:764px;height:167px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u8E9m5CxZ2znKRc5Tds59H3iOLoETT9I { width:64px;height:61px;top:20px;left:96px;display:block; }
 }@media only screen and (max-width: 959px) { #ny4J4w3N0Xb82sLFHOQ1I5WMcn3XVSE2 { width:255px;height:44px;top:100.98011302948px;left:0.22727298736572px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #mEizHrpR6m0nt7zb74NJ41dpAaUDR6A9 { width:60px;height:45px;top:30px;left:352.66666666667px;display:block; }
 }@media only screen and (max-width: 959px) { #c2nrROefaboQE5S1np4TnwkQUZvzPVLT { width:295px;height:44px;top:100.98011302948px;left:234.48862838745px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #WOE5XTB25CKWdiTvDVJ8Ohv65aE4oznA { width:250px;height:44px;top:100.98011302948px;left:511.66193771362px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #FDV2NRx0PVIxJKrFdw6V9FLbgxTrNZtI { width:60px;height:60px;top:21px;left:608.33333333333px;display:block; }
 }@media only screen and (max-width: 959px) { #dOXRLtd7sQkiD4Caig1bTKATATxRaAWR { display:block; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zhyPkfvDWyxICJ2lr1N5iWlgKczSvEym { width:764px;height:298px;top:96px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #b99Z6NwLWvEaU49HrarfX5PWz1xOpxhO { width:632px;height:39px;top:29px;left:66px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU { display:none; }#K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #Kt8gUoIEL3nbtSnudigot7hMbTw05X3e { width:145px;height:51px;top:46.988647460938px;left:20.482971191406px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #wVyPtbAWUglznCOJA1NzG68KkNMzDzTX { width:160px;height:52px;top:38.494323730469px;left:2px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #dsnPTyU4O3LdufKFeJVWlbtFFwE7BnKE { width:139px;height:76px;top:34px;left:22px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #cLzhgAcd6q64tPW375Lw2axnIf4yCWd5 { width:122px;height:96px;top:24px;left:34.5px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 959px) { #Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc { display:block; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container { width:764px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SffcqkHKe1rnOpCbbQE8KVsbiAgS06Fq { width:765px;height:71px;top:11px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM { display:block; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container { width:764px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #N9TRiCxySdrZVMiJCUFAqbQwDyCBe6Ss { width:126px;height:29px;top:57.5px;left:32.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #zNTVv0qXaKMbwdxseKTTcInQsWIcRbIQ { width:139px;height:36px;top:53px;left:215px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #s56JE3L6hhZMuRTcJ7GGMFMexvDyCQOQ { width:77px;height:77px;top:33px;left:439px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #he36QOMJzFLAozMVOUEFdLN1wVwAB4fP { width:160px;height:54px;top:45px;left:588.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #CWkIzFQiSTbENhkeiMiRWfCZhXswBIan { display:block; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container { width:764px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RT0PxnoehbMXXTtNDl3EmAGZ8lfWdDhQ { width:122px;height:96px;top:20px;left:34px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #mIirufvk4p9dDmJXfG6d2WnDiiLAiwHB { width:139px;height:76px;top:30px;left:217px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #udimHTsKgWAGhI21RnxpFbzk0Wn1TQ7I { width:174px;height:55px;top:41px;left:390px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #FoQHetzokQdhR7Uwe6cqKqHmKX0PGVy3 { width:145px;height:51px;top:43px;left:596px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL { display:block; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mfFNb0xnbQCih8TxIdGnd9eoM5ssbr7T { width:764px;height:65px;top:51px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #WegIoVLCiXRlNdOXui2tEl3s4hTRMLXz { width:220px;height:55px;top:157px;left:272px;background-color:#283a78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0 4px 0 #283a68 ;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #giet3CH53ptqbrnT0mOG41MgQnQ6JrXP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FJbn8bD7/adult_biker_black_motorcycle_insurance_alberta.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;display:block; }
#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { border-width: 0; border-radius: 0; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:320px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shFolU1cWnTSDTVLSzTODFtATiGhiKFV { width:320px;height:74px;top:139px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #OKP0tMpqUmsooy5H0yPhIxE2qJPy7CfG { width:297px;height:0;top:255px;left:12px;text-align:center;text-align-last:center;font-size:34px;display:none; }
 }@media only screen and (max-width: 763px) { #oTKc4zXZJ16THTB5sQ0bxNqCoJaTgRpG { width:320px;height:80px;top:236.98857116699px;left:0.22727298736572px;display:none; }
 }@media only screen and (max-width: 763px) { #aHJK0UM9MiKeZKP09hF8GCHCiQ2aHLdq { width:320px;height:91px;top:133px;left:0px;background-color:rgba(0,0,0,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kaopNfMbUVJT2CZ62Leux6NNeXOg7hG1 { width:320px;height:253px;top:244.984375px;left:0px;background-color:rgba(0,0,0,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sIl9CUdPmAphnRTtXKQ7y4mTXpTV5TLD { width:280px;height:62px;top:413px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #poxbWPwwTogXfE1n1JhxchqZoxbBdmkr { display:block; }
 }@media only screen and (max-width: 763px) { #ZfTHs8rfS2sIetWtXPalFrkgKfbLzF6t { width:155px;height:106px;top:4.9857950210571px;left:81.477272987366px;display:block; }
 }@media only screen and (max-width: 763px) { #FwPfKZbS13f07lVGcl15168Z0egXP7yR { width:295px;height:138px;top:258px;left:20px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #mUNk3Nb4HTJKwUUulTN04r754CtZDFrA { display:block; }#mUNk3Nb4HTJKwUUulTN04r754CtZDFrA > .row .container { width:320px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8E9m5CxZ2znKRc5Tds59H3iOLoETT9I { width:64px;height:61px;top:21px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ny4J4w3N0Xb82sLFHOQ1I5WMcn3XVSE2 { width:320px;height:44px;top:91px;left:0px;color:#0003ad;display:block; }
 }@media only screen and (max-width: 763px) { #mEizHrpR6m0nt7zb74NJ41dpAaUDR6A9 { width:60px;height:45px;top:199px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #c2nrROefaboQE5S1np4TnwkQUZvzPVLT { width:255px;height:44px;top:253px;left:32px;color:#0003ad;display:block; }
 }@media only screen and (max-width: 763px) { #WOE5XTB25CKWdiTvDVJ8Ohv65aE4oznA { width:320px;height:44px;top:416px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDV2NRx0PVIxJKrFdw6V9FLbgxTrNZtI { width:58px;height:57px;top:349px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #dOXRLtd7sQkiD4Caig1bTKATATxRaAWR { display:block; }#dOXRLtd7sQkiD4Caig1bTKATATxRaAWR > .row .container { width:320px;height:535px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhyPkfvDWyxICJ2lr1N5iWlgKczSvEym { width:320px;height:298px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b99Z6NwLWvEaU49HrarfX5PWz1xOpxhO { width:320px;height:78px;top:17px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU { display:block; }#K82f0Fis2cvN0DzTQA2lU0d2eqS2bdSU > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kt8gUoIEL3nbtSnudigot7hMbTw05X3e { width:120px;height:42px;top:34px;left:16px;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wVyPtbAWUglznCOJA1NzG68KkNMzDzTX { width:160px;height:52px;top:126px;left:5px;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dsnPTyU4O3LdufKFeJVWlbtFFwE7BnKE { width:122px;height:66px;top:22px;left:173px;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cLzhgAcd6q64tPW375Lw2axnIf4yCWd5 { width:115px;height:90px;top:105px;left:184px;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc { display:block; }#Cb83xwOCvW7NtNmKRAzTId7zV576ZVQc > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SffcqkHKe1rnOpCbbQE8KVsbiAgS06Fq { width:320px;height:142px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM { display:block; }#hO0pp1NJ3Xg8gntKu8ZBPFkC40zJFLkM > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9TRiCxySdrZVMiJCUFAqbQwDyCBe6Ss { width:126px;height:29px;top:33px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zNTVv0qXaKMbwdxseKTTcInQsWIcRbIQ { width:121px;height:31px;top:35px;left:181px;display:block; }
 }@media only screen and (max-width: 763px) { #s56JE3L6hhZMuRTcJ7GGMFMexvDyCQOQ { width:71px;height:71px;top:91.5px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #he36QOMJzFLAozMVOUEFdLN1wVwAB4fP { width:161px;height:50px;top:102px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CWkIzFQiSTbENhkeiMiRWfCZhXswBIan { display:none; }#CWkIzFQiSTbENhkeiMiRWfCZhXswBIan > .row .container { width:320px;height:353px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RT0PxnoehbMXXTtNDl3EmAGZ8lfWdDhQ { width:99px;height:78px;top:3px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #mIirufvk4p9dDmJXfG6d2WnDiiLAiwHB { width:119px;height:65px;top:95px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #udimHTsKgWAGhI21RnxpFbzk0Wn1TQ7I { width:160px;height:52px;top:185px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #FoQHetzokQdhR7Uwe6cqKqHmKX0PGVy3 { width:142px;height:50px;top:280px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL { background-color:#858b90;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/af1c539597c09ceaf67f5d2cc3d96251.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL.adaptive-delivery-prevent-bg { background-image: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { background-color: transparent; background-image: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container > .video-iframe-container { display: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row > .video-iframe-container { display: none; }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .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); }#KJZmpryZ9cB7OT1opMuLWmxfML3RQVpL > .row .container { width:320px;height:218px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfFNb0xnbQCih8TxIdGnd9eoM5ssbr7T { width:320px;height:98px;top:14px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WegIoVLCiXRlNdOXui2tEl3s4hTRMLXz { width:220px;height:51px;top:128px;left:49px;background-color:#375194;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0 4px 0 #283a68 ;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #giet3CH53ptqbrnT0mOG41MgQnQ6JrXP { display:block; }
 }