.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #000000);background-image: -moz-linear-gradient(top, #cccccc, #000000);background-image: -ms-linear-gradient(top, #cccccc, #000000);background-image: -o-linear-gradient(top, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #cccccc, #000000);background-size:cover !important;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e70652f2-7c30-4e46-b5e6-df9acd3efa31/DA00621.png");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; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container {  }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:49.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #6783c2);background-image: -moz-linear-gradient(top, #cccccc, #6783c2);background-image: -ms-linear-gradient(top, #cccccc, #6783c2);background-image: -o-linear-gradient(top, #cccccc, #6783c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6783c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6783c2' );";background-image: linear-gradient(to bottom, #cccccc, #6783c2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:34.625rem;left:19.25rem;display:block; }
#dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #6783c2;border-left:0.125rem solid #6783c2;border-right:0.125rem solid #6783c2;border-bottom:0.125rem solid #6783c2;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#6783c2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34.625rem;left:3.8125rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dwv2MbkT5wuyw86zpAZTKUwX1kAH4i62 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:10.8125rem;top:40.4375rem;left:11.125rem;overflow:hidden;display:block; }
#ApOQdwpr3XO8IrFXLWkDRqqLTKwczTVm { display:block;width:27.375rem;position:absolute;font-family:"adlery pro";font-size:7.3125rem;font-weight:400;z-index:100013;line-height:1;letter-spacing:0;top:12.125rem;left:1.8125rem;height:14.625rem;color:#5d15a0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGZ2g2GiQSALcV2tDv9OkayhCQGJXUpK { color:#103c8d;display:block;width:34.5rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:6.1005859375rem;left:0.4375rem;height:4.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuAbof9ykA014xbhJfORDW57ZZTLwZMI { color:#103c8d;display:block;width:34.5rem;position:absolute;font-family:"gotham narrow";font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:29.375rem;left:1.8125rem;height:3.08105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #61d1c3, #50479d);background-image: -moz-linear-gradient(180deg, #61d1c3, #50479d);background-image: -ms-linear-gradient(180deg, #61d1c3, #50479d);background-image: -o-linear-gradient(180deg, #61d1c3, #50479d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );";background-image: linear-gradient(180deg, #61d1c3, #50479d);background-size:auto !important;position:relative;display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { background-color: transparent; background-image: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .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); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { border-width: 0; border-radius: 0; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container {  }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:300;z-index:100001;line-height:1.7;letter-spacing:0;top:4rem;left:19.4375rem;height:8.9248125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:12rem;left:5.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ED3CQ5ygm4wlVk8wrKR9tk5uSyqOReG7 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"gotham narrow";font-size:2.875rem;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:6.375rem;left:17.25rem;height:4.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0mEGyXOiR6VxQ77GaRTiiOUCQ3sEf0N { background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:21.75rem;left:23.875rem;display:block; }
#aLZBqzVLL6Mty4KZ2kCdE6o95OJWaWhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lNuZPlXUsB1T6b06dThtxl3CXhTquD5P { box-sizing:content-box;color:#ffffff;font-size:3.9375rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0rem;left:27.375rem;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container {  }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:30.125rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:5.8125rem;left:31.0625rem;height:3.875rem;font-style:normal;display:block; }
#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:9.0625rem;left:30.9375rem;height:9rem;font-style:normal;display:block; }
#ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { position:absolute;display:block;z-index:100024;background-color:#50479d;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;height:0.125rem;width:28.0625rem;top:8.3125rem;left:30.96875rem;display:block; }
#Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { background-color:#50479d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:27.5rem;left:35.5625rem;display:block; }
#L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:2.6875rem;left:31.0625rem;height:3.4375rem;font-style:normal;display:block; }
#qiTF9rzSunTqBRe8s9R4Ny4iqsBVBkSN { color:#103c8d;display:block;width:19.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:19.23095703125rem;left:31.0625rem;height:4.886725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRpfZKpcEPDeZH7BSVpFgt8c2WamJb3m { color:#103c8d;display:block;width:25.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100005;line-height:1.7;letter-spacing:0;top:21.384765625rem;left:31.0625rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHiuC5BZdmG31KPRWhs5fxguosRnGQdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container {  }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:99996;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:2.75rem;left:0rem;display:block; }
#n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { position:absolute;display:block;z-index:100001;background-color:#6783c2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:3.6875rem;width:6.1875rem;top:2.75rem;left:6.125rem;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:#ffffff;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:7.5rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:11.625rem;left:2.4375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:100006;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:2.75rem;left:41.5625rem;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:99997;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:18.4375rem;top:2.75rem;left:20.8125rem;display:block; }
#pLCSPHHgV0XToHgh09prk1XRHVOOeIay { box-sizing:content-box;color:#ffffff;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.1875rem;left:6.75rem;display:block; }
#cHTqzXHFMyVF1QT1CFTq4mZwAVn6Lpha { position:absolute;display:block;z-index:100005;background-color:#6783c2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:3.6875rem;width:6.1875rem;top:2.75rem;left:26.9375rem;display:block; }
#NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1.625rem;left:28rem;display:block; }
#zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:7.5rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:11.625rem;left:22.8125rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:11.625rem;left:44rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POgvI76OStWzKFVObNn5Stymg3tlz1Sb { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:7.5rem;left:43.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { box-sizing:content-box;color:#ffffff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100098;top:1.3125rem;left:48.5rem;display:block; }
#aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { position:absolute;display:block;z-index:100009;background-color:#6783c2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;height:3.6875rem;width:6.1875rem;top:2.75rem;left:47.75rem;display:block; }
#U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { position:absolute;display:block;z-index:100097;background-color:#6783c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #6783c2;border-left:0.25rem solid #6783c2;border-right:0.25rem solid #6783c2;border-bottom:0.25rem solid #6783c2;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:47.5625rem;display:block; }
#w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { position:absolute;display:block;z-index:99998;background-color:#6783c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #6783c2;border-left:0.25rem solid #6783c2;border-right:0.25rem solid #6783c2;border-bottom:0.25rem solid #6783c2;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:26.8125rem;display:block; }
#cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { position:absolute;display:block;z-index:99999;background-color:#6783c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #6783c2;border-left:0.25rem solid #6783c2;border-right:0.25rem solid #6783c2;border-bottom:0.25rem solid #6783c2;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:5.9375rem;width:5.9375rem;top:0.5rem;left:6rem;display:block; }
#wvacPKdnQItRXFd306OULvIa0hhLFAC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { background-color: transparent; background-image: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container > .video-iframe-container { display: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container { display: none; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .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); }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { border-width: 0; border-radius: 0; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row > .video-iframe-container {  }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:400;z-index:100008;line-height:.9;letter-spacing:0;top:2.53125rem;left:9.21875rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { background-color: transparent; background-image: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container > .video-iframe-container { display: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container { display: none; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .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); }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { border-width: 0; border-radius: 0; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row > .video-iframe-container {  }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:9.5rem;left:21.5625rem;height:8.92383125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:16.5625rem;top:2.9375rem;left:3.25rem;overflow:hidden;display:block; }
#ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { position:absolute;display:block;z-index:100009;background-color:#50479d;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;height:16.625rem;width:16.625rem;top:3.65625rem;left:3.9375rem;display:block; }
#C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { color:#000000;display:block;width:34.3105625rem;position:absolute;font-family:"gotham narrow";font-size:2.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:21.5625rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container {  }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:59.25rem;position:absolute;font-family:"gotham narrow";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container { background-color: transparent; background-image: none; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container > .video-iframe-container { display: none; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row > .video-iframe-container { display: none; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .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); }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container { border-width: 0; border-radius: 0; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row > .video-iframe-container {  }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#H9K9rcsyJSvG6tKOiePvkIraobL3DZXi { color:#27262e;display:block;width:59.25rem;position:absolute;font-family:"gotham narrow";font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.75rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container { background-color: transparent; background-image: none; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container > .video-iframe-container { display: none; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row > .video-iframe-container { display: none; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .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); }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container { border-width: 0; border-radius: 0; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row > .video-iframe-container {  }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { position:absolute;display:block;z-index:100004;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:5.375rem;display:block; }
#PpV2XZMe9hhozUJVbG3GHgSNmLFQNBok { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.375rem;left:5.9375rem;display:block; }
#AJ6w6azqgKzwysJKsT4WdQ76Ti0SE7a9 { position:absolute;display:block;z-index:100007;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:20.375rem;display:block; }
#L2dME88hsa6FZc9rTeuE1U34yTPyVaJb { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.375rem;left:20.9375rem;display:block; }
#a2wbBBywK7XSZJVO1TVOwTx03OWO9e9i { position:absolute;display:block;z-index:100009;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:35.375rem;display:block; }
#p9gwZs8sGzyBE3T9v2WAyMU6z9uETO5P { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:2.375rem;left:35.9375rem;display:block; }
#rc9FIrySfOrpqP6HH6IeOGTt3EONt3Ks { position:absolute;display:block;z-index:100011;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:50.375rem;display:block; }
#AxKt0kAKJmJIW8oLy6D9C759vzVtDW6B { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:2.375rem;left:50.9375rem;display:block; }
#Qhh8FTxap6ui9v2Kr7u1TPM09VJQMspR { color:#6e6e6e;display:block;width:9.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7rem;left:3rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqi2OUu5K7CdnxfVoFboADueSnmTNEpM { color:#6e6e6e;display:block;width:11.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7rem;left:17.21875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMQkXSCoKh94o0gvx8WEZEKukFuJm5tH { color:#6e6e6e;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7rem;left:31.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0hJEJtDxnmpSkRlxGe0ZMUT46onUcG2 { color:#6e6e6e;display:block;width:12.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7rem;left:46.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHcK3T7hNUWRDEw8RykIdPw1bd4L87Kv { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.375rem;width:13.375rem;top:4rem;left:0.8125rem;display:block; }
#plNDgnUcx6HfkKxoe8kuM1fv8lpF35Wx { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.125rem;left:15.8125rem;display:block; }
#hSfTT8TQfuTmBMV3VZ7bA7CVbdpuK4Dq { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.1875rem;left:30.75rem;display:block; }
#xTdyKhlQATW6ae0sgiF6HpCvp1C3RsCT { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.1875rem;left:45.5625rem;display:block; }
#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm > .row .container { border-width: 0; border-radius: 0; }#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm > .row > .video-iframe-container {  }#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:none; }#GpHXd4rWH0GdnGzGdWCDyCkMJbhPQkzR { color:#27262e;display:block;width:59.0625rem;position:absolute;font-family:"gotham narrow";font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.9375rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 > .row .container { border-width: 0; border-radius: 0; }#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 > .row > .video-iframe-container {  }#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#BmbF6TPrC5gTHRC8SBZBKZIX7EZg0iuP { position:absolute;display:block;z-index:100004;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:5.375rem;display:block; }
#sFf1FpQOWV62FFU04qZPwEbUHdTfbT0o { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.375rem;left:5.9375rem;display:block; }
#gGTTcgLlpECeKdIEiC8iZ2GJWKSXEVN7 { position:absolute;display:block;z-index:100007;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:20.375rem;display:block; }
#ZBtMqoU9pWzmZM4HwbUQw32fA6vMkSMk { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.375rem;left:20.9375rem;display:block; }
#fNOU8dxHXAGnictx4ek1lntfx1qqNTQa { position:absolute;display:block;z-index:100009;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:35.375rem;display:block; }
#QpnLvTGsG35NOh52l9SAI6A8c0kQ2rGr { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:2.375rem;left:35.9375rem;display:block; }
#iEaaUIx1TarWbrqxT6kfuRJJTTE3b1rz { position:absolute;display:block;z-index:100011;background-color:#61d1c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;height:4.25rem;width:4.25rem;top:1.8125rem;left:50.375rem;display:block; }
#c12iCkciNmvJWn9k04WSpV3PWWz9c9TM { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:2.375rem;left:50.9375rem;display:block; }
#tRMh74pJGtq5mliyNSg7UiXlnCEVdVHK { color:#6e6e6e;display:block;width:9.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7rem;left:3rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDbQgSMInyXDVVa5hoKzlVdiSqKRQMvP { color:#6e6e6e;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7rem;left:16.59375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnEqum1XTTEfPq1dIKDR7nJRMyTlKZJw { color:#6e6e6e;display:block;width:12rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7rem;left:31.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCkAU4g1CvGLqefzBzmq9g4UQyWwSzK0 { color:#6e6e6e;display:block;width:12.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7rem;left:46.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFtakiSWVRikRBbiuaJcK6yEuP6OkDK3 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.375rem;width:13.375rem;top:4rem;left:0.8125rem;display:block; }
#bLt7OGHI7B6S82JdlkqEAJfTmFpolbTh { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.125rem;left:15.8125rem;display:block; }
#hO6I6x6EZoAmKKRC108OCMKodbPxZlxo { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.1875rem;left:30.75rem;display:block; }
#VXTPC38wRorddSIluPnTNiutfkMEw70R { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #61d1c3;border-left:0.1875rem solid #61d1c3;border-right:0.1875rem solid #61d1c3;border-bottom:0.1875rem solid #61d1c3;height:6.25rem;width:13.375rem;top:4.1875rem;left:45.5625rem;display:block; }
#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,245,245,0.79);background-image:url("https://images.assets-landingi.com/5FkN5x5X/BANN_TODES_AZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.adaptive-delivery-prevent-bg, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyload, #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4.lazyloading { background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { border-width: 0; border-radius: 0; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container {  }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-form-header {  }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#50479d;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-text {padding-top: 0; padding-bottom: 0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-select {padding-top: 0; padding-bottom: 0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #61d1c3, #50479d);background-image: -moz-linear-gradient(top, #61d1c3, #50479d);background-image: -ms-linear-gradient(top, #61d1c3, #50479d);background-image: -o-linear-gradient(top, #61d1c3, #50479d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1c3', endColorstr='#50479d' );";background-image: linear-gradient(to bottom, #61d1c3, #50479d);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.375rem;font-weight:400;color:#f2f9ff;width:20.6875rem;height:3.4375rem;font-family:"gotham narrow medium";overflow:hidden;font-style:normal; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .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:ubuntu;font-size:0.75rem;font-weight:400;color:#50479d;vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-container:first-of-type{padding-top:0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-container:last-of-type{padding-bottom:0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4375rem;top:10.4375rem;z-index:100005;position:absolute; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK {display:block;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.4375rem;top:10.4375rem;z-index:100005;position:absolute; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #uv8GkKhGTSyg2Qy6ipSf6VAmaag9JGlo { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #nTdIM7p9MJLV9GtTEeqBet6HauRNxtcF { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #iKsiEnd9slILvc2tagmntcEfZTKMRDb9 { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KrDVcEpikP6bTKGbPkeX5nfpa09BRAFK { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #p8zT1gRdBNaN27f6F5dJfq8lFy7cd20i { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #MZTcA7e8dgZrig8WDyyI3hDZ6xzypJ7T { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #yCaEUTVTplOT6aUXLB2SXUbuUEWQB1vp { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #L9okm3Zy97vO26NvC94rUmpufN1PCOTr { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KmoqetHKmS0OlW6vTirGuPpT0tq9v9Om { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #vaTFK7z9qTruIzw63wD3dyhqSbsUITrn { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #Q5V16fG8yWNOtnVT0qEmdqHTpvKsTuqX { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #w1Uud9AeqiJyU9ScLpHNyIdPp0duf1sS { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #rQM6KSwVh5gEFcBQM40PzxOnn8T3Kr0h { position:relative; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #IVPlNpodT8tF5ObKqCTgKBfv05vTA7ID { position:relative; }
#RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"gotham narrow";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.4375rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkIS30mJByVW0iCVmWdkng6t27TQx3Li { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.59375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;position:relative;display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { background-color: transparent; background-image: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container > .video-iframe-container { display: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row > .video-iframe-container { display: none; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .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); }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { border-width: 0; border-radius: 0; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row > .video-iframe-container {  }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { box-sizing:content-box;color:#50479d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.125rem;left:49.6875rem;display:block; }
#mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { box-sizing:content-box;color:#50479d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:52.8125rem;display:block; }
#NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { display:block;width:37.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:1.9986782073974rem;left:0.87348175048825rem;height:1.4624rem;font-style:normal;display:block; }
#J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:0.8125rem;left:41.375rem;overflow:hidden;display:block; }
#AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100026;opacity:1;top:1.78125rem;left:27.5625rem; }
#AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp > img { max-width: 100%;max-height:100%; }#tf33EKTa4ruXzSsMocGvgmvEN0PPTFvT { display:block;width:14.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container {  }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:none; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.03125rem;left:0.03125rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.21875rem;height:8.25rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.71875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:23.25rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:20.75rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:6.875rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:43.1875rem;height:6.875rem;font-style:normal;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container {  }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:none; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5rem;left:0.0625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container {  }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:13.375rem;height:3.4375rem;top:34.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:13.375rem;height:3.4375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #dwv2MbkT5wuyw86zpAZTKUwX1kAH4i62 { width:10.8125rem;height:4.5rem;top:40.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOQdwpr3XO8IrFXLWkDRqqLTKwczTVm { width:27.375rem;height:15.25rem;top:12.125rem;left:0rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGZ2g2GiQSALcV2tDv9OkayhCQGJXUpK { width:34.5rem;height:4.4375rem;top:6.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuAbof9ykA014xbhJfORDW57ZZTLwZMI { width:34.5rem;height:3.0625rem;top:29.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:22.25rem;height:4.4375rem;top:4rem;left:13.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { width:47.75rem;height:8.125rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED3CQ5ygm4wlVk8wrKR9tk5uSyqOReG7 { width:22.25rem;height:4.875rem;top:6.375rem;left:11.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mEGyXOiR6VxQ77GaRTiiOUCQ3sEf0N { width:13.375rem;height:2.75rem;top:21.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZBqzVLL6Mty4KZ2kCdE6o95OJWaWhu { display:block; }
 }@media only screen and (max-width: 763px) { #lNuZPlXUsB1T6b06dThtxl3CXhTquD5P { width:5.6875rem;height:5.6875rem;top:0rem;left:21.25rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:30.125rem;height:20.6875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:28.4375rem;height:1.9375rem;top:5.8125rem;left:19.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:28.125rem;height:9rem;top:9.0625rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { width:28.0625rem;height:0.125rem;top:8.3125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { width:13.375rem;height:2.75rem;top:27.5rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:28.4375rem;height:3.4375rem;top:2.6875rem;left:19.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTF9rzSunTqBRe8s9R4Ny4iqsBVBkSN { width:19.5625rem;height:4.875rem;top:19.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpfZKpcEPDeZH7BSVpFgt8c2WamJb3m { width:25.5625rem;height:4.4375rem;top:21.375rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHiuC5BZdmG31KPRWhs5fxguosRnGQdK { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:6.1875rem;height:3.6875rem;top:2.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:3.25rem;top:7.5rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:13.5625rem;height:4.125rem;top:11.625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.875rem;top:2.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.875rem;top:2.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:4.9375rem;height:4.9375rem;top:1.1875rem;left:4.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTqzXHFMyVF1QT1CFTq4mZwAVn6Lpha { width:6.1875rem;height:3.6875rem;top:2.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:4.125rem;height:4.125rem;top:1.625rem;left:21.8125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:3.25rem;top:7.5rem;left:17.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.4375rem;height:5.5rem;top:11.625rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:5.5rem;top:11.625rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:14.75rem;height:3.25rem;top:7.5rem;left:32.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { width:4.6875rem;height:4.6875rem;top:1.3125rem;left:38.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { width:6.1875rem;height:3.6875rem;top:2.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:0.5rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:0.5rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { width:5.9375rem;height:5.9375rem;top:0.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { width:41.5625rem;height:2.6875rem;top:2.5rem;left:3.09375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { width:16.5625rem;height:16.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:16.625rem;height:16.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { width:34.25rem;height:3.6875rem;top:5.8125rem;left:13.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS { display:block; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9K9rcsyJSvG6tKOiePvkIraobL3DZXi { width:47.75rem;height:3.0625rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 { display:block; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { width:4.25rem;height:4.25rem;top:1.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpV2XZMe9hhozUJVbG3GHgSNmLFQNBok { width:3.125rem;height:3.125rem;top:2.375rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ6w6azqgKzwysJKsT4WdQ76Ti0SE7a9 { width:4.25rem;height:4.25rem;top:1.8125rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dME88hsa6FZc9rTeuE1U34yTPyVaJb { width:3.125rem;height:3.125rem;top:2.375rem;left:16.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2wbBBywK7XSZJVO1TVOwTx03OWO9e9i { width:4.25rem;height:4.25rem;top:1.8125rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gwZs8sGzyBE3T9v2WAyMU6z9uETO5P { width:3.125rem;height:3.125rem;top:2.375rem;left:28.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc9FIrySfOrpqP6HH6IeOGTt3EONt3Ks { width:4.25rem;height:4.25rem;top:1.8125rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKt0kAKJmJIW8oLy6D9C759vzVtDW6B { width:3.125rem;height:3.125rem;top:2.375rem;left:40.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhh8FTxap6ui9v2Kr7u1TPM09VJQMspR { width:9.0625rem;height:2.5625rem;top:7rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqi2OUu5K7CdnxfVoFboADueSnmTNEpM { width:11.0625rem;height:2.5625rem;top:7rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQkXSCoKh94o0gvx8WEZEKukFuJm5tH { width:12rem;height:1.25rem;top:7rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hJEJtDxnmpSkRlxGe0ZMUT46onUcG2 { width:12.4375rem;height:2.5rem;top:7rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcK3T7hNUWRDEw8RykIdPw1bd4L87Kv { width:13.375rem;height:6.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plNDgnUcx6HfkKxoe8kuM1fv8lpF35Wx { width:13.375rem;height:6.25rem;top:4.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfTT8TQfuTmBMV3VZ7bA7CVbdpuK4Dq { width:13.375rem;height:6.25rem;top:4.1875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdyKhlQATW6ae0sgiF6HpCvp1C3RsCT { width:13.375rem;height:6.25rem;top:4.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm { display:block; }#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpHXd4rWH0GdnGzGdWCDyCkMJbhPQkzR { width:47.75rem;height:3.0625rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 { display:block; }#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmbF6TPrC5gTHRC8SBZBKZIX7EZg0iuP { width:4.25rem;height:4.25rem;top:1.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFf1FpQOWV62FFU04qZPwEbUHdTfbT0o { width:3.125rem;height:3.125rem;top:2.375rem;left:4.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTTcgLlpECeKdIEiC8iZ2GJWKSXEVN7 { width:4.25rem;height:4.25rem;top:1.8125rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtMqoU9pWzmZM4HwbUQw32fA6vMkSMk { width:3.125rem;height:3.125rem;top:2.375rem;left:16.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOU8dxHXAGnictx4ek1lntfx1qqNTQa { width:4.25rem;height:4.25rem;top:1.8125rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnLvTGsG35NOh52l9SAI6A8c0kQ2rGr { width:3.125rem;height:3.125rem;top:2.375rem;left:28.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEaaUIx1TarWbrqxT6kfuRJJTTE3b1rz { width:4.25rem;height:4.25rem;top:1.8125rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12iCkciNmvJWn9k04WSpV3PWWz9c9TM { width:3.125rem;height:3.125rem;top:2.375rem;left:40.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRMh74pJGtq5mliyNSg7UiXlnCEVdVHK { width:9.0625rem;height:2.5rem;top:7rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDbQgSMInyXDVVa5hoKzlVdiSqKRQMvP { width:12.3125rem;height:3.75rem;top:7rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnEqum1XTTEfPq1dIKDR7nJRMyTlKZJw { width:12rem;height:1.25rem;top:7rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkAU4g1CvGLqefzBzmq9g4UQyWwSzK0 { width:12.4375rem;height:2.5rem;top:7rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFtakiSWVRikRBbiuaJcK6yEuP6OkDK3 { width:13.375rem;height:6.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt7OGHI7B6S82JdlkqEAJfTmFpolbTh { width:13.375rem;height:6.25rem;top:4.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6I6x6EZoAmKKRC108OCMKodbPxZlxo { width:13.375rem;height:6.25rem;top:4.1875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTPC38wRorddSIluPnTNiutfkMEw70R { width:13.375rem;height:6.25rem;top:4.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-checkbox-label { width:19.4375rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK  { width:20.6875rem;height:auto; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK {display:block;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK { width:20.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #uv8GkKhGTSyg2Qy6ipSf6VAmaag9JGlo {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #nTdIM7p9MJLV9GtTEeqBet6HauRNxtcF {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #iKsiEnd9slILvc2tagmntcEfZTKMRDb9 {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KrDVcEpikP6bTKGbPkeX5nfpa09BRAFK {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #p8zT1gRdBNaN27f6F5dJfq8lFy7cd20i {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #MZTcA7e8dgZrig8WDyyI3hDZ6xzypJ7T {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #yCaEUTVTplOT6aUXLB2SXUbuUEWQB1vp {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #L9okm3Zy97vO26NvC94rUmpufN1PCOTr {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KmoqetHKmS0OlW6vTirGuPpT0tq9v9Om {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #vaTFK7z9qTruIzw63wD3dyhqSbsUITrn {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #Q5V16fG8yWNOtnVT0qEmdqHTpvKsTuqX {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #w1Uud9AeqiJyU9ScLpHNyIdPp0duf1sS {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #rQM6KSwVh5gEFcBQM40PzxOnn8T3Kr0h {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #IVPlNpodT8tF5ObKqCTgKBfv05vTA7ID {  }
 }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:25.1875rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:22.875rem;height:3.5625rem;top:5.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.75rem;height:3.75rem;top:0.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp { width:1.8125rem;height:1.8125rem;top:1.75rem;left:21.4375rem;display:block; }
#AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #tf33EKTa4ruXzSsMocGvgmvEN0PPTFvT { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:2.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/Uz9XJ8iP/ZOOM_SSY_Link_permanente_1921_1080_px_1_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:12.1875rem;height:2.625rem;top:35.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:12.125rem;height:2.75rem;top:30.375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #dwv2MbkT5wuyw86zpAZTKUwX1kAH4i62 { width:6.5625rem;height:2.5625rem;top:7.9873046875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOQdwpr3XO8IrFXLWkDRqqLTKwczTVm { width:14.125rem;height:6.3125rem;top:17.4375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGZ2g2GiQSALcV2tDv9OkayhCQGJXUpK { width:10.125rem;height:3.98730625rem;top:12.375rem;left:3.90625rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuAbof9ykA014xbhJfORDW57ZZTLwZMI { width:20rem;height:1.23730625rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:2.3374rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { width:20rem;height:14.297875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED3CQ5ygm4wlVk8wrKR9tk5uSyqOReG7 { width:20rem;height:2.19970625rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mEGyXOiR6VxQ77GaRTiiOUCQ3sEf0N { width:13.375rem;height:2.75rem;top:26.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZBqzVLL6Mty4KZ2kCdE6o95OJWaWhu { display:block; }
 }@media only screen and (max-width: 763px) { #lNuZPlXUsB1T6b06dThtxl3CXhTquD5P { width:5.6875rem;height:5.6875rem;top:0rem;left:7.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:13.0625rem;height:9rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:1.375rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:11.25rem;top:21.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { width:20rem;height:0.125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { width:13.375rem;height:2.75rem;top:46.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { top:3.875rem;left:4.0121359223301rem;width:12.9375rem;height:12.1875rem;z-index:99999;background-color:#6783c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:20rem;height:2.0625rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTF9rzSunTqBRe8s9R4Ny4iqsBVBkSN { width:20rem;height:3.4375rem;top:37rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRpfZKpcEPDeZH7BSVpFgt8c2WamJb3m { width:20rem;height:3.824225rem;top:39.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHiuC5BZdmG31KPRWhs5fxguosRnGQdK { top:33.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.25rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:6.3125rem;height:3.75rem;top:0rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:3.25rem;top:4.90625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:4.19970625rem;top:9.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:18.1875rem;top:33.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:16.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLCSPHHgV0XToHgh09prk1XRHVOOeIay { width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTqzXHFMyVF1QT1CFTq4mZwAVn6Lpha { width:6.1875rem;height:3.6875rem;top:16.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouSwA7S5B0CUQOhiiQOpC80Xu4Fmgnl { width:3.125rem;height:3.125rem;top:17.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNkJtaebDd1SKRdJ8bzAug4eRwKdgNTf { width:13.375rem;height:3.25rem;top:21.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJx3kpkquixs7RZfuOlCHakgcmUI7Ax { width:14.875rem;height:5.5996125rem;top:25.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrzaTEW7b83uhbwluWPAfE0E9QPnLkI1 { width:13.5625rem;height:5.5996125rem;top:43.25rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgvI76OStWzKFVObNn5Stymg3tlz1Sb { width:14.75rem;height:3.25rem;top:38.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb0TeXMuTIJNnLWMLIRmpETG99lskXuH { width:3.125rem;height:3.125rem;top:33.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpPSFGdADscdIPHsbvL9VWofrdSo3t7 { width:6.75rem;height:3.6875rem;top:33.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6QsupV7Or0NlvOT1NTEK1ioQrqezWHt { width:5.9375rem;height:5.9375rem;top:68.625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ROpyDsgC2h7ePwIg4ScXuyQ9PWCmwT { width:5.9375rem;height:5.9375rem;top:60.9375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSoV8hyUCUx6SwbQHHR0F4ySyHLR51v0 { width:5.9375rem;height:5.9375rem;top:53.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvacPKdnQItRXFd306OULvIa0hhLFAC4 { display:block; }#wvacPKdnQItRXFd306OULvIa0hhLFAC4 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAhFnsE72NzCa5pzgB1ZDNkxzga6TO7D { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h { display:block; }#H9d6tkSMMVRdi9FOMI6LU0Nk3qs6sk1h > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsDkPUM61dXMXwBzmG4Riw0pmVfH6Ryk { width:18.625rem;height:13.125rem;top:18.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMAF49r6Mad5AGgZWR3fJBoo6LGCpUpm { width:13.1875rem;height:13.1875rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRuneWy91HKGtefsVb1OVBZQsgzB3dn { width:12.5625rem;height:12.5625rem;top:1.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JfeImKClR0zG7f4oW61Ggm4RrFvbna { width:20rem;height:2.5996125rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:20rem;height:4rem;top:0.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS { display:block; }#THpm6MmizpUeQ9E6fyeR9z5qToT5gVUS > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9K9rcsyJSvG6tKOiePvkIraobL3DZXi { width:20rem;height:1.875rem;top:0.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 { display:block; }#HQBTg9ffiDNSWSdCKDuWGgzmXDCnMt73 > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { width:4.1875rem;height:4.1875rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpV2XZMe9hhozUJVbG3GHgSNmLFQNBok { width:3.125rem;height:3.125rem;top:0.5625rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ6w6azqgKzwysJKsT4WdQ76Ti0SE7a9 { width:4.25rem;height:4.25rem;top:10.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dME88hsa6FZc9rTeuE1U34yTPyVaJb { width:3.125rem;height:3.125rem;top:10.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2wbBBywK7XSZJVO1TVOwTx03OWO9e9i { width:4.25rem;height:4.25rem;top:20rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gwZs8sGzyBE3T9v2WAyMU6z9uETO5P { width:3.125rem;height:3.125rem;top:20.5625rem;left:8.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc9FIrySfOrpqP6HH6IeOGTt3EONt3Ks { width:4.25rem;height:4.25rem;top:29.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKt0kAKJmJIW8oLy6D9C759vzVtDW6B { width:3.125rem;height:3.125rem;top:29.8125rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhh8FTxap6ui9v2Kr7u1TPM09VJQMspR { width:9.0625rem;height:2.5996125rem;top:5.0625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqi2OUu5K7CdnxfVoFboADueSnmTNEpM { width:9.0625rem;height:3.89941875rem;top:15.0625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQkXSCoKh94o0gvx8WEZEKukFuJm5tH { width:12rem;height:1.29980625rem;top:24.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0hJEJtDxnmpSkRlxGe0ZMUT46onUcG2 { width:12.4375rem;height:2.5996125rem;top:34.125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcK3T7hNUWRDEw8RykIdPw1bd4L87Kv { width:13.375rem;height:6.625rem;top:2.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plNDgnUcx6HfkKxoe8kuM1fv8lpF35Wx { width:13.375rem;height:6.25rem;top:12.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfTT8TQfuTmBMV3VZ7bA7CVbdpuK4Dq { width:13.375rem;height:5.375rem;top:22.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdyKhlQATW6ae0sgiF6HpCvp1C3RsCT { width:13.375rem;height:6.25rem;top:31.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm { display:none; }#tW8o98qGbaXFBA6bxfdT4WI6WisVOGNm > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GpHXd4rWH0GdnGzGdWCDyCkMJbhPQkzR { width:20rem;height:3.75rem;top:0.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 { display:none; }#inBlq0bLgalHrPASzFBzLkDMsr4hOtc9 > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BmbF6TPrC5gTHRC8SBZBKZIX7EZg0iuP { width:4.1875rem;height:4.1875rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFf1FpQOWV62FFU04qZPwEbUHdTfbT0o { width:3.125rem;height:3.125rem;top:0.5625rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTTcgLlpECeKdIEiC8iZ2GJWKSXEVN7 { width:4.25rem;height:4.25rem;top:10.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtMqoU9pWzmZM4HwbUQw32fA6vMkSMk { width:3.125rem;height:3.125rem;top:10.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOU8dxHXAGnictx4ek1lntfx1qqNTQa { width:4.25rem;height:4.25rem;top:20rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnLvTGsG35NOh52l9SAI6A8c0kQ2rGr { width:3.125rem;height:3.125rem;top:20.5625rem;left:8.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEaaUIx1TarWbrqxT6kfuRJJTTE3b1rz { width:4.25rem;height:4.25rem;top:29.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12iCkciNmvJWn9k04WSpV3PWWz9c9TM { width:3.125rem;height:3.125rem;top:29.8125rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRMh74pJGtq5mliyNSg7UiXlnCEVdVHK { width:9.0625rem;height:2.5996125rem;top:5.0625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDbQgSMInyXDVVa5hoKzlVdiSqKRQMvP { width:9.0625rem;height:3.8994125rem;top:15.0625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnEqum1XTTEfPq1dIKDR7nJRMyTlKZJw { width:12rem;height:1.29980625rem;top:24.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkAU4g1CvGLqefzBzmq9g4UQyWwSzK0 { width:12.4375rem;height:2.5996125rem;top:34.125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFtakiSWVRikRBbiuaJcK6yEuP6OkDK3 { width:13.375rem;height:6.625rem;top:2.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLt7OGHI7B6S82JdlkqEAJfTmFpolbTh { width:13.375rem;height:6.25rem;top:12.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6I6x6EZoAmKKRC108OCMKodbPxZlxo { width:13.375rem;height:5.375rem;top:22.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTPC38wRorddSIluPnTNiutfkMEw70R { width:13.375rem;height:6.25rem;top:31.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 { background-color:#6783c2;background-image:none;display:block; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { background-color: transparent; background-image: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row > .video-iframe-container { display: none; }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .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); }#ZTcNOahrIhp54ei5NPobNgaloRAVPxk4 > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-text {padding-top: 0; padding-bottom: 0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-select {padding-top: 0; padding-bottom: 0;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK  { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK {display:block;}#GDRQHOd2gfiGp7tWOV0LE53krrJHziFK { width:17.5rem;height:auto;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #uv8GkKhGTSyg2Qy6ipSf6VAmaag9JGlo {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #nTdIM7p9MJLV9GtTEeqBet6HauRNxtcF {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #iKsiEnd9slILvc2tagmntcEfZTKMRDb9 {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KrDVcEpikP6bTKGbPkeX5nfpa09BRAFK {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #p8zT1gRdBNaN27f6F5dJfq8lFy7cd20i {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #MZTcA7e8dgZrig8WDyyI3hDZ6xzypJ7T {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #yCaEUTVTplOT6aUXLB2SXUbuUEWQB1vp {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #L9okm3Zy97vO26NvC94rUmpufN1PCOTr {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #KmoqetHKmS0OlW6vTirGuPpT0tq9v9Om {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #vaTFK7z9qTruIzw63wD3dyhqSbsUITrn {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #Q5V16fG8yWNOtnVT0qEmdqHTpvKsTuqX {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #w1Uud9AeqiJyU9ScLpHNyIdPp0duf1sS {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #rQM6KSwVh5gEFcBQM40PzxOnn8T3Kr0h {  }
 }@media only screen and (max-width: 763px) { #GDRQHOd2gfiGp7tWOV0LE53krrJHziFK #IVPlNpodT8tF5ObKqCTgKBfv05vTA7ID {  }
 }@media only screen and (max-width: 763px) { #RcTT7BraWgR0pDlJ4EX2RNAu85CZ8Mf7 { width:20rem;height:2.51855625rem;top:1.6845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkIS30mJByVW0iCVmWdkng6t27TQx3Li { width:19.1875rem;height:4.875rem;top:4.6220703125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx { display:block; }#ZaO76m4s4ouINtdmO0MTrkyQzFMbAMPx > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sswQl7tcAJdrF3q6u3s0DyXUOaFKNlSP { width:3.125rem;height:3.125rem;top:4.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbU1mD6DZnDWSkMFtzXeBDqQqLNylIQ { width:3.125rem;height:3.125rem;top:4.8125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgvigKNcQGiXT13Dx8MPmIkXIaVLiRiW { width:19.25rem;height:2.5996125rem;top:1.6861991882324rem;left:0.43619799613952rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5BiQ7PKS0KK9rzh17VF0ADDruK2STZ7 { width:6.75rem;height:3.75rem;top:11rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp { width:1.8125rem;height:1.8125rem;top:5.46875rem;left:9.09375rem;display:block; }
#AdiTGGm2loybLzsdxTVMwTbwxk1wX2qp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #tf33EKTa4ruXzSsMocGvgmvEN0PPTFvT { width:14.9375rem;height:1rem;top:8.65625rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:50.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:3.3125rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:13.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:29.5625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:45.75rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:20.1875rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:16.875rem;left:0.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:36.25rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:4.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }