.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,230,230;--color-primary-1:169,171,172;--color-primary-2:83,86,89;--color-primary-3:42,43,45;--color-primary-4:12,13,13;--color-secondary-0:218,234,249;--color-secondary-1:130,186,235;--color-secondary-2:5,117,214;--color-secondary-3:3,59,107;--color-secondary-4:1,18,32;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/858f3950-a6c7-42ac-ad18-9501b00876c9/ARtlov2.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#Bg9TpoU0pk3gNf8IFyDrhT6g5U8kLk0J { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.0625rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#DEwAvevkglBLBZ9uTENZivDANsw2W3dJ { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#zxT2Et0hV7LtJlJrQKfOH0UVNBJCeTTZ { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#AWRvrP9ePzsTHFaEGEG1g3BVBrMtTUB2 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:45.0625rem;top:0rem;left:29.9375rem;overflow:hidden;display:block; }
#Hs64QR5D41FoKHnDTgnHARQ8GTVOdTTd { color:#4cafff;display:block;width:42.625rem;position:absolute;font-family:"proxima nova";font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:2.51875rem;font-style:normal;display:block; }
#BUkiw6ZMgQG2y6NcdtePCwmyMqd9JlMz { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.10416625rem;height:3.35416625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.375rem;left:0rem;display:block; }
#x1N9ywUtaQe0gigqxHMtryoEuvGafkSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx { position:relative;display:block; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx { background-color: transparent; background-image: none; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container > .video-iframe-container { display: none; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row > .video-iframe-container { display: none; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .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); }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx { border-width: 0; border-radius: 0; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container { background-color: transparent; background-image: none; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container > .video-iframe-container { display: none; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row > .video-iframe-container { display: none; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .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); }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container { border-width: 0; border-radius: 0; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#kpCQlIxXT6vTdotvCQ83ACRxpOvGMdcK { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnKeCe5KwIoPCz3eMlVAk9ZKADrkoBaW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:3.0625rem;left:33.375rem;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:rgba(var(--color-primary-2),1);display:block;width:37.1875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:38.539582252502rem;left:37.65625rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.3125rem;top:39.625rem;left:12.625rem;overflow:hidden;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.375rem;left:0rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0z55umnLPbMI0EE5X7FnCIJnsCKSR8K { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.875rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFVBfqxwOekcUxGSm1gSFZ77hsWvfNcT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.829167366028rem;left:30.34375rem;display:block; }
#WoJz2R3yTifpuJD0nVZ7i3vdRLsHJBHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1000003814698rem;left:0rem;height:31.76875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kq31PcwHdZNEKSbPKKbBVlwUJVvzdRpd { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.671875953674rem;left:28.764587402344rem; }
#n5f05iILDUoM1DXJePT1PWHwqCUgOQzx { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.671875953674rem;left:26.358337402344rem; }
#rmi9zuhHp7ZWIkzbrqShL4bAJ3WiTVLm { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:20.546875953674rem;left:26.170837402344rem; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqEHW9eukQhVbU20f9wxm2qO1qB8SWM1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:3.1875rem;left:33.375rem;display:block; }
#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { position:relative;display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { background-color: transparent; background-image: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row > .video-iframe-container { display: none; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .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); }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { border-width: 0; border-radius: 0; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { color:rgba(var(--color-primary-2),1);display:block;width:42.875rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:24rem;height:1.86875rem;font-style:normal;display:block; }
#cqmuMmnw6pZIEXI1h6NNwfqvc9POhNqF { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:2.125rem;left:21.5625rem; }
#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { position:relative;display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { background-color: transparent; background-image: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row > .video-iframe-container { display: none; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .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); }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { border-width: 0; border-radius: 0; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PinG8fkEzMMJqW43CRyDPVCihOeUS82g { color:rgba(var(--color-primary-2),1);display:block;width:45.75rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:23.9375rem;height:1.86875rem;font-style:normal;display:block; }
#a1eOg24uTKCx34VrHbuESJ9WcVekVvJB { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:0.625rem;left:21.5rem; }
#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { position:relative;display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { background-color: transparent; background-image: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row > .video-iframe-container { display: none; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .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); }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { border-width: 0; border-radius: 0; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FcWzTM2kTHJbDi4oy0zWAXyefnNDTn3n { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.625rem;left:21.5625rem; }
#lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:24rem;height:1.86875rem;font-style:normal;display:block; }
#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { position:relative;display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { background-color: transparent; background-image: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row > .video-iframe-container { display: none; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .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); }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { border-width: 0; border-radius: 0; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#is8rVrlkWTssccqUdPWnTE3COcC0lwgw { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0.8125rem;left:21.5625rem; }
#q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:23.9375rem;height:1.86875rem;font-style:normal;display:block; }
#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { position:relative;display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { background-color: transparent; background-image: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container > .video-iframe-container { display: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row > .video-iframe-container { display: none; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .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); }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { border-width: 0; border-radius: 0; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nx1JeRtFR9eewwVAUUg2QUdH8GZROpTm { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.75rem;left:21.5625rem; }
#K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:23.9375rem;height:1.86875rem;font-style:normal;display:block; }
#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ { position:relative;display:block; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ { background-color: transparent; background-image: none; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container > .video-iframe-container { display: none; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row > .video-iframe-container { display: none; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .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); }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ { border-width: 0; border-radius: 0; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VQRDBvfklWLwiWsz9e133be06PTz4AmF { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.75rem;left:21.5625rem; }
#iUhIhpLd0KbDJmMyExrqO4v4WgBAnWFT { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.814697265625E-6rem;left:24rem;height:1.86875rem;font-style:normal;display:block; }
#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a { position:relative;display:block; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a { background-color: transparent; background-image: none; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container > .video-iframe-container { display: none; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row > .video-iframe-container { display: none; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .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); }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a { border-width: 0; border-radius: 0; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sgX1HvUfv7WXRxydK3sJWpEyvkTdoKaP { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.6875rem;left:21.5625rem; }
#REX5NqRuffJnxqwItEoiRydSDUr41vEO { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:24.0625rem;height:1.86875rem;font-style:normal;display:block; }
#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM { position:relative;display:block; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM { background-color: transparent; background-image: none; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container > .video-iframe-container { display: none; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row > .video-iframe-container { display: none; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .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); }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM { border-width: 0; border-radius: 0; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BVowO85RoTqAHSgJAyA6d6AUzSgyPTa8 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:0.75rem;left:21.5625rem; }
#TOxoe8vE9bwVTqm6APR5oXLgAw9A30Kb { color:rgba(var(--color-primary-2),1);display:block;width:27.9375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:24rem;height:1.86875rem;font-style:normal;display:block; }
#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH { position:relative;display:block; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH { background-color: transparent; background-image: none; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container > .video-iframe-container { display: none; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row > .video-iframe-container { display: none; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .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); }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH { border-width: 0; border-radius: 0; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X2dZndzVTAsa5UKVzGg1yWSnxRdsEsV6 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:0.625rem;left:21.5625rem; }
#N5PVlszpnQKTtmGkEGCKoQrwC9Q3IoBh { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:23.9375rem;height:1.86875rem;font-style:normal;display:block; }
#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 { position:relative;display:block; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 { background-color: transparent; background-image: none; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container > .video-iframe-container { display: none; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row > .video-iframe-container { display: none; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .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); }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 { border-width: 0; border-radius: 0; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.7291679382324rem;left:29.9375rem;z-index:15012; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mEwDoJBBW8TqfX8stLn6ytaamXWToLh0 { display:flex;position:relative;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zweKXo22SJ61dOGeDtZn8RcpJAUpimkD { width:auto; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #udnUeXV9kBWs6vEIH4FDZU2KHX44pKeB {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TJlnzO3qPxlGv6xByK6UzsSmbiWv5uLF { display:flex;position:relative;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zTObbt040KyTFKllA2XWyZf7c0tELKho {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #y6HskiLmdr3Agx0utGcsArFATa8TkLGR {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TiVHqKThoVt9rCfCtRiLzw8IVPKFXSNd { display:flex;position:relative;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #XxPfMLgsPm5fWlXt2bT7QfUgL84tgBeq {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #tBQB7UNGmS3638HGhzLE7lRd92Z5OO6x {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #HN34yQQg1AL0WLt3lS0GVQq9bQdlFP9b { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mvRIbdM8cdJl9JW1WPy6pDdCGpdmye98 {  }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #FQDJ6Bie58JR9r0mDfknxqDuqtfy1Ke1 {  }
#kKs8Dv3TD2Oeyi83X8PGOQs8n4WpkJNa { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0395851135254rem;left:0rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgXJocGVo1AWkJwyGItJ93k1JS6ebWA7 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:12.908333778381rem;left:33.375rem;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/858f3950-a6c7-42ac-ad18-9501b00876c9/ARtlov2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.adaptive-delivery-prevent-bg, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyload, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyloading { background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { position:absolute;display:block;z-index:15005;background-color:#90999b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:33.0625rem;width:19.3125rem;top:0.5625rem;left:9.125rem;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-form-header {  }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:"proxima nova";box-shadow: none;line-height:1; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:"proxima nova";line-height:1; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:"proxima nova";font-size:0.75rem;overflow:hidden;box-shadow: none;line-height:1; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-checkbox { width:1rem;height:1rem;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; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#0575d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:4.3125rem;margin-bottom:0.25rem;margin-left:4.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.875rem;height:2.375rem;font-family:"proxima nova";overflow:hidden;box-shadow: none;line-height:1; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"proxima nova";font-size:0.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:"proxima nova";font-size:0.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"proxima nova";font-size:0.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:"proxima nova";font-size:0.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .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:"proxima nova";line-height:1;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-container:first-of-type{padding-top:0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-container:last-of-type{padding-bottom:0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:0rem;left:8.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-info-text { display:block;height:auto;font-family:"proxima nova";font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc {display:block;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:0rem;left:8.75rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #ISIQn0GFvOELMdHAHBBeAbD6eMqN1VEx { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #OsuAiHf16OtAG9vGymCJtAt0CzaOcI5b { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #qsWd12SOX25pFGt61d1El85psCSqV9up { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #X1xCWz3Iml5EdR5t6GL6q3uBmiwTWWUG { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #fJTGtOEJ7Z6Gw4ANKhwSnNnZHsLxPLl1 { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #wwM3680ke23KPvy8rAdlu0xgH8f7cfFZ { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #yXkucN1c2FF7IvgCWkTs5sLA9k5NV3rD { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #nohAV1GcqU9XZBNlqI0v45PoEhTQNLTn { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #n2plgLzGAcKacsCQAcwdIrkekhFkVskc { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #M2yKFLMRhyOefWwkL7utT1rhRT3DewT0 { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #ZxJcxxPL95qsEnXca68WbDJvFTXoaoso { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #JkkfILu2Cvhll60xunyW5Kxr7OW1w2C1 { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #tA9gvuKmJVhdJrce8dlxxbqLthmteHm5 { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #vlGKaZJwu7IgBZE0vdTgJFSIVo7JCZCq { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #lqmKf1vO89pfvQHVdvMy8GQkmVKJzfRU { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #VpJXrC5KtIXKE6yS68dDxKLG8JfyZoNl { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #qp8B2m9S8N1Q9ae6qw9VxPe7XcqoHJaZ { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #Drxyb862kBOiNFq9DbhVJ7yFGoiHUw4I { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #uIPf4BaQTae20ZKRfiODqAHuTDIXDvgq { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #bUEmGqXsvkDUo8aEHP2ieL9kd5Q47Geg { position:relative;display:block; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #fkrxOHJwCNAUBv6xlJk6ztnZZ1KxnTe5 { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #KIgsw4E4kAwbKZtE2lf3q7KQX4QPgoSW { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #sBmyqZaBTeUk4KOXuhN6qP1TRbK6e9b8 { position:relative;z-index:2; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #JQR3CUC1fsOswlrFgFkfCG643ucTtHJR { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #vLW2mPK7iMXAQRkT47fMNRVtaunxRJGJ { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #h8cKW3eRRD7wyEbQA1yUOCrKJ4SC9IHW { position:relative;z-index:2; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #nkIikOJzutXOldyqP8aylVqlkrKZmqpi { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #qqf2zPSiiTzzi3gM0NPC8mf798iyAUU9 { position:relative;display:block;z-index:15000; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #xwAdOe7D4W4g5TCnUSeLd62bUtZuyfz6 { position:relative;display:block;z-index:15000; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #ATuQEVO87LwpIPil6AUpsQdtuo4ZoFqF { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #fzi1vO0R25nv4WECcaDLEeSkgsUuFSNf { position:relative;z-index:2; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #vvW1oIIriGPh9GL90k5Uk53HceDnbJV8 { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #DdnQ51qyKOiIP4iwVDs6QQfzl0dkanZi { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #IRplrDTurARVEz02vS9THBdNl7hPnmID { position:relative;z-index:2; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #RRZaThwJ1PTppuVbgw4oyRVA5u4SUSZr { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #tbP35mP9hkK6sDZG0te0ovWTeTaZep8F { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #DWCfnIsh2fLvVbL7SlqlQEQ4Eoxyqz68 { position:relative;z-index:2; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #J6uAF9XlFai9UGgIdg6ZWi4N0VZAI9cG { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #QBDrq9IPtnMzcBT8LvslwqrQ3MeavvAh { position:relative;display:block;z-index:15000; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #sSTuar6Dz94ICI4EKgXs8HB4GJrv19ou { position:relative;display:block;z-index:15000; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #rTqQbFDFPq0K49FT8fS4kA2hXNnlSTan { position:relative; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc #egT9rH6FULMOCkfqqevp6IXRPvkh5GMz { position:relative; }
#s7iUulXaPRL8QB3WsTvah4eOwoIxdv44 { color:rgba(var(--color-primary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:12.099998474121rem;left:52.375rem;height:1.75rem;display:block; }
#licdycsEp8GE6Hm7NBhl682P3UsPkBJN { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:45.1875rem;top:0rem;left:29.71880228901rem;overflow:hidden;display:block; }
#yflzWC2zic1v3pEm48yzKKrUTWg31eKy { position:relative;display:block; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy { background-color: transparent; background-image: none; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container > .video-iframe-container { display: none; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row > .video-iframe-container { display: none; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .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); }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy { border-width: 0; border-radius: 0; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container { background-color: transparent; background-image: none; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container > .video-iframe-container { display: none; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row > .video-iframe-container { display: none; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .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); }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container { border-width: 0; border-radius: 0; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#dPISIrlfodkpZHzQcbTUFt4n5QRV1GAW { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pa29UUEQUzZkG5Pezr5Q6yq2gQxdCidd { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.25rem;top:3.3125rem;left:33.375rem;display:block; }
#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { background-color: transparent; background-image: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container > .video-iframe-container { display: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row > .video-iframe-container { display: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .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); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { border-width: 0; border-radius: 0; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#LJTAHNG7SL6KsmOVtVE2GMsiJe0EpITd { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:9.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFvTGfUO9zCtWEIdHpZGS4d7kU9kIMOP { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:27.625rem;left:0rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:32rem;left:33.5rem; }
#pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.0625rem;left:37rem; }
#lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#awBinLEMZPFmnsSynpuNG768f6UUxeHp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:29.5rem;left:33.25rem; }
#rAoJxM5pw9txB1eEXDSy23l8DtWDsgsC { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.875rem;top:1.5625rem;left:31.5625rem;overflow:hidden;display:block; }
#uvoOdiK8q1WFmtHpb4qmvkxZuuiT3eUk { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:19.818748474121rem;left:0rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCDbmfGfGqEVpxDrcmlCEIo0cRsm7Tqr { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.0625rem;left:27.59375rem;display:block; }
#cTfPeoROQAPgDiRc6zQ8kLnFgEgRe21v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/338acd34-5d48-4de2-a558-b1a5ab1ae907/TloAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l.adaptive-delivery-prevent-bg, #qTv3xuABhkWcgdEPfilnKT3bS4Obm62l.lazyload, #qTv3xuABhkWcgdEPfilnKT3bS4Obm62l.lazyloading { background-image: none; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container { background-color: transparent; background-image: none; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container > .video-iframe-container { display: none; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row > .video-iframe-container { display: none; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .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); }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container { border-width: 0; border-radius: 0; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#v89Bqf75kIqrZA7FRxquk7OA8HicPRwb { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:31.625rem;display:block; }
#NFPibikLrPzaFTeKssy0dQm5gPtKZTHd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOIfWzVRrvNTfaQCWTXCFFkIQLOSiQJ7 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.8125rem;top:5.8125rem;left:34.0625rem;overflow:hidden;display:block; }
#MJDVE1H94aVPXIFVRm7w4oTKlZWXqeWe { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.875rem;left:0rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bg9TpoU0pk3gNf8IFyDrhT6g5U8kLk0J { top:2.0625rem;left:0rem;width:9.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwAvevkglBLBZ9uTENZivDANsw2W3dJ { top:6.375rem;left:0rem;width:42.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT2Et0hV7LtJlJrQKfOH0UVNBJCeTTZ { top:9.5625rem;left:0rem;width:42.625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRvrP9ePzsTHFaEGEG1g3BVBrMtTUB2 { top:0rem;left:2.6875rem;width:45.0625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs64QR5D41FoKHnDTgnHARQ8GTVOdTTd { top:13.9375rem;left:0rem;width:42.625rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkiw6ZMgQG2y6NcdtePCwmyMqd9JlMz { width:24.0625rem;height:3.3125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1N9ywUtaQe0gigqxHMtryoEuvGafkSs { display:block; }
 }@media only screen and (max-width: 763px) { #ImrgTtG2ZgU2471bLKdge7037xSd6Lsx { display:block; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iALdasKMQurnxE0zrDf63lTWJGDSvlcD { display:block; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpCQlIxXT6vTdotvCQ83ACRxpOvGMdcK { top:0.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnKeCe5KwIoPCz3eMlVAk9ZKADrkoBaW { top:3.0625rem;left:19.75rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:38.5rem;left:10.5625rem;width:37.1875rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:39.625rem;left:5.8125rem;width:12.3125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:53.375rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0z55umnLPbMI0EE5X7FnCIJnsCKSR8K { top:36.875rem;left:0rem;width:37.5rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVBfqxwOekcUxGSm1gSFZ77hsWvfNcT { width:14.3125rem;height:3.4375rem;top:28.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJz2R3yTifpuJD0nVZ7i3vdRLsHJBHg { display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { top:1.0625rem;left:0rem;width:47.75rem;height:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq31PcwHdZNEKSbPKKbBVlwUJVvzdRpd { top:16.625rem;left:21.952087402344rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5f05iILDUoM1DXJePT1PWHwqCUgOQzx { top:18.625rem;left:19.545837402344rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmi9zuhHp7ZWIkzbrqShL4bAJ3WiTVLm { top:20.5rem;left:19.358337402344rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:0.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqEHW9eukQhVbU20f9wxm2qO1qB8SWM1 { top:3.1875rem;left:19.75rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { top:1.5rem;left:4.875rem;width:42.875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmuMmnw6pZIEXI1h6NNwfqvc9POhNqF { top:2.125rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { top:0.0625rem;left:2rem;width:45.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1eOg24uTKCx34VrHbuESJ9WcVekVvJB { top:0.625rem;left:7.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcWzTM2kTHJbDi4oy0zWAXyefnNDTn3n { top:0.625rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { top:0rem;left:10.375rem;width:36.125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is8rVrlkWTssccqUdPWnTE3COcC0lwgw { top:0.8125rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { top:0.0625rem;left:10.3125rem;width:36.125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx1JeRtFR9eewwVAUUg2QUdH8GZROpTm { top:0.75rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { top:0.0625rem;left:10.1875rem;width:37.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ { display:block; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQRDBvfklWLwiWsz9e133be06PTz4AmF { top:0.75rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUhIhpLd0KbDJmMyExrqO4v4WgBAnWFT { top:0rem;left:10.1875rem;width:37.5625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a { display:block; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgX1HvUfv7WXRxydK3sJWpEyvkTdoKaP { top:0.6875rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REX5NqRuffJnxqwItEoiRydSDUr41vEO { top:0.0625rem;left:10.4375rem;width:14.9375rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz32rqOkt1E4iI9h50f5WBnCLrou6LfM { display:block; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVowO85RoTqAHSgJAyA6d6AUzSgyPTa8 { top:0.75rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxoe8vE9bwVTqm6APR5oXLgAw9A30Kb { top:0.0625rem;left:10.375rem;width:27.9375rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH { display:block; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dZndzVTAsa5UKVzGg1yWSnxRdsEsV6 { top:0.625rem;left:7.9375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5PVlszpnQKTtmGkEGCKoQrwC9Q3IoBh { top:0.0625rem;left:10.3125rem;width:19.375rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 { display:block; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:10.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv { display:flex;width:13.875rem;height:5.1875rem;top:2.375rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mEwDoJBBW8TqfX8stLn6ytaamXWToLh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zweKXo22SJ61dOGeDtZn8RcpJAUpimkD {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #udnUeXV9kBWs6vEIH4FDZU2KHX44pKeB {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TJlnzO3qPxlGv6xByK6UzsSmbiWv5uLF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zTObbt040KyTFKllA2XWyZf7c0tELKho {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #y6HskiLmdr3Agx0utGcsArFATa8TkLGR {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TiVHqKThoVt9rCfCtRiLzw8IVPKFXSNd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #XxPfMLgsPm5fWlXt2bT7QfUgL84tgBeq {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #tBQB7UNGmS3638HGhzLE7lRd92Z5OO6x {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #HN34yQQg1AL0WLt3lS0GVQq9bQdlFP9b { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mvRIbdM8cdJl9JW1WPy6pDdCGpdmye98 {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #FQDJ6Bie58JR9r0mDfknxqDuqtfy1Ke1 {  }
 }@media only screen and (max-width: 763px) { #kKs8Dv3TD2Oeyi83X8PGOQs8n4WpkJNa { top:2rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgXJocGVo1AWkJwyGItJ93k1JS6ebWA7 { top:12.875rem;left:19.75rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { top:0.5625rem;left:2.3125rem;width:19.3125rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-button { width:8.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.3125rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc  { width:17.5rem;height:auto;top:0rem;left:1.9375rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc {display:block;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc { width:17.5rem;height:auto;top:0rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ISIQn0GFvOELMdHAHBBeAbD6eMqN1VEx {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #OsuAiHf16OtAG9vGymCJtAt0CzaOcI5b {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qsWd12SOX25pFGt61d1El85psCSqV9up {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #X1xCWz3Iml5EdR5t6GL6q3uBmiwTWWUG {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fJTGtOEJ7Z6Gw4ANKhwSnNnZHsLxPLl1 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #wwM3680ke23KPvy8rAdlu0xgH8f7cfFZ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #yXkucN1c2FF7IvgCWkTs5sLA9k5NV3rD {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #nohAV1GcqU9XZBNlqI0v45PoEhTQNLTn {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #n2plgLzGAcKacsCQAcwdIrkekhFkVskc {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #M2yKFLMRhyOefWwkL7utT1rhRT3DewT0 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ZxJcxxPL95qsEnXca68WbDJvFTXoaoso {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #JkkfILu2Cvhll60xunyW5Kxr7OW1w2C1 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #tA9gvuKmJVhdJrce8dlxxbqLthmteHm5 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vlGKaZJwu7IgBZE0vdTgJFSIVo7JCZCq {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #lqmKf1vO89pfvQHVdvMy8GQkmVKJzfRU {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #VpJXrC5KtIXKE6yS68dDxKLG8JfyZoNl {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qp8B2m9S8N1Q9ae6qw9VxPe7XcqoHJaZ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #Drxyb862kBOiNFq9DbhVJ7yFGoiHUw4I {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #uIPf4BaQTae20ZKRfiODqAHuTDIXDvgq {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #bUEmGqXsvkDUo8aEHP2ieL9kd5Q47Geg {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fkrxOHJwCNAUBv6xlJk6ztnZZ1KxnTe5 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #KIgsw4E4kAwbKZtE2lf3q7KQX4QPgoSW {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #sBmyqZaBTeUk4KOXuhN6qP1TRbK6e9b8 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #JQR3CUC1fsOswlrFgFkfCG643ucTtHJR {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vLW2mPK7iMXAQRkT47fMNRVtaunxRJGJ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #h8cKW3eRRD7wyEbQA1yUOCrKJ4SC9IHW {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #nkIikOJzutXOldyqP8aylVqlkrKZmqpi {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qqf2zPSiiTzzi3gM0NPC8mf798iyAUU9 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #xwAdOe7D4W4g5TCnUSeLd62bUtZuyfz6 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ATuQEVO87LwpIPil6AUpsQdtuo4ZoFqF {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fzi1vO0R25nv4WECcaDLEeSkgsUuFSNf {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vvW1oIIriGPh9GL90k5Uk53HceDnbJV8 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #DdnQ51qyKOiIP4iwVDs6QQfzl0dkanZi {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #IRplrDTurARVEz02vS9THBdNl7hPnmID {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #RRZaThwJ1PTppuVbgw4oyRVA5u4SUSZr {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #tbP35mP9hkK6sDZG0te0ovWTeTaZep8F {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #DWCfnIsh2fLvVbL7SlqlQEQ4Eoxyqz68 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #J6uAF9XlFai9UGgIdg6ZWi4N0VZAI9cG {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #QBDrq9IPtnMzcBT8LvslwqrQ3MeavvAh {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #sSTuar6Dz94ICI4EKgXs8HB4GJrv19ou {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #rTqQbFDFPq0K49FT8fS4kA2hXNnlSTan {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #egT9rH6FULMOCkfqqevp6IXRPvkh5GMz {  }
 }@media only screen and (max-width: 763px) { #s7iUulXaPRL8QB3WsTvah4eOwoIxdv44 { top:12.0625rem;left:31.9375rem;width:12.6875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #licdycsEp8GE6Hm7NBhl682P3UsPkBJN { top:0rem;left:0rem;width:45.1875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflzWC2zic1v3pEm48yzKKrUTWg31eKy { display:block; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6y6q4f6HQDdc06xLVUR8e654cITM0n9 { display:block; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPISIrlfodkpZHzQcbTUFt4n5QRV1GAW { top:0.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa29UUEQUzZkG5Pezr5Q6yq2gQxdCidd { top:3.3125rem;left:19.75rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN { display:block; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJTAHNG7SL6KsmOVtVE2GMsiJe0EpITd { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFvTGfUO9zCtWEIdHpZGS4d7kU9kIMOP { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a { top:32rem;left:19.875rem;width:2.3125rem;height:2.3125rem;display:block; }
#pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN { top:32.0625rem;left:23.375rem;width:2.125rem;height:2.125rem;display:block; }
#lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #awBinLEMZPFmnsSynpuNG768f6UUxeHp { top:29.5rem;left:19.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAoJxM5pw9txB1eEXDSy23l8DtWDsgsC { top:1.5625rem;left:17.9375rem;width:11.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoOdiK8q1WFmtHpb4qmvkxZuuiT3eUk { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDbmfGfGqEVpxDrcmlCEIo0cRsm7Tqr { width:19.8125rem;height:3.0625rem;top:22.0625rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfPeoROQAPgDiRc6zQ8kLnFgEgRe21v { display:block; }
 }@media only screen and (max-width: 763px) { #qTv3xuABhkWcgdEPfilnKT3bS4Obm62l { display:block; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v89Bqf75kIqrZA7FRxquk7OA8HicPRwb { top:2.3125rem;left:18rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFPibikLrPzaFTeKssy0dQm5gPtKZTHd { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOIfWzVRrvNTfaQCWTXCFFkIQLOSiQJ7 { top:5.8125rem;left:20.4375rem;width:6.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDVE1H94aVPXIFVRm7w4oTKlZWXqeWe { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bfe05dd-8ddf-44e4-9599-dc03635bd268/ARtlomobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bg9TpoU0pk3gNf8IFyDrhT6g5U8kLk0J { width:7rem;height:1.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwAvevkglBLBZ9uTENZivDANsw2W3dJ { width:20rem;height:1.38125rem;top:3.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT2Et0hV7LtJlJrQKfOH0UVNBJCeTTZ { width:20rem;height:1.38125rem;top:5.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRvrP9ePzsTHFaEGEG1g3BVBrMtTUB2 { width:20rem;height:9.6875rem;top:10.268745422363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs64QR5D41FoKHnDTgnHARQ8GTVOdTTd { width:20rem;height:1.4625rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUkiw6ZMgQG2y6NcdtePCwmyMqd9JlMz { width:19.35416625rem;height:2.458335rem;top:20.84375rem;left:0.32291603088379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1N9ywUtaQe0gigqxHMtryoEuvGafkSs { display:block; }
 }@media only screen and (max-width: 763px) { #ImrgTtG2ZgU2471bLKdge7037xSd6Lsx { display:block; }#ImrgTtG2ZgU2471bLKdge7037xSd6Lsx > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iALdasKMQurnxE0zrDf63lTWJGDSvlcD { display:block; }#iALdasKMQurnxE0zrDf63lTWJGDSvlcD > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpCQlIxXT6vTdotvCQ83ACRxpOvGMdcK { width:20rem;height:1.625rem;top:0.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnKeCe5KwIoPCz3eMlVAk9ZKADrkoBaW { width:8.25rem;height:0.1875rem;top:1.9749984741211rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:20rem;height:12.5125rem;top:44.937499046326rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:8.1875rem;height:8.4375rem;top:32.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:20rem;height:1.38125rem;top:41.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0z55umnLPbMI0EE5X7FnCIJnsCKSR8K { width:20rem;height:2.7625rem;top:31.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFVBfqxwOekcUxGSm1gSFZ77hsWvfNcT { width:11.75rem;height:2.625rem;top:26.770831108093rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJz2R3yTifpuJD0nVZ7i3vdRLsHJBHg { display:block; }
 }@media only screen and (max-width: 763px) { #dk6fdeSSXtyVBqb4XtboqzOmJsQIKlxm { width:20rem;height:28.4375rem;top:0.91250038146975rem;left:-0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kq31PcwHdZNEKSbPKKbBVlwUJVvzdRpd { display:flex;width:0.625rem;height:0.625rem;top:17.062500953674rem;left:4.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #n5f05iILDUoM1DXJePT1PWHwqCUgOQzx { display:flex;width:0.625rem;height:0.625rem;top:18.262499809265rem;left:2.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rmi9zuhHp7ZWIkzbrqShL4bAJ3WiTVLm { display:flex;width:0.625rem;height:0.625rem;top:19.420833184265rem;left:2.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:1.625rem;top:0.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqEHW9eukQhVbU20f9wxm2qO1qB8SWM1 { width:8.25rem;height:0.1875rem;top:1.7375030517578rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 { display:block; }#yhTEkEBKDfJd56OHtlV5T0BxDczIyX39 > .row .container { width:20rem;height:3.6041669845581rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpWalAQp50iLBvQ5H2HF8FKv0xLOLusI { width:18.5rem;height:2.4375rem;top:1.1666679382324rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqmuMmnw6pZIEXI1h6NNwfqvc9POhNqF { display:flex;width:0.625rem;height:0.625rem;top:1.4791679382324rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI { display:block; }#ec0CgUVcGFC2IeUToD1ci8wK4pbgDzXI > .row .container { width:20rem;height:2.3937501907349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PinG8fkEzMMJqW43CRyDPVCihOeUS82g { width:18.5625rem;height:2.275rem;top:0.14374923706055rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1eOg24uTKCx34VrHbuESJ9WcVekVvJB { display:flex;width:0.625rem;height:0.625rem;top:0.40000152587891rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi { display:block; }#bqTSNvSeL3ZfuWZa7G0VMvTdt3V2ZkBi > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcWzTM2kTHJbDi4oy0zWAXyefnNDTn3n { display:flex;width:0.625rem;height:0.625rem;top:0.49791717529297rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lembvnEuX3a8RI1LqZUy0Xu6WROnyvJ6 { width:18.5rem;height:1.1375rem;top:0.20623779296875rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 { display:block; }#ZxPsqAcSnBKwatdsUbs9A9pdTJ21hph6 > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is8rVrlkWTssccqUdPWnTE3COcC0lwgw { display:flex;width:0.625rem;height:0.625rem;top:0.48125076293945rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #q12cCTZ2Twrm8vv5Bru3eGmMlD1Vflgh { width:18.375rem;height:1.1375rem;top:0.20623779296875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU { display:block; }#Q23u7OzB7WesWrvvhPkB4KhFsSH0d0ZU > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx1JeRtFR9eewwVAUUg2QUdH8GZROpTm { display:flex;width:0.625rem;height:0.625rem;top:0.52500152587891rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #K0VgvimlxPANEkkEA3gk1rT4sFEpz3Wq { width:18.5625rem;height:1.1375rem;top:0.27499389648438rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ { display:block; }#D9G2EVzzsHHC3lzwDf1CW17ewkKEcQWQ > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQRDBvfklWLwiWsz9e133be06PTz4AmF { display:flex;width:0.625rem;height:0.625rem;top:0.52500152587891rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #iUhIhpLd0KbDJmMyExrqO4v4WgBAnWFT { width:18.5625rem;height:1.1375rem;top:0.27499389648438rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a { display:block; }#ivAKW5h6xeVnU135Ow6teyQ85iTQ2J4a > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgX1HvUfv7WXRxydK3sJWpEyvkTdoKaP { display:flex;width:0.625rem;height:0.625rem;top:0.685417175293rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #REX5NqRuffJnxqwItEoiRydSDUr41vEO { width:18.375rem;height:1.1375rem;top:0.42916870117188rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mz32rqOkt1E4iI9h50f5WBnCLrou6LfM { display:block; }#mz32rqOkt1E4iI9h50f5WBnCLrou6LfM > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVowO85RoTqAHSgJAyA6d6AUzSgyPTa8 { display:flex;width:0.625rem;height:0.625rem;top:0.58750152587891rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TOxoe8vE9bwVTqm6APR5oXLgAw9A30Kb { width:18.3125rem;height:1.1375rem;top:0.45624923706055rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH { display:block; }#wUicqpvc8oDVP8Ox0IBaJ2K6CREatTGH > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dZndzVTAsa5UKVzGg1yWSnxRdsEsV6 { display:flex;width:0.625rem;height:0.625rem;top:0.52500152587891rem;left:0rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #N5PVlszpnQKTtmGkEGCKoQrwC9Q3IoBh { width:18.3125rem;height:1.1375rem;top:0.26874923706055rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 { display:block; }#azToAM8fbF33Ms2uHSIe4dK6UUbTJI21 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:16.375rem;height:4.14375rem;top:8.8562469482425rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv { display:flex;width:13.875rem;height:5.1875rem;top:2.4187469482422rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mEwDoJBBW8TqfX8stLn6ytaamXWToLh0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zweKXo22SJ61dOGeDtZn8RcpJAUpimkD {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #udnUeXV9kBWs6vEIH4FDZU2KHX44pKeB {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TJlnzO3qPxlGv6xByK6UzsSmbiWv5uLF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #zTObbt040KyTFKllA2XWyZf7c0tELKho {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #y6HskiLmdr3Agx0utGcsArFATa8TkLGR {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #TiVHqKThoVt9rCfCtRiLzw8IVPKFXSNd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #XxPfMLgsPm5fWlXt2bT7QfUgL84tgBeq {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #tBQB7UNGmS3638HGhzLE7lRd92Z5OO6x {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #HN34yQQg1AL0WLt3lS0GVQq9bQdlFP9b { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #mvRIbdM8cdJl9JW1WPy6pDdCGpdmye98 {  }
 }@media only screen and (max-width: 763px) { #FWZBRwpofL6vegaI47L4uQKtnyIPi0Wv #FQDJ6Bie58JR9r0mDfknxqDuqtfy1Ke1 {  }
 }@media only screen and (max-width: 763px) { #kKs8Dv3TD2Oeyi83X8PGOQs8n4WpkJNa { width:20rem;height:1.54375rem;top:0.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgXJocGVo1AWkJwyGItJ93k1JS6ebWA7 { width:8.25rem;height:0.25rem;top:14.249999809265rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/338acd34-5d48-4de2-a558-b1a5ab1ae907/TloAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.adaptive-delivery-prevent-bg, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyload, #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3.lazyloading { background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTdU9trkpW4tNqTkRhr7TuIrU9LHrWDE { width:20rem;height:36.4375rem;top:1.0875015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-text {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-select {padding-top: 0; padding-bottom: 0;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-input-button { width:11.875rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:2.8125rem;height:3.125rem;text-align:center;text-align-last:center; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc  { width:17.5rem;height:auto;top:1.8312492370606rem;left:0rem; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sNfic06uFlD91Rny6R3O2uyShNUEalOc {display:block;}#sNfic06uFlD91Rny6R3O2uyShNUEalOc { width:17.5rem;height:auto;top:1.8312492370606rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ISIQn0GFvOELMdHAHBBeAbD6eMqN1VEx {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #OsuAiHf16OtAG9vGymCJtAt0CzaOcI5b {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qsWd12SOX25pFGt61d1El85psCSqV9up {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #X1xCWz3Iml5EdR5t6GL6q3uBmiwTWWUG {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fJTGtOEJ7Z6Gw4ANKhwSnNnZHsLxPLl1 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #wwM3680ke23KPvy8rAdlu0xgH8f7cfFZ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #yXkucN1c2FF7IvgCWkTs5sLA9k5NV3rD {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #nohAV1GcqU9XZBNlqI0v45PoEhTQNLTn {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #n2plgLzGAcKacsCQAcwdIrkekhFkVskc {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #M2yKFLMRhyOefWwkL7utT1rhRT3DewT0 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ZxJcxxPL95qsEnXca68WbDJvFTXoaoso {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #JkkfILu2Cvhll60xunyW5Kxr7OW1w2C1 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #tA9gvuKmJVhdJrce8dlxxbqLthmteHm5 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vlGKaZJwu7IgBZE0vdTgJFSIVo7JCZCq {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #lqmKf1vO89pfvQHVdvMy8GQkmVKJzfRU {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #VpJXrC5KtIXKE6yS68dDxKLG8JfyZoNl {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qp8B2m9S8N1Q9ae6qw9VxPe7XcqoHJaZ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #Drxyb862kBOiNFq9DbhVJ7yFGoiHUw4I {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #uIPf4BaQTae20ZKRfiODqAHuTDIXDvgq {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #bUEmGqXsvkDUo8aEHP2ieL9kd5Q47Geg {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fkrxOHJwCNAUBv6xlJk6ztnZZ1KxnTe5 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #KIgsw4E4kAwbKZtE2lf3q7KQX4QPgoSW {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #sBmyqZaBTeUk4KOXuhN6qP1TRbK6e9b8 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #JQR3CUC1fsOswlrFgFkfCG643ucTtHJR {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vLW2mPK7iMXAQRkT47fMNRVtaunxRJGJ {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #h8cKW3eRRD7wyEbQA1yUOCrKJ4SC9IHW {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #nkIikOJzutXOldyqP8aylVqlkrKZmqpi {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #qqf2zPSiiTzzi3gM0NPC8mf798iyAUU9 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #xwAdOe7D4W4g5TCnUSeLd62bUtZuyfz6 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #ATuQEVO87LwpIPil6AUpsQdtuo4ZoFqF {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #fzi1vO0R25nv4WECcaDLEeSkgsUuFSNf {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #vvW1oIIriGPh9GL90k5Uk53HceDnbJV8 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #DdnQ51qyKOiIP4iwVDs6QQfzl0dkanZi {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #IRplrDTurARVEz02vS9THBdNl7hPnmID {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #RRZaThwJ1PTppuVbgw4oyRVA5u4SUSZr {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #tbP35mP9hkK6sDZG0te0ovWTeTaZep8F {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #DWCfnIsh2fLvVbL7SlqlQEQ4Eoxyqz68 {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #J6uAF9XlFai9UGgIdg6ZWi4N0VZAI9cG {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #QBDrq9IPtnMzcBT8LvslwqrQ3MeavvAh {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #sSTuar6Dz94ICI4EKgXs8HB4GJrv19ou {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #rTqQbFDFPq0K49FT8fS4kA2hXNnlSTan {  }
 }@media only screen and (max-width: 763px) { #sNfic06uFlD91Rny6R3O2uyShNUEalOc #egT9rH6FULMOCkfqqevp6IXRPvkh5GMz {  }
 }@media only screen and (max-width: 763px) { #s7iUulXaPRL8QB3WsTvah4eOwoIxdv44 { width:12.6875rem;height:1.75rem;top:36.875001907349rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #licdycsEp8GE6Hm7NBhl682P3UsPkBJN { width:13.125rem;height:9.8125rem;top:18.524998664856rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yflzWC2zic1v3pEm48yzKKrUTWg31eKy { display:block; }#yflzWC2zic1v3pEm48yzKKrUTWg31eKy > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6y6q4f6HQDdc06xLVUR8e654cITM0n9 { display:block; }#T6y6q4f6HQDdc06xLVUR8e654cITM0n9 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPISIrlfodkpZHzQcbTUFt4n5QRV1GAW { width:20rem;height:1.625rem;top:0.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pa29UUEQUzZkG5Pezr5Q6yq2gQxdCidd { width:8.25rem;height:0.1875rem;top:2.3500022888184rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN { background-color:#ffffff;background-image:none;display:block; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { background-color: transparent; background-image: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container > .video-iframe-container { display: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row > .video-iframe-container { display: none; }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .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); }#WwU87UXlATuuLF3Fc4aT5PSofRkHs9hN > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJTAHNG7SL6KsmOVtVE2GMsiJe0EpITd { width:19.6875rem;height:14.7rem;top:6.1000013351441rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zFvTGfUO9zCtWEIdHpZGS4d7kU9kIMOP { width:20rem;height:2.1rem;top:27.945831298828rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a { display:flex;width:1.75rem;height:1.75rem;top:31.374992370606rem;left:7.125rem; }
#pXyJi3CTkr5SCc3dVpqRcf7Nk01iUW5a > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN { display:flex;width:1.5rem;height:1.5rem;top:31.4375rem;left:10.375rem; }
#lvu0TwTSzXvbCLP9T2lE7kbG5mbQLXwN > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #awBinLEMZPFmnsSynpuNG768f6UUxeHp { display:flex;width:1.125rem;height:1.125rem;top:29.0625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #rAoJxM5pw9txB1eEXDSy23l8DtWDsgsC { width:7.75rem;height:2.25rem;top:1.6750001907349rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoOdiK8q1WFmtHpb4qmvkxZuuiT3eUk { width:20rem;height:2.1rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDbmfGfGqEVpxDrcmlCEIo0cRsm7Tqr { width:12.5rem;height:2.0625rem;top:24.287498474121rem;left:3.75rem;font-size:0.8125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cTfPeoROQAPgDiRc6zQ8kLnFgEgRe21v { display:block; }
 }@media only screen and (max-width: 763px) { #qTv3xuABhkWcgdEPfilnKT3bS4Obm62l { display:block; }#qTv3xuABhkWcgdEPfilnKT3bS4Obm62l > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v89Bqf75kIqrZA7FRxquk7OA8HicPRwb { width:12.5rem;height:0.0625rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFPibikLrPzaFTeKssy0dQm5gPtKZTHd { width:20rem;height:2.1rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOIfWzVRrvNTfaQCWTXCFFkIQLOSiQJ7 { width:6.8125rem;height:2.25rem;top:9.25rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDVE1H94aVPXIFVRm7w4oTKlZWXqeWe { width:20rem;height:1.05rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }