.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ebf7ff;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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea06b302-c8fb-4d15-8fe0-f9a6e350a0ab/canadabg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:44.1875rem;width:75rem;position:relative;display:block; }#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:7.1484375rem;font-style:normal;display:block; }
#gB1UuV5TCftOMMPE7dK15FTSCyITLQGT { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:19.875rem;left:1.5625rem;height:1.4875rem;font-style:normal;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:99999;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;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.25rem;width:29.3125rem;top:2.875rem;left:41.375rem;display:block; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-form-header {  }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { background-color:#c93b40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;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:26rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { background-color:#255678;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#ffffff;width:26rem;height:3.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-moz-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-moz-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]:-ms-input-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH [class*="-text"]::-webkit-input-placeholder { color:#282828;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:first-of-type{padding-top:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-container:last-of-type{padding-bottom:0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.6875rem;left:41.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-info-text { display:block;height:auto;font-family:lato;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; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:3.6875rem;left:41.875rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B2E6GA9QEl3xMDSZP19XZ9xNPMoPmblT { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #I17l21EFiw55l1rsTAymBVKI3DHMxVeR { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #yAwyzeJHfTfUD3s7zyKJAcSmJt14hVQ3 { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #K614sM8V3pKfN6RWR32IJ8LwDlI2TNhi { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B5WCZrSPETQPq915FJcoX1hBuWS4vfZo { position:relative;z-index:2; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #vWxGwXmlwidTpQAC1ABBbcJwwe1260zC { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA { position:relative; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf { position:relative; }
#icRWr4mnIJm4BQaBio1fX0CF0CuE4lON { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;top:22.1875rem;left:1.5625rem; }
#sQEaCMt2TLc3FbEsXzn2OkTLyv0PHqkn { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:22.0625rem;left:3.0625rem;height:1.3125rem;font-style:normal;display:block; }
#GTmxRqiX80kmpZiVBUHnTQiNdKV6Od9o { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:24rem;left:3.0625rem;height:1.3125rem;font-style:normal;display:block; }
#TG8NCURcJvBtSTr1cq2Py14QloonE8Nl { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:24.125rem;left:1.5625rem; }
#wgcmCJxwOda6q5bJ2oT6ZvkpOKrTgKPs { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:26rem;left:3.0625rem;height:1.3125rem;font-style:normal;display:block; }
#zgigqzXSihtH1rT5q8QZor6LgLFhPe2Q { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:26.125rem;left:1.5625rem; }
#Kp8QHouicNgRyNUbEymSxKivOcuXmkn9 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:26.125rem;left:18.4375rem;height:1.3125rem;font-style:normal;display:block; }
#pBNc6ivGxpXyrLs9zVsl7GT0rtpDKEGo { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:26.25rem;left:16.9375rem; }
#VLtAUq8UTThparFTbldqQk4ztA4my1pu { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:24.125rem;left:18.4375rem;height:1.3125rem;font-style:normal;display:block; }
#hiGiuG45VtPtkbbTHTZZSrf1bpTOmcMo { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:24.25rem;left:16.9375rem; }
#CLR14Uq4dX4urK6v98TPALBBUsP9MEsT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:22.3125rem;left:16.9375rem; }
#ord9v3BEwTcgUha4JVpiFyq5pGHUP0Mu { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.4;letter-spacing:0;top:22.1875rem;left:18.4375rem;height:1.3125rem;font-style:normal;display:block; }
#zvixBG9t20pKfstdn4RZ1gVLMg014DLi { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:13.8125rem;top:3.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container { background-color: transparent; background-image: none; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container > .video-iframe-container { display: none; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row > .video-iframe-container { display: none; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .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); }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container { border-width: 0; border-radius: 0; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#hK1fUmvfBJx01gJs5LQc4XNMeDbgW6q1 { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.7250003814698rem;left:20.875rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrVl5w1rTTIiSnH8nVAzCcJpcoDxZB1A { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:10.3125rem;left:23.6875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container { background-color: transparent; background-image: none; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container > .video-iframe-container { display: none; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row > .video-iframe-container { display: none; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .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); }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container { border-width: 0; border-radius: 0; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#GGD4JMgOJPEr2omkhgoZ9o6QTVpfslkF { position:absolute;display:block;z-index:100004;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.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.9375rem;width:17.9375rem;top:0.9375rem;left:0.4375rem;display:block; }
#wa7xTuTZrPWNId9aFs3rZ572FAMo0Iwv { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.6875rem;left:2rem;overflow:hidden;display:block; }
#USVbFb4itaRDDalFcwlCvFv6x7JRTLvG { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:7.25rem;left:2rem;height:2.0625rem;display:block; }
#ILUccNhKbq92HlyiDuTQZWDcThTMZfOV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:9.875rem;left:2rem;height:6.3984375rem;display:block; }
#KFLb1nC4KUsebVmbdskgJ0GGMZAIC0C8 { position:absolute;display:block;z-index:100008;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.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.9375rem;width:17.9375rem;top:0.9375rem;left:19.125rem;display:block; }
#sSQr6z9awkQPyu2c1f1Pt5C5QUbTnzx1 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.6875rem;left:20.6875rem;overflow:hidden;display:block; }
#nuQ6dugP5v54KOFo8DxzH9NglrOlBZnv { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:7.25rem;left:20.6875rem;height:2.0625rem;display:block; }
#KIlnalfP2Fp3UZeK7P8AuVHzekv6MH4P { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:9.875rem;left:20.6875rem;height:4.798825rem;display:block; }
#RU89y3eIZ9qF3mTcKoQJn6M8FrgKNp61 { position:absolute;display:block;z-index:100012;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.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.9375rem;width:17.9375rem;top:0.9375rem;left:37.875rem;display:block; }
#QkATsJbmAzP5aQNbyG5ucfcvCT5o3JtK { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.6875rem;left:39.4375rem;overflow:hidden;display:block; }
#ohAJTfbo1bIyWhA7xV2AcIZuV0leqyqQ { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:7.25rem;left:39.4375rem;height:2.0625rem;display:block; }
#PBdAH1dZTHgvlmC92TTdwfJaR0b6hfXF { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:9.875rem;left:39.4375rem;height:4.798825rem;display:block; }
#iJwevyOke9VITBfnlen3DmNnphuH46MF { position:absolute;display:block;z-index:100016;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.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.9375rem;width:17.9375rem;top:0.9375rem;left:56.625rem;display:block; }
#XqsZMbkoeEa0MrPdwmWnkyMwDVzNevD3 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.6875rem;left:58.1875rem;overflow:hidden;display:block; }
#NaEbxfvHyefBaoehbApbpTL803eSFLTh { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:7.25rem;left:58.1875rem;height:2.0625rem;display:block; }
#O5GLvPlzUC42OhNKO9kThU568CbzsT68 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.6;letter-spacing:0;top:9.875rem;left:58.1875rem;height:4.798825rem;display:block; }
#r9aGa9Gk5V8kTl4bPbazzXihrm96nAl4 { background-color:#245577;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.5rem;left:27.8125rem;display:block; }
#LfcTP2rkmmyPQsC04QaRKBdcONp3l31B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbff;background-image:none;position:relative;display:block; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container { background-color: transparent; background-image: none; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container > .video-iframe-container { display: none; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row > .video-iframe-container { display: none; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .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); }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container { border-width: 0; border-radius: 0; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#Fl5oilt5VfNrdu8Eemd4pvgUEnrwOGr9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:36.0625rem;top:2.65625rem;left:38.21875rem;overflow:hidden;display:block; }
#rO4FRtFQXN8vgcPdNga8R4TX8I0oOg8f { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5.4375rem;left:2.3125rem;height:14.296875rem;font-style:normal;display:block; }
#CeCxHrwphCdLKt3Fz3rXWGpGVcWNN9Xs { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:21.1875rem;left:2.3125rem;height:2.975rem;font-style:normal;display:block; }
#m8VCy8FTeQmdmfJyzqRJtKOyh5IpHoZr { background-color:#245577;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.3125rem;left:2.3125rem;display:block; }
#BtDb27ExZ3O9hKvOfx9f1EzhoN663yuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container { background-color: transparent; background-image: none; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container > .video-iframe-container { display: none; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row > .video-iframe-container { display: none; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .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); }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container { border-width: 0; border-radius: 0; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#UXQi7XrrdSl6AXu7BnAZlLD1Iokhbu1U { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:3.125rem;left:7.5rem;height:2.25rem;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) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:32.9375rem;height:10.6875rem;top:8.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB1UuV5TCftOMMPE7dK15FTSCyITLQGT { width:21.875rem;height:1.5rem;top:19.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:29.3125rem;height:26.25rem;top:2.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:26rem;height:auto;top:3.6875rem;left:19.25rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:26rem;height:auto;top:3.6875rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B2E6GA9QEl3xMDSZP19XZ9xNPMoPmblT {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #I17l21EFiw55l1rsTAymBVKI3DHMxVeR {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #yAwyzeJHfTfUD3s7zyKJAcSmJt14hVQ3 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #K614sM8V3pKfN6RWR32IJ8LwDlI2TNhi {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B5WCZrSPETQPq915FJcoX1hBuWS4vfZo {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #vWxGwXmlwidTpQAC1ABBbcJwwe1260zC {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #icRWr4mnIJm4BQaBio1fX0CF0CuE4lON { top:22.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQEaCMt2TLc3FbEsXzn2OkTLyv0PHqkn { width:13.1875rem;height:1.3125rem;top:22.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTmxRqiX80kmpZiVBUHnTQiNdKV6Od9o { width:11.625rem;height:1.3125rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8NCURcJvBtSTr1cq2Py14QloonE8Nl { top:24.125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgcmCJxwOda6q5bJ2oT6ZvkpOKrTgKPs { width:6.9375rem;height:1.3125rem;top:26rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgigqzXSihtH1rT5q8QZor6LgLFhPe2Q { top:26.125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8QHouicNgRyNUbEymSxKivOcuXmkn9 { width:11.125rem;height:1.3125rem;top:26.125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNc6ivGxpXyrLs9zVsl7GT0rtpDKEGo { top:26.25rem;left:3.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtAUq8UTThparFTbldqQk4ztA4my1pu { width:12.1875rem;height:1.3125rem;top:24.125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiGiuG45VtPtkbbTHTZZSrf1bpTOmcMo { top:24.25rem;left:3.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLR14Uq4dX4urK6v98TPALBBUsP9MEsT { top:22.3125rem;left:3.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ord9v3BEwTcgUha4JVpiFyq5pGHUP0Mu { width:7.125rem;height:1.3125rem;top:22.1875rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvixBG9t20pKfstdn4RZ1gVLMg014DLi { top:3.6875rem;left:0rem;width:13.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D { display:block; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK1fUmvfBJx01gJs5LQc4XNMeDbgW6q1 { top:2.6875rem;left:7.25rem;width:33.25rem;height:6.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrVl5w1rTTIiSnH8nVAzCcJpcoDxZB1A { top:10.3125rem;left:10.0625rem;width:27.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP { display:block; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGD4JMgOJPEr2omkhgoZ9o6QTVpfslkF { top:0.9375rem;left:0rem;width:17.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa7xTuTZrPWNId9aFs3rZ572FAMo0Iwv { top:2.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVbFb4itaRDDalFcwlCvFv6x7JRTLvG { top:7.25rem;left:0rem;width:11.375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUccNhKbq92HlyiDuTQZWDcThTMZfOV { top:9.875rem;left:0rem;width:14.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLb1nC4KUsebVmbdskgJ0GGMZAIC0C8 { top:0.9375rem;left:5.8125rem;width:17.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQr6z9awkQPyu2c1f1Pt5C5QUbTnzx1 { top:2.6875rem;left:11.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQ6dugP5v54KOFo8DxzH9NglrOlBZnv { top:7.25rem;left:11.9375rem;width:11.375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlnalfP2Fp3UZeK7P8AuVHzekv6MH4P { top:9.875rem;left:9rem;width:14.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU89y3eIZ9qF3mTcKoQJn6M8FrgKNp61 { top:0.9375rem;left:17.75rem;width:17.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkATsJbmAzP5aQNbyG5ucfcvCT5o3JtK { top:2.6875rem;left:23.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohAJTfbo1bIyWhA7xV2AcIZuV0leqyqQ { top:7.25rem;left:23.875rem;width:14.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBdAH1dZTHgvlmC92TTdwfJaR0b6hfXF { top:9.875rem;left:20.9375rem;width:14.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJwevyOke9VITBfnlen3DmNnphuH46MF { top:0.9375rem;left:29.6875rem;width:17.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqsZMbkoeEa0MrPdwmWnkyMwDVzNevD3 { top:2.6875rem;left:35.8125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaEbxfvHyefBaoehbApbpTL803eSFLTh { top:7.25rem;left:34.125rem;width:13.625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5GLvPlzUC42OhNKO9kThU568CbzsT68 { top:9.875rem;left:32.875rem;width:14.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9aGa9Gk5V8kTl4bPbazzXihrm96nAl4 { width:19.4375rem;height:3.375rem;top:19.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfcTP2rkmmyPQsC04QaRKBdcONp3l31B { display:block; }
 }@media only screen and (max-width: 763px) { #E2LoEikzVvE5BF87QgMRU03PMZOSqRDf { display:block; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl5oilt5VfNrdu8Eemd4pvgUEnrwOGr9 { top:2.625rem;left:11.6875rem;width:36.0625rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO4FRtFQXN8vgcPdNga8R4TX8I0oOg8f { width:32.9375rem;height:14.25rem;top:5.4375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCxHrwphCdLKt3Fz3rXWGpGVcWNN9Xs { width:28.8125rem;height:2.9375rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VCy8FTeQmdmfJyzqRJtKOyh5IpHoZr { width:19.4375rem;height:3.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtDb27ExZ3O9hKvOfx9f1EzhoN663yuo { display:block; }
 }@media only screen and (max-width: 763px) { #kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR { display:block; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXQi7XrrdSl6AXu7BnAZlLD1Iokhbu1U { top:3.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea06b302-c8fb-4d15-8fe0-f9a6e350a0ab/canadabg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3739375rem;height:6.1875rem;top:4.6875rem;left:0.8135414123535rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gB1UuV5TCftOMMPE7dK15FTSCyITLQGT { width:17.25rem;height:3.675rem;top:11.5rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:20rem;height:26.5625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-text {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-select {padding-top: 0; padding-bottom: 0;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.625rem;height:4.375rem;font-size:1.1875rem;overflow:hidden; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH  { width:16.5rem;height:auto;top:31.5rem;left:0.5rem; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH {display:block;}#mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH { width:16.5rem;height:auto;top:31.5rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #bB3bsNWBTmec8mr59cww2sKxdxgafyO1 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #U1G3GyXCvoZzIpHh61oqnxxS2QmlTDqf {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #usRSamlAKKFxHhUce4wCqoHcPrxJb5Wc {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #SLgqRuzDqsSF7CgVVTkJD4ycREH61l2u {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #nMk28c9WLPCHQdpKb6BmtzxF913ZnzcB {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #CwrE6L0cBMq9wFF8Wxt39aNtrEq5eXPL {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #ET2dVmBnQCQWyKZl9KDwPfKeeNcAm8Ms {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #gqBw3Uy2I7KraTTVIGKEQCkZgtGf50Dz {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #GEtPAQNtCvspJDTaRpOUrXTCZxgUTQAr {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B2E6GA9QEl3xMDSZP19XZ9xNPMoPmblT {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #I17l21EFiw55l1rsTAymBVKI3DHMxVeR {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #yAwyzeJHfTfUD3s7zyKJAcSmJt14hVQ3 {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #K614sM8V3pKfN6RWR32IJ8LwDlI2TNhi {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #B5WCZrSPETQPq915FJcoX1hBuWS4vfZo {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #vWxGwXmlwidTpQAC1ABBbcJwwe1260zC {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #TSzvTFeFGtG7bmTTP0yRM3RSOPy5CplA {  }
 }@media only screen and (max-width: 763px) { #mN4E2F3gg5gA3L8oTxyNy6l8QlyLkviH #W3TS5nW0DNx56pi2RPcBnMdtwLlX3pQf {  }
 }@media only screen and (max-width: 763px) { #icRWr4mnIJm4BQaBio1fX0CF0CuE4lON { width:1.125rem;height:1.125rem;top:16.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQEaCMt2TLc3FbEsXzn2OkTLyv0PHqkn { width:12.25rem;height:1.3125rem;top:16.375rem;left:4.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GTmxRqiX80kmpZiVBUHnTQiNdKV6Od9o { width:11.625rem;height:1.3125rem;top:21.0625rem;left:4.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TG8NCURcJvBtSTr1cq2Py14QloonE8Nl { width:1.125rem;height:1.125rem;top:21.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgcmCJxwOda6q5bJ2oT6ZvkpOKrTgKPs { width:6.9375rem;height:1.3125rem;top:25.875rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zgigqzXSihtH1rT5q8QZor6LgLFhPe2Q { width:1.125rem;height:1.125rem;top:26rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8QHouicNgRyNUbEymSxKivOcuXmkn9 { width:11.125rem;height:1.3125rem;top:28.5rem;left:5.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pBNc6ivGxpXyrLs9zVsl7GT0rtpDKEGo { width:1.125rem;height:1.125rem;top:28.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtAUq8UTThparFTbldqQk4ztA4my1pu { width:12.1875rem;height:1.3125rem;top:23.4375rem;left:4.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hiGiuG45VtPtkbbTHTZZSrf1bpTOmcMo { width:1.125rem;height:1.125rem;top:23.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLR14Uq4dX4urK6v98TPALBBUsP9MEsT { width:1.125rem;height:1.125rem;top:18.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ord9v3BEwTcgUha4JVpiFyq5pGHUP0Mu { width:7.125rem;height:1.3125rem;top:18.6875rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zvixBG9t20pKfstdn4RZ1gVLMg014DLi { width:13.8125rem;height:3.375rem;top:1.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D { display:block; }#R03TPhR2JLb53lcm0sIudaHZ3oSrPs5D > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK1fUmvfBJx01gJs5LQc4XNMeDbgW6q1 { width:20rem;height:5.775rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PrVl5w1rTTIiSnH8nVAzCcJpcoDxZB1A { width:20rem;height:5.4rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP { display:block; }#xPOQupUzNG0BlfvKlc3RnA1rwxyK8VQP > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGD4JMgOJPEr2omkhgoZ9o6QTVpfslkF { width:17.9375rem;height:16.9375rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa7xTuTZrPWNId9aFs3rZ572FAMo0Iwv { width:3.4375rem;height:3.4375rem;top:3rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVbFb4itaRDDalFcwlCvFv6x7JRTLvG { width:11.375rem;height:2.0625rem;top:7.5625rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILUccNhKbq92HlyiDuTQZWDcThTMZfOV { width:14.875rem;height:6.4rem;top:10.1875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFLb1nC4KUsebVmbdskgJ0GGMZAIC0C8 { width:17.9375rem;height:16.9375rem;top:19.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQr6z9awkQPyu2c1f1Pt5C5QUbTnzx1 { width:3.4375rem;height:3.4375rem;top:21.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQ6dugP5v54KOFo8DxzH9NglrOlBZnv { width:11.375rem;height:2.0625rem;top:25.875rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIlnalfP2Fp3UZeK7P8AuVHzekv6MH4P { width:14.875rem;height:4.8rem;top:28.5rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RU89y3eIZ9qF3mTcKoQJn6M8FrgKNp61 { width:17.9375rem;height:16.9375rem;top:37.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkATsJbmAzP5aQNbyG5ucfcvCT5o3JtK { width:3.4375rem;height:3.4375rem;top:39.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohAJTfbo1bIyWhA7xV2AcIZuV0leqyqQ { width:14.75rem;height:2.0625rem;top:44.25rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBdAH1dZTHgvlmC92TTdwfJaR0b6hfXF { width:14.875rem;height:6.4rem;top:46.875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJwevyOke9VITBfnlen3DmNnphuH46MF { width:17.9375rem;height:16.9375rem;top:56.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqsZMbkoeEa0MrPdwmWnkyMwDVzNevD3 { width:3.4375rem;height:3.4375rem;top:58rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaEbxfvHyefBaoehbApbpTL803eSFLTh { width:13.625rem;height:2.0625rem;top:62.5625rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5GLvPlzUC42OhNKO9kThU568CbzsT68 { width:14.875rem;height:6.4rem;top:65.1875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9aGa9Gk5V8kTl4bPbazzXihrm96nAl4 { width:19.4375rem;height:3.375rem;top:74.625rem;left:0.3125rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #LfcTP2rkmmyPQsC04QaRKBdcONp3l31B { display:block; }
 }@media only screen and (max-width: 763px) { #E2LoEikzVvE5BF87QgMRU03PMZOSqRDf { display:block; }#E2LoEikzVvE5BF87QgMRU03PMZOSqRDf > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl5oilt5VfNrdu8Eemd4pvgUEnrwOGr9 { width:18.75rem;height:17.875rem;top:17.275001525879rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO4FRtFQXN8vgcPdNga8R4TX8I0oOg8f { width:20rem;height:8.4rem;top:1.8374996185302rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CeCxHrwphCdLKt3Fz3rXWGpGVcWNN9Xs { width:20rem;height:5.5125rem;top:10.925000190735rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m8VCy8FTeQmdmfJyzqRJtKOyh5IpHoZr { width:19rem;height:4.125rem;top:35.212501525879rem;left:0.5rem;font-size:1rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #BtDb27ExZ3O9hKvOfx9f1EzhoN663yuo { display:block; }
 }@media only screen and (max-width: 763px) { #kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR { display:block; }#kdIDv6OCRTppGE7OH50Z7GPPOq7WTZdR > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXQi7XrrdSl6AXu7BnAZlLD1Iokhbu1U { width:20rem;height:5.625rem;top:2.90625rem;left:0rem;font-size:0.75rem;display:block; }
 }