.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:254,227,221;--color-primary-1:251,160,141;--color-primary-2:246,65,27;--color-primary-3:123,33,14;--color-primary-4:37,10,4;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:247,247,247;--color-secondary-3:245,245,245;--color-secondary-4:227,227,227;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Source Sans Pro;--paragraphs-font-family:Source Sans Pro; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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;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); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 { border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/QBpZGqEMsKg/unsplash/alex-kotliarskyi-QBpZGqEMsKg-photo-1504384308090-c894fdcc538d.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.adaptive-delivery-prevent-bg, #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.lazyload, #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.lazyloading { background-image: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { background-color: transparent; background-image: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .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); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { border-width: 0; border-radius: 0; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#cfL4xeNXco8OzIn0EhCz8NFNBvCAKLTG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#BJTHTxpZN2xOCkGCBvHKHT2fr7h3c8IK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:4.9375rem;left:0rem;display:block; }
#vUnfpQt65xUOlMuc1WsEbAx4xprIqKOE { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FdRkMacybE3VVSxtFibhO96Z12KEH4LQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.9375rem;left:0rem;display:block; }
#ZI3S5Q0K3gUnE0LIO9F0oZwxP8PRH2Qg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQMDwvA5O1Tc7JvoNTDZJ95353FAVGX4 { background-color:rgba(var(--color-secondary-1),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-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.9375rem;left:15.25rem;display:block; }
#c9CcqeF6XFWDX4Wrfd6qoK6TWNxTqVJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QIk6Tdca7nx2yAJG0ZHpOXvSfXXHhqUM { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.708984375rem;left:0rem;height:16.0810375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VILz8lhxT2MqA9nnxoA1uVkEm7Ek40Ek { box-sizing:content-box;height:33.625rem;width:41.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:-0.0625rem;left:0rem;display:block; }
#MEpQy63auneCSIyTNZJOgSefMkfsFqbg { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:1.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.25rem;left:36.625rem;display:block; }
#L5akoen2DXhpoN8iWsH8z2UOuwsD1aG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTIPEhLmXTbEftm7lhgKrm3yOtnc8VRQ { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:1.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.125rem;left:31.5rem;display:block; }
#TfHvfvrVoWyqgBfusdMloPEc2F62eIR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUuzTlIn4I8qXqlzotrAftwDhNUkAWqo { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:1.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.25rem;left:26.875rem;display:block; }
#oWhbWLwk3yxWVMAc0Dv9BfpLJpbNTSPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPCQFrhKvggIZTro29hNkShNDSUWlxMb { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.25rem;left:22.0625rem;display:block; }
#lcIT3Z1Zm0tiOf5PbBLTluSWRabsHLEi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyE8Wvpt4l2T8qtPpB9FZwohgWhMdq2s { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.0625rem;left:16rem;display:block; }
#GHsUwGcPfMld1CqWo6cqJqt3GRIzFz6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFGHogWethBSALmw0TpMFvrzNFN2ySB1 { position:absolute;display:block;z-index:15016;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:1.5625rem;width:15.25rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container { background-color: transparent; background-image: none; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container > .video-iframe-container { display: none; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row > .video-iframe-container { display: none; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .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); }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container { border-width: 0; border-radius: 0; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#CserA0BnB1e8q1CHS1Dc0ylmH8oFpn2z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1494140625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVovZA51fQZDRM07PISzsW8AX6EiWuOk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container { background-color: transparent; background-image: none; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container > .video-iframe-container { display: none; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row > .video-iframe-container { display: none; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .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); }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container { border-width: 0; border-radius: 0; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#lApV1kZHzNup2zUBXnAcuHUWuK0lSc5m { position:absolute;display:block;z-index:15001;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:1.25rem;width:12.3125rem;top:3.40625rem;left:1.34375rem;overflow:hidden;display:block; }
#lm3cVo8xyIQRW5z5sXZDgL9ZbLm9Ry5I { position:absolute;display:block;z-index:15003;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:2.375rem;width:12.375rem;top:2.84375rem;left:46.3125rem;overflow:hidden;display:block; }
#ZNTmRJmVehkPgulZtnUf6fCWKwHRNTsR { position:absolute;display:block;z-index:15002;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:1.25rem;width:12.25rem;top:3.40625rem;left:31.375rem;overflow:hidden;display:block; }
#S9as5FUJ1tZcivV9srTfo8GsUXUX73DW { position:absolute;display:block;z-index:14997;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:1.25rem;width:12.6875rem;top:3.40625rem;left:16.15625rem;overflow:hidden;display:block; }
#hRMUCw3Ltm3TMoMsoRPigyQXnfD8J2Cb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pyf2Te08f44wxSIXflBx9lbk4J0yVIcX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfM4d5XGULzhuLEPpP5zeb5pCqh7ODa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.187501907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCAvVIBlsXPDkQNu6Cnzda70PyDUiKAz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.25rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SgcyvW0Tz0JmapJ3QNM837xNr5NNTkf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyr9JunkoSBgtANHMlRRfzu5IvG7Fb3X { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.062501907349rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OA2USCytmuroQLEttzUhVgOtwHWttZQv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syFPD61B2mzqPPy5pEey6hFwrMI1sv1i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.125001907349rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl { position:relative;display:block; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl { background-color: transparent; background-image: none; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row .container > .video-iframe-container { display: none; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row > .video-iframe-container { display: none; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .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); }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl { border-width: 0; border-radius: 0; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .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; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .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:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A15xk17kE4JRBfTkVsTbRqW7K83SMpCr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd { position:relative;display:block; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd { background-color: transparent; background-image: none; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row .container > .video-iframe-container { display: none; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row > .video-iframe-container { display: none; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .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); }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd { border-width: 0; border-radius: 0; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .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; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .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:25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O0fLsp29fwTtTLkolIP0ihZU2IScVDEx { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.5rem;width:40rem;top:2.3124942779541rem;left:10rem;display:block; }
#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { color:#161616;display:block;width:40.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { color:#161616;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:20.71289375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#idkGenQtTB0X9hKhVXZ86xtEqd7q706A { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:12.5rem;left:0rem;display:block; }
#r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.375rem;left:0rem;display:block; }
#fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:7.5rem;left:47.5rem;display:block; }
#dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:7.5rem;left:47.1875rem;display:block; }
#EB3aU6paC2rbchI3lSDryQDTOTNPN33v { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:13.5625rem;left:47.5rem;display:block; }
#LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:13.5625rem;left:47.1875rem;display:block; }
#WcFCmpa44huzyTVy3UNqllyTad3nOand { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:19.6875rem;left:47.5rem;display:block; }
#BmIozphxfVTTAisea1yudybQEePvczCP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:19.6875rem;left:47.1875rem;display:block; }
#WmJTTZasAs32QR2EFn3821aqIKyyJbky { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:48.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9453125rem;left:48.4375rem;height:1.0556625rem;font-style:normal;display:block; }
#yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:49.125rem;height:1.625rem;font-style:normal;display:block; }
#go6AEr245p8NMeGJutzT7MkEvl319eWz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:48.34375rem;height:1.94921875rem;font-style:normal;display:block; }
#co2ctAh3liVTuun4VkRVeHWKE4ectgxO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.2646484375rem;left:48.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.8896484375rem;left:48.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#peCnwlSwtii9rsVwO0Nznk4mp64EVuAU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:25.6875rem;left:47.5rem;display:block; }
#eTbL71VZUiUXZRACh8bhBzXSTOPOTcFV { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:25.6875rem;left:47.125rem;display:block; }
#WCi07bh9615JE2S39cZ8bTRTp75hTUdT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.5rem;top:31.7119140625rem;left:47.5rem;display:block; }
#cACky4J4ubDnLbQKyJ2rFEvvnkoUST4U { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:31.7119140625rem;left:47.125rem;display:block; }
#T4GPF5NS0adDFZ9QXP69gX4FJDQeUFqc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.2646484375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtp3byL7KmRS364K26k4iOw7u2WUFv6d { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.8896484375rem;left:48.28125rem;height:1.94921875rem;font-style:normal;display:block; }
#i3EUqGmPZpUmXEbxkCdmsF0c7aXmQaZT { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.3515625rem;left:47.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHmAMTtCByamkWZah0nbV1aXx66arOkc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:33.8251953125rem;left:48.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 { position:relative;display:block; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 { background-color: transparent; background-image: none; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row .container > .video-iframe-container { display: none; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row > .video-iframe-container { display: none; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .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); }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 { border-width: 0; border-radius: 0; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .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; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .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:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KdxvPgHIveTPCGtwgNoumT490W9ur1cg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2744140625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc { position:relative;display:block; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc { background-color: transparent; background-image: none; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row .container > .video-iframe-container { display: none; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row > .video-iframe-container { display: none; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .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); }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc { border-width: 0; border-radius: 0; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .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; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .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:7rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rWQL0VHlOpBuX6OUJqPG0gpFeksFR0UP { position:absolute;display:block;z-index:15000;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:4.25rem;width:6.5625rem;top:1.375rem;left:2.6875rem;overflow:hidden;display:block; }
#G4CDVSlICT350HXQfDWiM8IRyGTAyzPL { position:absolute;display:block;z-index:15001;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:4.625rem;width:9.0625rem;top:1.1875rem;left:13.1875rem;overflow:hidden;display:block; }
#SrAxPMDFVV0uV4KnPsumhIrJ3yJufvAI { position:absolute;display:block;z-index:15002;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:4.25rem;width:8.625rem;top:1.375rem;left:25.6875rem;overflow:hidden;display:block; }
#oAhK1U4K9WqH4egniocnrHrCHTtHMe8q { position:absolute;display:block;z-index:15003;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:4.25rem;width:7.8125rem;top:1.375rem;left:48.88671875rem;overflow:hidden;display:block; }
#XPMGBw3UxO52chEf4Aez4RXF6z44A4GT { position:absolute;display:block;z-index:15003;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:2.1875rem;width:8.625rem;top:2.40625rem;left:36.875rem;overflow:hidden;display:block; }
#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { background-color: transparent; background-image: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .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); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { border-width: 0; border-radius: 0; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { color:#161616;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.140625rem;left:25.125rem;height:11.046875rem;font-style:normal;display:block; }
#irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:7.8125rem;left:25.125rem;display:block; }
#hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.75rem;left:25.125001907349rem;display:block; }
#ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { color:#161616;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:25.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { position:absolute;display:block;z-index:15018;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:24.875rem;width:18.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg { position:relative;display:block; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg { background-color: transparent; background-image: none; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row .container > .video-iframe-container { display: none; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row > .video-iframe-container { display: none; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .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); }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg { border-width: 0; border-radius: 0; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .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; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .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:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vfrR6OyBIxRXLPGaAi9GABSxPCnWUude { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q { position:relative;display:block; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q { background-color: transparent; background-image: none; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row .container > .video-iframe-container { display: none; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row > .video-iframe-container { display: none; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .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); }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q { border-width: 0; border-radius: 0; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .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; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .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:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ch6NvKNDT4D5i1Lkz7ysMtlchHr2CChh { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.60546875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0guANiZN2zqCabufe3AUFxUq63z1Wnm { position:relative;display:block; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm { background-color: transparent; background-image: none; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row .container > .video-iframe-container { display: none; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row > .video-iframe-container { display: none; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .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); }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm { border-width: 0; border-radius: 0; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .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; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .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:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zz6E6N4F57BJuqOyRNae1P62ih59nOBe { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.5rem;width:40rem;top:2.3124942779541rem;left:10rem;display:block; }
#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6376953125rem;left:0rem;height:8.28515625rem;font-style:normal;display:block; }
#Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.388671875rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:9.875rem;left:0rem;display:block; }
#ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { position:absolute;display:block;z-index:15022;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:2.1875rem;width:2.1875rem;top:19.375rem;left:0rem;overflow:hidden;display:block; }
#brf5CyQ1f4pRMAEfOR36DkKRBUL9DrZi { position:absolute;display:block;z-index:15023;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:2.8125rem;width:2.8125rem;top:19rem;left:8.4375rem;overflow:hidden;display:block; }
#nSa8inT5TlR2vxGvZssupmahRBrQVioE { position:absolute;display:block;z-index:15024;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:2.5rem;width:2.5rem;top:19.25rem;left:16.375rem;overflow:hidden;display:block; }
#nkdf0RZpJ5sTQJ1NPMn2q6RDICNKKzTT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.697265625rem;left:3.8125rem;height:1.54375rem;font-style:normal;display:block; }
#CqZ1Outg3pMkNP9Tc2SeT26phrxV2cgW { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.697265625rem;left:12.375rem;height:1.54375rem;font-style:normal;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000a1b;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:18.375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000a1b;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:18.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.1875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:rgba(22,22,22,0.3);font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:rgba(22,22,22,0.3);font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:rgba(22,22,22,0.3);font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:rgba(22,22,22,0.3);font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#161616;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:35.0625rem;top:0.75rem;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:35.0625rem;top:0.75rem;z-index:15025;position:absolute; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Zmcs7aQ6oPg97qKWlGbK2ufkPePZ9rnR { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #uqR2wpv9bSCS6JC94QADuUbt0zypIXL1 { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Up8Abw18oEDGKVGpOTGDiRaG6TKmVtTp { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { position:relative;display:block; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 { position:relative; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e { position:relative; }
#oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container { background-color: transparent; background-image: none; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container > .video-iframe-container { display: none; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row > .video-iframe-container { display: none; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .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); }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container { border-width: 0; border-radius: 0; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#BQrCA1lo4ud0fswPT2WOv6XJAHv6vxkw { color:#793a4c;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0693359375rem;left:21.625rem;height:3.41015625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tB2sU4fr2zCU1n73DCbCGgGgegO1CzbN { color:#793a4c;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.06982421875rem;left:43.25rem;height:3.41015625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#usHh46XN9feqVTGiSuK3OVobAL46ypw8 { color:#793a4c;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0693359375rem;left:0rem;height:3.41015625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IvaZOQXmbqXEZtlqBvOL2ihRoASTbmmK { color:#793a4c;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:23.8125rem;height:4.546875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 { background-color:#0040b4;background-image:url("https://images.assets-landingi.com/X8lFKgXS/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.adaptive-delivery-prevent-bg, #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.lazyload, #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3.lazyloading { background-image: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { background-color: transparent; background-image: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .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); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { border-width: 0; border-radius: 0; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfL4xeNXco8OzIn0EhCz8NFNBvCAKLTG { top:2.5625rem;left:0rem;width:32.9375rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BJTHTxpZN2xOCkGCBvHKHT2fr7h3c8IK { top:4.9375rem;left:0rem;width:6.1875rem;height:0.4375rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vUnfpQt65xUOlMuc1WsEbAx4xprIqKOE { top:5.6875rem;left:0rem;width:37.125rem;height:2.625rem;font-size:2.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FdRkMacybE3VVSxtFibhO96Z12KEH4LQ { width:12.5rem;height:3.875rem;top:27.9375rem;left:0rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0040b4;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3S5Q0K3gUnE0LIO9F0oZwxP8PRH2Qg { display:block; }
 }@media only screen and (max-width: 763px) { #zQMDwvA5O1Tc7JvoNTDZJ95353FAVGX4 { width:12.5rem;height:3.875rem;top:27.9375rem;left:9.125rem;background-color:rgba(0,0,0,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 #fafafa;border-left:0.1875rem solid #fafafa;border-right:0.1875rem solid #fafafa;border-bottom:0.1875rem solid #fafafa;box-shadow: none;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #c9CcqeF6XFWDX4Wrfd6qoK6TWNxTqVJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #QIk6Tdca7nx2yAJG0ZHpOXvSfXXHhqUM { top:9.6875rem;left:0rem;width:37.4375rem;height:16.0625rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VILz8lhxT2MqA9nnxoA1uVkEm7Ek40Ek { top:-0.0625rem;left:0rem;width:41.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEpQy63auneCSIyTNZJOgSefMkfsFqbg { width:4.125rem;height:1.1875rem;top:0.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5akoen2DXhpoN8iWsH8z2UOuwsD1aG4 { display:block; }
 }@media only screen and (max-width: 763px) { #BTIPEhLmXTbEftm7lhgKrm3yOtnc8VRQ { width:4.6875rem;height:1.4375rem;top:0.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHvfvrVoWyqgBfusdMloPEc2F62eIR7 { display:block; }
 }@media only screen and (max-width: 763px) { #bUuzTlIn4I8qXqlzotrAftwDhNUkAWqo { width:4.125rem;height:1.25rem;top:0.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWhbWLwk3yxWVMAc0Dv9BfpLJpbNTSPD { display:block; }
 }@media only screen and (max-width: 763px) { #PPCQFrhKvggIZTro29hNkShNDSUWlxMb { width:4.8125rem;height:1.1875rem;top:0.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcIT3Z1Zm0tiOf5PbBLTluSWRabsHLEi { display:block; }
 }@media only screen and (max-width: 763px) { #pyE8Wvpt4l2T8qtPpB9FZwohgWhMdq2s { width:5.5rem;height:1.5625rem;top:0.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHsUwGcPfMld1CqWo6cqJqt3GRIzFz6a { display:block; }
 }@media only screen and (max-width: 763px) { #AFGHogWethBSALmw0TpMFvrzNFN2ySB1 { top:-0.0625rem;left:0rem;width:15.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp { display:block; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CserA0BnB1e8q1CHS1Dc0ylmH8oFpn2z { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVovZA51fQZDRM07PISzsW8AX6EiWuOk { top:4.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v { display:block; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lApV1kZHzNup2zUBXnAcuHUWuK0lSc5m { top:3.375rem;left:0rem;width:12.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm3cVo8xyIQRW5z5sXZDgL9ZbLm9Ry5I { top:2.8125rem;left:35.375rem;width:12.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTmRJmVehkPgulZtnUf6fCWKwHRNTsR { top:3.375rem;left:23.5625rem;width:12.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9as5FUJ1tZcivV9srTfo8GsUXUX73DW { top:3.375rem;left:11.1875rem;width:12.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMUCw3Ltm3TMoMsoRPigyQXnfD8J2Cb { top:7.9375rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyf2Te08f44wxSIXflBx9lbk4J0yVIcX { top:10rem;left:0rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfM4d5XGULzhuLEPpP5zeb5pCqh7ODa8 { top:10.0625rem;left:9.25rem;width:14.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAvVIBlsXPDkQNu6Cnzda70PyDUiKAz { top:7.9375rem;left:9.5rem;width:14.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyvW0Tz0JmapJ3QNM837xNr5NNTkf9 { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyr9JunkoSBgtANHMlRRfzu5IvG7Fb3X { top:10.0625rem;left:21rem;width:14.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA2USCytmuroQLEttzUhVgOtwHWttZQv { top:8rem;left:32.9375rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syFPD61B2mzqPPy5pEey6hFwrMI1sv1i { top:10.0625rem;left:32.9375rem;width:14.8125rem;height:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl { display:block; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A15xk17kE4JRBfTkVsTbRqW7K83SMpCr { top:1.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd { display:block; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0fLsp29fwTtTLkolIP0ihZU2IScVDEx { top:2.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { top:3.8125rem;left:0rem;width:40.875rem;height:6.5rem;font-size:2.5rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { top:15rem;left:0rem;width:36.625rem;height:20.6875rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { top:12.5rem;left:0rem;width:5.625rem;height:0.4375rem;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { width:13.6875rem;height:3.875rem;top:38.375rem;left:0rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { top:7.5rem;left:35.25rem;width:12.5rem;height:5rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { top:7.5rem;left:41.0625rem;width:0.4375rem;height:5rem;background-color:#000a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EB3aU6paC2rbchI3lSDryQDTOTNPN33v { top:13.5625rem;left:35.25rem;width:12.5rem;height:5rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { top:13.5625rem;left:41.0625rem;width:0.4375rem;height:5rem;background-color:#000a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { top:19.6875rem;left:35.25rem;width:12.5rem;height:5rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BmIozphxfVTTAisea1yudybQEePvczCP { top:19.6875rem;left:41.0625rem;width:0.4375rem;height:5rem;background-color:#000a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WmJTTZasAs32QR2EFn3821aqIKyyJbky { top:8.0625rem;left:37.625rem;width:10.125rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { top:9.9375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { top:14.0625rem;left:37.625rem;width:10.125rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #go6AEr245p8NMeGJutzT7MkEvl319eWz { top:15.6875rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #co2ctAh3liVTuun4VkRVeHWKE4ectgxO { top:20.25rem;left:37.8125rem;width:9.9375rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { top:21.875rem;left:37.125rem;width:10.625rem;height:1.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #peCnwlSwtii9rsVwO0Nznk4mp64EVuAU { top:25.6875rem;left:35.25rem;width:12.5rem;height:5rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTbL71VZUiUXZRACh8bhBzXSTOPOTcFV { top:25.6875rem;left:41rem;width:0.4375rem;height:5rem;background-color:#000a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WCi07bh9615JE2S39cZ8bTRTp75hTUdT { top:31.6875rem;left:35.25rem;width:12.5rem;height:5rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cACky4J4ubDnLbQKyJ2rFEvvnkoUST4U { top:31.6875rem;left:41rem;width:0.4375rem;height:5rem;background-color:#000a1b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T4GPF5NS0adDFZ9QXP69gX4FJDQeUFqc { top:26.25rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtp3byL7KmRS364K26k4iOw7u2WUFv6d { top:27.875rem;left:36.8125rem;width:10.9375rem;height:1.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i3EUqGmPZpUmXEbxkCdmsF0c7aXmQaZT { top:32.3125rem;left:35.75rem;width:12rem;height:1.4375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tHmAMTtCByamkWZah0nbV1aXx66arOkc { top:33.8125rem;left:37.125rem;width:10.625rem;height:1.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 { display:block; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdxvPgHIveTPCGtwgNoumT490W9ur1cg { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9JAkchImdGVZTiTMDb9MJLDwQrel4pc { display:block; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWQL0VHlOpBuX6OUJqPG0gpFeksFR0UP { top:1.375rem;left:0rem;width:6.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4CDVSlICT350HXQfDWiM8IRyGTAyzPL { top:1.1875rem;left:7.0625rem;width:9.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAxPMDFVV0uV4KnPsumhIrJ3yJufvAI { top:1.375rem;left:19.5625rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAhK1U4K9WqH4egniocnrHrCHTtHMe8q { top:1.375rem;left:39.9375rem;width:7.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPMGBw3UxO52chEf4Aez4RXF6z44A4GT { top:2.375rem;left:30.75rem;width:8.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { background-color: transparent; background-image: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .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); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { border-width: 0; border-radius: 0; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { top:9.125rem;left:12.875rem;width:34.875rem;height:11rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { top:7.8125rem;left:19rem;width:5.625rem;height:0.4375rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { width:13.6875rem;height:3.875rem;top:20.75rem;left:19.000001907349rem;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { top:2.8125rem;left:13.25rem;width:34.5rem;height:2.9375rem;font-size:2.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { top:1.25rem;left:0rem;width:18.625rem;height:24.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg { display:block; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfrR6OyBIxRXLPGaAi9GABSxPCnWUude { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q { display:block; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ch6NvKNDT4D5i1Lkz7ysMtlchHr2CChh { top:0.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0guANiZN2zqCabufe3AUFxUq63z1Wnm { display:block; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz6E6N4F57BJuqOyRNae1P62ih59nOBe { top:2.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { top:10.625rem;left:0rem;width:27.4375rem;height:8.25rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { top:5.375rem;left:0rem;width:31.3125rem;height:3.5625rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { top:9.875rem;left:0rem;width:5.625rem;height:0.4375rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { top:19.375rem;left:0rem;width:2.1875rem;height:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #brf5CyQ1f4pRMAEfOR36DkKRBUL9DrZi { top:19rem;left:5.375rem;width:2.8125rem;height:2.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nSa8inT5TlR2vxGvZssupmahRBrQVioE { top:19.25rem;left:13.3125rem;width:2.5rem;height:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nkdf0RZpJ5sTQJ1NPMn2q6RDICNKKzTT { top:19.6875rem;left:0.75rem;width:2.5625rem;height:1.5rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CqZ1Outg3pMkNP9Tc2SeT26phrxV2cgW { top:19.6875rem;left:9.3125rem;width:2.6875rem;height:1.5rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#00205a; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000a1b;color:#161616; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000a1b;color:#161616; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;color:#646464; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#0040b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#f2f9ff; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:rgba(22,22,22,0.3); }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:rgba(22,22,22,0.3); }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:rgba(22,22,22,0.3); }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:rgba(22,22,22,0.3); }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#161616; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-radio-label { color:#161616; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { width:18.375rem;height:27.6875rem;top:0.75rem;left:25.875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { color:#909090; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { width:18.375rem;height:27.6875rem;top:0.75rem;left:25.875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Zmcs7aQ6oPg97qKWlGbK2ufkPePZ9rnR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #uqR2wpv9bSCS6JC94QADuUbt0zypIXL1 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Up8Abw18oEDGKVGpOTGDiRaG6TKmVtTp {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW { display:block; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQrCA1lo4ud0fswPT2WOv6XJAHv6vxkw { top:2.0625rem;left:15.5rem;width:16.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB2sU4fr2zCU1n73DCbCGgGgegO1CzbN { top:2.0625rem;left:31rem;width:16.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHh46XN9feqVTGiSuK3OVobAL46ypw8 { top:2.0625rem;left:0rem;width:16.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvaZOQXmbqXEZtlqBvOL2ihRoASTbmmK { top:0rem;left:17.6875rem;width:12.375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { background-color: transparent; background-image: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row > .video-iframe-container { display: none; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .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); }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { border-width: 0; border-radius: 0; }#PVMLlIGa99sD9rX4uwdfNm8LNeWad3k3 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfL4xeNXco8OzIn0EhCz8NFNBvCAKLTG { width:12.5rem;height:3.25rem;top:5.3125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BJTHTxpZN2xOCkGCBvHKHT2fr7h3c8IK { width:6.1875rem;height:0.4375rem;top:9.75rem;left:6.90625rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vUnfpQt65xUOlMuc1WsEbAx4xprIqKOE { width:20rem;height:5.19921875rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FdRkMacybE3VVSxtFibhO96Z12KEH4LQ { width:12.5rem;height:3.875rem;top:52.125rem;left:3.75rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3S5Q0K3gUnE0LIO9F0oZwxP8PRH2Qg { display:block; }
 }@media only screen and (max-width: 763px) { #zQMDwvA5O1Tc7JvoNTDZJ95353FAVGX4 { width:12.5rem;height:3.875rem;top:57.75rem;left:3.75rem;background-color:rgba(0,0,0,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 #f6411b;border-left:0.1875rem solid #f6411b;border-right:0.1875rem solid #f6411b;border-bottom:0.1875rem solid #f6411b;box-shadow: none;color:#f6411b;display:block; }
 }@media only screen and (max-width: 763px) { #c9CcqeF6XFWDX4Wrfd6qoK6TWNxTqVJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #QIk6Tdca7nx2yAJG0ZHpOXvSfXXHhqUM { width:19.25rem;height:33.94534375rem;top:16.4921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VILz8lhxT2MqA9nnxoA1uVkEm7Ek40Ek { width:20rem;height:39.1875rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEpQy63auneCSIyTNZJOgSefMkfsFqbg { width:2.875rem;height:1rem;top:2.25rem;left:14.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5akoen2DXhpoN8iWsH8z2UOuwsD1aG4 { display:block; }
 }@media only screen and (max-width: 763px) { #BTIPEhLmXTbEftm7lhgKrm3yOtnc8VRQ { width:3.0625rem;height:1rem;top:2.25rem;left:11.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHvfvrVoWyqgBfusdMloPEc2F62eIR7 { display:block; }
 }@media only screen and (max-width: 763px) { #bUuzTlIn4I8qXqlzotrAftwDhNUkAWqo { width:2.3125rem;height:1rem;top:2.25rem;left:9.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWhbWLwk3yxWVMAc0Dv9BfpLJpbNTSPD { display:block; }
 }@media only screen and (max-width: 763px) { #PPCQFrhKvggIZTro29hNkShNDSUWlxMb { width:3.0625rem;height:1rem;top:2.25rem;left:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcIT3Z1Zm0tiOf5PbBLTluSWRabsHLEi { display:block; }
 }@media only screen and (max-width: 763px) { #pyE8Wvpt4l2T8qtPpB9FZwohgWhMdq2s { width:3.8125rem;height:1rem;top:2.25rem;left:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHsUwGcPfMld1CqWo6cqJqt3GRIzFz6a { display:block; }
 }@media only screen and (max-width: 763px) { #AFGHogWethBSALmw0TpMFvrzNFN2ySB1 { width:15.25rem;height:1.5625rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp { display:block; }#r6mzxywqP5dFUyyHIgsMTUlMwCTX3Tcp > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CserA0BnB1e8q1CHS1Dc0ylmH8oFpn2z { width:20rem;height:1.94921875rem;top:1.03125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVovZA51fQZDRM07PISzsW8AX6EiWuOk { width:20rem;height:4.875rem;top:4.23046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v { display:block; }#v880t4qqtsz2g3lsAEG9IDh14wXMEQ4v > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lApV1kZHzNup2zUBXnAcuHUWuK0lSc5m { width:12.3125rem;height:1.25rem;top:2.9375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm3cVo8xyIQRW5z5sXZDgL9ZbLm9Ry5I { width:15.5rem;height:2.875rem;top:42.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTmRJmVehkPgulZtnUf6fCWKwHRNTsR { width:13.125rem;height:1.25rem;top:28.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9as5FUJ1tZcivV9srTfo8GsUXUX73DW { width:13.75rem;height:1.25rem;top:15.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMUCw3Ltm3TMoMsoRPigyQXnfD8J2Cb { width:19.5625rem;height:1.625rem;top:7.6875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyf2Te08f44wxSIXflBx9lbk4J0yVIcX { width:14.8125rem;height:2.7625rem;top:9.5625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfM4d5XGULzhuLEPpP5zeb5pCqh7ODa8 { width:14.625rem;height:2.7625rem;top:21.6875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCAvVIBlsXPDkQNu6Cnzda70PyDUiKAz { width:19.625rem;height:1.625rem;top:19.75rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyvW0Tz0JmapJ3QNM837xNr5NNTkf9 { width:19.25rem;height:1.625rem;top:32.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyr9JunkoSBgtANHMlRRfzu5IvG7Fb3X { width:14.8125rem;height:1.3808625rem;top:34.5625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA2USCytmuroQLEttzUhVgOtwHWttZQv { width:18.9375rem;height:1.625rem;top:46.875rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syFPD61B2mzqPPy5pEey6hFwrMI1sv1i { width:14.8125rem;height:6.9043125rem;top:49.8125rem;left:2.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl { display:block; }#bXIzzGJl0RlX4EEQoNiyQ2bJTmLH9gsl > .row .container { width:20rem;height:12.71875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A15xk17kE4JRBfTkVsTbRqW7K83SMpCr { width:20rem;height:11.6953125rem;top:1.03125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd { display:block; }#SbBxHQx2JRSKAUTiD4JVpCfO3Uu13RXd > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0fLsp29fwTtTLkolIP0ihZU2IScVDEx { height:11.125rem;width:20rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { width:20rem;height:5.199225rem;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFg7oslXPM6nsqnQJTiLTEnDZa6tV0 { width:19.0625rem;height:35.9023625rem;top:10.068359375rem;left:0.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #idkGenQtTB0X9hKhVXZ86xtEqd7q706A { width:5.625rem;height:0.4375rem;top:8.887499809265rem;left:7.1874998807906rem;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r1ziszmkh8XQmX65G0haUtxwVpcnBV29 { width:13.6875rem;height:3.875rem;top:47.40625rem;left:3.15625rem;font-size:1.25rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #fD0JC6TmeolN9GqzBk9fHZXRK5K370Nz { display:block; }
 }@media only screen and (max-width: 763px) { #RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { width:6.25rem;height:7.25rem;top:44.650390625rem;left:1rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { width:0.4375rem;height:6.25rem;top:51.900390625rem;left:1.6875rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EB3aU6paC2rbchI3lSDryQDTOTNPN33v { width:12.75rem;height:5.125rem;top:53rem;left:3.40625rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LDfMPJcOWTpcmymqsOJapJ2n5gu4GMzz { width:0.4375rem;height:6.25rem;top:45.150390625rem;left:0.625rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { width:6.25rem;height:7.375rem;top:44.587890625rem;left:8.25rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BmIozphxfVTTAisea1yudybQEePvczCP { width:0.4375rem;height:6.25rem;top:45.712890625rem;left:16.46875rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WmJTTZasAs32QR2EFn3821aqIKyyJbky { width:4.875rem;height:0;top:46.765625rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { width:5.25rem;height:0;top:46.765625rem;left:3.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yXuvSMSAg4lk9CsogaFoxeQ9iHTLaBzK { width:6.3125rem;height:0;top:62.1708984375rem;left:12.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #go6AEr245p8NMeGJutzT7MkEvl319eWz { width:6.25rem;height:0;top:62.1708984375rem;left:4.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #co2ctAh3liVTuun4VkRVeHWKE4ectgxO { width:6rem;height:0;top:50.1748046875rem;left:3.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { width:5.9375rem;height:0;top:47.8212890625rem;left:10.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #peCnwlSwtii9rsVwO0Nznk4mp64EVuAU { width:12.5rem;height:5rem;top:53.1875rem;left:3.75rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eTbL71VZUiUXZRACh8bhBzXSTOPOTcFV { width:0.4375rem;height:5rem;top:48.3876953125rem;left:3.90625rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WCi07bh9615JE2S39cZ8bTRTp75hTUdT { width:12.5rem;height:5rem;top:65.53221875rem;left:3.75rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cACky4J4ubDnLbQKyJ2rFEvvnkoUST4U { width:0.4375rem;height:5rem;top:59.28221875rem;left:9.75rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T4GPF5NS0adDFZ9QXP69gX4FJDQeUFqc { width:12.5rem;height:0;top:53.3876953125rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtp3byL7KmRS364K26k4iOw7u2WUFv6d { width:10.9375rem;height:0;top:55.2343671875rem;left:4.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #i3EUqGmPZpUmXEbxkCdmsF0c7aXmQaZT { width:12rem;height:0;top:66.1718671875rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tHmAMTtCByamkWZah0nbV1aXx66arOkc { width:10.625rem;height:0;top:67.6455rem;left:4.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 { display:block; }#V1fLBt4a3nxyy5azpEGOJabPnFgq8Ro8 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdxvPgHIveTPCGtwgNoumT490W9ur1cg { width:20rem;height:3.8984375rem;top:1.03125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9JAkchImdGVZTiTMDb9MJLDwQrel4pc { display:block; }#O9JAkchImdGVZTiTMDb9MJLDwQrel4pc > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWQL0VHlOpBuX6OUJqPG0gpFeksFR0UP { width:5.6875rem;height:3.625rem;top:1.875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4CDVSlICT350HXQfDWiM8IRyGTAyzPL { width:9.0625rem;height:4.625rem;top:8.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAxPMDFVV0uV4KnPsumhIrJ3yJufvAI { width:8.625rem;height:4.25rem;top:15.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAhK1U4K9WqH4egniocnrHrCHTtHMe8q { width:5.8125rem;height:3.1875rem;top:22.8125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPMGBw3UxO52chEf4Aez4RXF6z44A4GT { width:8.625rem;height:2.1875rem;top:28.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { background-color: transparent; background-image: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row > .video-iframe-container { display: none; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .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); }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { border-width: 0; border-radius: 0; }#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { width:19.125rem;height:17.9511875rem;top:17.66250038147rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #irBT6kEwBlDMh2FxsLV2a4Sx2PoR131U { width:5.625rem;height:0.4375rem;top:15.97500038147rem;left:7.1875rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hcbbulDgGPHihWiTf6TKHouqnzOWe8Jh { width:13.6875rem;height:3.875rem;top:37.412109375rem;left:3.15625rem;font-size:1.25rem;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #ACaqIr0TZvMMM0kSQCNgFlwJM5bpFDwg { display:block; }
 }@media only screen and (max-width: 763px) { #xULTzHEwxOJCFNrvlSThqebUtUkVrwaa { width:20rem;height:5.2rem;top:10.22500038147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { width:6.1875rem;height:8.25rem;top:1.5rem;left:6rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg { display:block; }#tfvROQS5qnHmPdCXXdSzVHyT4QAdIBIg > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfrR6OyBIxRXLPGaAi9GABSxPCnWUude { width:20rem;height:3.8984375rem;top:0.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q { display:block; }#PC9pGMpmmZLBa0hNJd03lPlKgEefBP8Q > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ch6NvKNDT4D5i1Lkz7ysMtlchHr2CChh { width:20rem;height:5.5234375rem;top:0.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0guANiZN2zqCabufe3AUFxUq63z1Wnm { display:block; }#i0guANiZN2zqCabufe3AUFxUq63z1Wnm > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz6E6N4F57BJuqOyRNae1P62ih59nOBe { height:11.125rem;width:20rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B { background-color:#f6411b;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.adaptive-delivery-prevent-bg, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyload, #zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B.lazyloading { background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { background-color: transparent; background-image: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row > .video-iframe-container { display: none; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .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); }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { border-width: 0; border-radius: 0; }#zXVEZ8R7fOThNxFCkFKblMUO2zrrtO3B > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { width:19.375rem;height:11.0468875rem;top:9.224609375rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S3qRwq0zbQdJvGFdZLemx95ZQdtiWvpG { width:5.625rem;height:0.375rem;top:7.912109375rem;left:7.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ai4cJLLsqv3TlpSWpOSafExMcGhFy8KK { width:2rem;height:2rem;top:21.1875rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #brf5CyQ1f4pRMAEfOR36DkKRBUL9DrZi { width:2.5rem;height:2.5rem;top:20.9375rem;left:8.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nSa8inT5TlR2vxGvZssupmahRBrQVioE { width:2.1875rem;height:2.1875rem;top:21.09375rem;left:15.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nkdf0RZpJ5sTQJ1NPMn2q6RDICNKKzTT { width:2.125rem;height:1.54296875rem;top:21.416015625rem;left:5.125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CqZ1Outg3pMkNP9Tc2SeT26phrxV2cgW { width:2.125rem;height:1.54296875rem;top:21.416015625rem;left:12.125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-form-header {  }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1rem;font-weight:bold;color:#090e36;width:17.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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.125rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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.125rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6411b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .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; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:first-of-type{padding-top:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-container:last-of-type{padding-bottom:0;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:0rem;top:26.1875rem;z-index:15002; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ {display:block;}#tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:0rem;top:26.1875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #GzInQxmHlPvxBqZ3gbkQpIqQ4boRXOnb {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #w89zGZcrNZTldkIe26niATiGgsmrs3Sm { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r0f8Deq0INuFqwZKNVpo06vS6TKpFeIR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #TPG0OFTcRTQ48pHKuLSk4Hthrt1J8tsG {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Vz3yypIH7xLfFCZZVr8CBfoGnCDktzqT { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #NmFLDFyWyt35UeOK9ARHxO2v5QIPb8Wu {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Zmcs7aQ6oPg97qKWlGbK2ufkPePZ9rnR {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #uqR2wpv9bSCS6JC94QADuUbt0zypIXL1 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Up8Abw18oEDGKVGpOTGDiRaG6TKmVtTp {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #cqT2cHdAAHf40RwKsFhUkDgqzLnoWKM2 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #iV9TF5hhPNlMToIVRf4L9Bqnbe3IXDsL { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #Ln8Ub8iDF0BOWnpT1nxDG8CAJseZqrsQ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fwrb8WBBXA847741C0S0lDSSeFZPGokJ {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #I6crXoif0s6L6uX8FuRoimSBFg5LzIel { display:block; }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #wJAEWiepkzwMHplI7TyJfdLkGbhEwK8p {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #r7LhHGPJMiwR2slFJgXrWgy7UQCoDJk9 {  }
 }@media only screen and (max-width: 763px) { #tUalc0nkslTWekFyxfNKpKaa8SGcKGKJ #fd6za1VixbDxdXG56OXQlE0I5CGrv67e {  }
 }@media only screen and (max-width: 763px) { #oBm4y7fRpWxdOHekntf0pq22fNHdqgTh { top:25.25rem;left:0rem;width:20rem;height:27.625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW { display:block; }#LRqvkSNO5nXP3IPgIhQyWEa3uwZmXGmW > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQrCA1lo4ud0fswPT2WOv6XJAHv6vxkw { width:16.75rem;height:2.9238375rem;top:10.9472625rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tB2sU4fr2zCU1n73DCbCGgGgegO1CzbN { width:16.75rem;height:1.949225rem;top:15.1210875rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usHh46XN9feqVTGiSuK3OVobAL46ypw8 { width:16.75rem;height:2.9238375rem;top:6.7734375rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvaZOQXmbqXEZtlqBvOL2ihRoASTbmmK { width:11.5625rem;height:3.89845rem;top:4.25rem;left:4.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }