.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/zLcV9nXr2y0/unsplash/david-vives-zLcV9nXr2y0-photo-1601311852860-1d8f42381551.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:44.375rem;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.75rem;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:5.3125rem;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:6.3125rem;left:0rem;height:5.361325rem;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:39.4375rem;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:39.4375rem;left:16.1875rem;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:11.671875rem;left:0rem;height:14.61913125rem;font-style:normal;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; }
#VILz8lhxT2MqA9nnxoA1uVkEm7Ek40Ek { box-sizing:content-box;height:44.5rem;width:41.0625rem;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; }
#L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:8.5595625rem;font-style:normal;display:block; }#L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM li:before{  }
#agyVOfDXzkIs4iG6lG4FspSVwsfenScp { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#ObUZ8QCpdu0Qc2OsF3WM7zZLhzoTdD01 { 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; }
#WxVCBnJiIKrVtZicQtvmQTdw0nhq9dmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpWWE2fbNxwWQ0Gvi0maRSaZ8kBpBAki { 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; }
#B2GCVDunTGqhWwRF5ItutFZZzrR80T19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7ILeJqSawZ99JiEruW9grBwKF3G2Ezl { 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; }
#f6M9gWmu8tTStcttSUrDKAif8lsT80RS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7oHKxKuoTPxKd1cvpKrcV611cVxfpPC { 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; }
#ZsxPfcPbwDVvDgVzwsipk5pDe570Cv53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoklHLPPBMKq8tiVgQ96VnhTEwPpETqN { 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; }
#oSiuVxdtLEboXUshc3QJ9mJp7qNbqhc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vq5sRWyxkBF9ve1e9NA11PTeZDts8gyk { 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; }
#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { background-color: transparent; background-image: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .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); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { border-width: 0; border-radius: 0; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:60rem;position:relative;display:block; }#ldHtEAleLTitTI2KCt8scvl8q1xzsRJT { color:#161616;display:block;width:32.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:1.375rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#lC61ODasGed1JOrnT65zsVaDb4V797zF { color:#161616;display:block;width:39.375rem;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:13.5625rem;left:0rem;height:13.8086rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ly45T3dGI4qWUk3seyR667D2BeHy6g2C { 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.125rem;left:0rem;display:block; }
#Tk2AMU5rzF8WlFvzV1U1zXRNa9yEwptW { 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:#fafafa;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:50.5625rem;left:0rem;display:block; }
#JgTOJgBPQTgo6WHKBT7TJqilJolXpB79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.37109375rem;left:0rem;height:6.13671875rem;font-style:normal;display:block; }#PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt li:before{  }
#SISmdQu0STyTlaJWOs60h4biOfoI9vKT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.806640625rem;left:0rem;height:12.99805625rem;font-style:normal;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:13.5625rem;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:13.5625rem;left:47.1875rem;display:block; }
#WmJTTZasAs32QR2EFn3821aqIKyyJbky { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:48.09375rem;height:1.29980625rem;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:15.5498046875rem;left:48.4375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNLTL8w9VKWrTyILRdsMQ7sfyEiSKf3O { 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:20.625rem;left:47.5rem;display:block; }
#WOn7bKi5A7BbN0lmWhVM8KCDepZgcMnR { 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:20.625rem;left:47.1875rem;display:block; }
#GK0Oc1xTzTUH8Ka7A5KfTTAFQcRXdz61 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.26171875rem;left:48.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyXL4wk3d5qBFQCWJTbQnwEufNGll0x1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:48.34375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ex54Oc3sfwsf8I1TTEl7iuzR4IdasE1l { 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:27.375rem;left:47.5rem;display:block; }
#eBGqFtJHFJDXTvS8QWTwKB91lbHartOS { 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:27.375rem;left:47.1875rem;display:block; }
#Z8JzfagyyML056eqfUrk40DIB3R8ldrz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.88671875rem;left:47.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpspkqumMEPWBeisTQTWnnXXsG145oqG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.4365234375rem;left:48.34375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U13WIeddEVVzGnlIwzarubh2pDI5TZET { 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:34.1875rem;left:47.5rem;display:block; }
#RqS5rtHVDtn7AlCid3cCModSJNwRq8eo { 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:34.1875rem;left:47.1875rem;display:block; }
#otm3Db3m9y7fPAPkZfQ2yTpghxy4Zya2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.681640625rem;left:48.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ta2tVi5lhrxIJ7uBWf7A5JVML1TPrmGT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:36.3564453125rem;left:48.34375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THuIZ4xFbpkqrlMyVstZ3xkDlNq42vFR { 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:40.875rem;left:47.5rem;display:block; }
#BfLkZRKykpD2W2dDDT4R4TF9KKTUysOS { 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:40.875rem;left:47.1875rem;display:block; }
#WJpKsBaLNaqK7FcLDwowTuAoSitC6ZKV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.5126953125rem;left:48.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlBWASWw2dRzkuwxk6Qrzp96vi7kgU81 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:43.125rem;left:48.375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOosZNB2lxBwvX6XNMq2Qt1T4dKChof3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:41.3125rem;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:9.66601875rem;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:36.0625rem;left:25.125rem;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:1.25rem;left:25.125rem;height:5.8496125rem;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:9.140625rem;left:0rem;overflow:hidden;display:block; }
#qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:19.240234375rem;left:25.125rem;height:4.767575rem;font-style:normal;display:block; }#qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB li:before{  }
#LF40fZJVD0WQxJoRhgGT1i1QxmzlNttW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5625rem;left:25.125rem;height:9.6660125rem;font-style:normal;display:block; }
#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 { 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; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { background-color: transparent; background-image: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .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); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { border-width: 0; border-radius: 0; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#LTiCxOCTOwEQr5CWrg9QiJ4BEVmsVTT3 { color:#161616;display:block;width:35.75rem;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:8.390625rem;left:0rem;height:9.66601875rem;font-style:normal;display:block; }
#Io5NIFl9MpIJMCll0Zkt1h8ZWtBuNZev { 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.4375rem;left:0rem;display:block; }
#B45orOScTqlo48MLTJQfsiG2xdWnp7A6 { 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:33.09375rem;left:0rem;display:block; }
#Erw3XQZDNJISK3uBWiT6NFLmCmLAOQcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScAUGf17Kk3GlhSEnC7MzGTCmn1DkZ71 { 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:1rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2DycRz8XOa551K36sT1OLJudhLuT3tR { 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:16.5rem;top:6.84375rem;left:43.5rem;overflow:hidden;display:block; }
#JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.271484375rem;left:0rem;height:4.767575rem;font-style:normal;display:block; }#JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 li:before{  }
#uCtadiFrIWuuizpRRpP5XoNP3zZfeTOq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:6.90429375rem;font-style:normal;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; }
#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL { 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; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { background-color: transparent; background-image: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .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); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { border-width: 0; border-radius: 0; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#UKi6ZRFrNPlQvhI1PPJ6O0SrvkMq7uX8 { 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:8.2851625rem;font-style:normal;display:block; }
#zUi6s3V2hNd90rs81sMfUL82lMzF7dkd { 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; }
#FivmcVEoUAq3JoOE2CVXorzN8phvQCWT { 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:30.9375rem;left:25.125rem;display:block; }
#dtSm5sue9X45WbqVHUD3S9AEVBHKCiGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMsG6OdmcTz5LitK78TP3UqBzNGG9QCs { 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:1.25rem;left:25.125rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oh51N3rT9lgp618RwkL1L9eRxqQuDlo3 { 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:28.75rem;width:18.25rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.302734375rem;left:25.125rem;height:4.767575rem;font-style:normal;display:block; }#VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 li:before{  }
#eBquBCIp5gUEarqyWkHcM02NmTklcSpP { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.6875rem;left:25.125rem;height:5.5234375rem;font-style:normal;display:block; }
#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { background-color: transparent; background-image: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .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); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { border-width: 0; border-radius: 0; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#oBK1LJ1Jwht0OwrkwUOMsZf0t71kTJsQ { color:#161616;display:block;width:35.75rem;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:8.390625rem;left:0rem;height:8.2851625rem;font-style:normal;display:block; }
#wiBw2zrqp7ou2qAle7N2ulU09cxySDko { 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.4375rem;left:0rem;display:block; }
#wDQ3c5WdAq8RJAN8wupGx5T3dvFBITvo { 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:33.09375rem;left:0rem;display:block; }
#Dl95F6AB0uHh1PfK5HGrK7x55PHOO0yK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JP66SukPTbTzlb8OWW4tTwZ9lSp2p1gO { 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:1rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sl5cCySLRKRNcQG4yOnmdArovyqRXahk { 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:25.625rem;width:19.1875rem;top:6.46875rem;left:40.8125rem;overflow:hidden;display:block; }
#iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.271484375rem;left:0rem;height:4.767575rem;font-style:normal;display:block; }#iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 li:before{  }
#smdy9W8OFIbJOA8TEWFLnTiD1bwZUms3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.8125rem;left:0rem;height:8.285125rem;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; }
#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:12.4277375rem;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:3.138671875rem;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:7.6875rem;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:24.625rem;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:24.25rem;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:24.5rem;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:24.9375rem;left:3.8125rem;height:1.54345625rem;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:24.9375rem;left:12.375rem;height:1.54345625rem;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.75rem;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:5.3125rem;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:6.3125rem;left:0rem;width:37.125rem;height:5.3125rem;font-size:2.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FdRkMacybE3VVSxtFibhO96Z12KEH4LQ { width:12.5rem;height:3.875rem;top:39.4375rem;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:39.4375rem;left:10.0625rem;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:11.625rem;left:0rem;width:37.4375rem;height:14.5625rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VILz8lhxT2MqA9nnxoA1uVkEm7Ek40Ek { top:-0.0625rem;left:0rem;width:41.0625rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM { top:24rem;left:0rem;width:35.5625rem;height:8.5rem;font-size:1.125rem;display:block; }#L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM li:before{  }
 }@media only screen and (max-width: 763px) { #agyVOfDXzkIs4iG6lG4FspSVwsfenScp { top:33.4375rem;left:0rem;width:35.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUZ8QCpdu0Qc2OsF3WM7zZLhzoTdD01 { width:4.6875rem;height:1.4375rem;top:0.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVCBnJiIKrVtZicQtvmQTdw0nhq9dmT { display:block; }
 }@media only screen and (max-width: 763px) { #cpWWE2fbNxwWQ0Gvi0maRSaZ8kBpBAki { width:4.125rem;height:1.1875rem;top:0.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GCVDunTGqhWwRF5ItutFZZzrR80T19 { display:block; }
 }@media only screen and (max-width: 763px) { #M7ILeJqSawZ99JiEruW9grBwKF3G2Ezl { width:4.125rem;height:1.25rem;top:0.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6M9gWmu8tTStcttSUrDKAif8lsT80RS { display:block; }
 }@media only screen and (max-width: 763px) { #i7oHKxKuoTPxKd1cvpKrcV611cVxfpPC { width:4.8125rem;height:1.1875rem;top:0.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxPfcPbwDVvDgVzwsipk5pDe570Cv53 { display:block; }
 }@media only screen and (max-width: 763px) { #OoklHLPPBMKq8tiVgQ96VnhTEwPpETqN { width:5.5rem;height:1.5625rem;top:0.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSiuVxdtLEboXUshc3QJ9mJp7qNbqhc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Vq5sRWyxkBF9ve1e9NA11PTeZDts8gyk { top:-0.0625rem;left:0rem;width:15.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXCvOwUkngPJgH9JXTsWKh2inMzAMXie { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { background-color: transparent; background-image: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .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); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { border-width: 0; border-radius: 0; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldHtEAleLTitTI2KCt8scvl8q1xzsRJT { top:1.375rem;left:0rem;width:32.875rem;height:9.75rem;font-size:2.5rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lC61ODasGed1JOrnT65zsVaDb4V797zF { top:13.5625rem;left:0rem;width:39.375rem;height:13.75rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ly45T3dGI4qWUk3seyR667D2BeHy6g2C { top:12.125rem;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) { #Tk2AMU5rzF8WlFvzV1U1zXRNa9yEwptW { width:13.6875rem;height:3.875rem;top:50.5625rem;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) { #JgTOJgBPQTgo6WHKBT7TJqilJolXpB79 { display:block; }
 }@media only screen and (max-width: 763px) { #PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt { top:27.3125rem;left:0rem;width:38.625rem;height:;font-size:1rem;display:block; }#PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt li:before{  }
 }@media only screen and (max-width: 763px) { #SISmdQu0STyTlaJWOs60h4biOfoI9vKT { top:34.75rem;left:0rem;width:38.5625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuF2TE4pnnnbiOfeSDUmFONozAWfIl45 { 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) { #dlsgB9Dz3H1NJT41fnegsoKUQkD8622a { 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) { #WmJTTZasAs32QR2EFn3821aqIKyyJbky { top:14.125rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vJSVao6JWqcWioNNxny3L8MOU1exeLQ7 { top:15.5rem;left:37.125rem;width:10.625rem;height:2.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iNLTL8w9VKWrTyILRdsMQ7sfyEiSKf3O { top:20.625rem;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) { #WOn7bKi5A7BbN0lmWhVM8KCDepZgcMnR { top:20.625rem;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) { #GK0Oc1xTzTUH8Ka7A5KfTTAFQcRXdz61 { top:21.25rem;left:37.625rem;width:10.125rem;height:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eyXL4wk3d5qBFQCWJTbQnwEufNGll0x1 { top:22.6875rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ex54Oc3sfwsf8I1TTEl7iuzR4IdasE1l { top:27.375rem;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) { #eBGqFtJHFJDXTvS8QWTwKB91lbHartOS { top:27.375rem;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) { #Z8JzfagyyML056eqfUrk40DIB3R8ldrz { top:27.875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TpspkqumMEPWBeisTQTWnnXXsG145oqG { top:29.375rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U13WIeddEVVzGnlIwzarubh2pDI5TZET { top:34.1875rem;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) { #RqS5rtHVDtn7AlCid3cCModSJNwRq8eo { top:34.1875rem;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) { #otm3Db3m9y7fPAPkZfQ2yTpghxy4Zya2 { top:34.625rem;left:36.875rem;width:10.875rem;height:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2tVi5lhrxIJ7uBWf7A5JVML1TPrmGT { top:36.3125rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THuIZ4xFbpkqrlMyVstZ3xkDlNq42vFR { top:40.875rem;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) { #BfLkZRKykpD2W2dDDT4R4TF9KKTUysOS { top:40.875rem;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) { #WJpKsBaLNaqK7FcLDwowTuAoSitC6ZKV { top:41.5rem;left:37.625rem;width:10.125rem;height:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MlBWASWw2dRzkuwxk6Qrzp96vi7kgU81 { top:43.125rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;color:#ffffff;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:9.625rem;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:36.0625rem;left:19rem;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:1.25rem;left:13.25rem;width:34.5rem;height:5.8125rem;font-size:2.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #I9z8W7AtvrrTX5RQ4dRWoGCnwtu77NVc { top:9.125rem;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) { #qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB { top:19.1875rem;left:19rem;width:25.5rem;height:4.75rem;font-size:1.0625rem;display:block; }#qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB li:before{  }
 }@media only screen and (max-width: 763px) { #LF40fZJVD0WQxJoRhgGT1i1QxmzlNttW { top:24.5625rem;left:12.875rem;width:34.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utITCumT0Wcu7aO39wE84wpK5iFEzWn9 { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { background-color: transparent; background-image: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .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); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { border-width: 0; border-radius: 0; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTiCxOCTOwEQr5CWrg9QiJ4BEVmsVTT3 { top:8.375rem;left:0rem;width:35.75rem;height:9.625rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Io5NIFl9MpIJMCll0Zkt1h8ZWtBuNZev { top:7.4375rem;left:0rem;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) { #B45orOScTqlo48MLTJQfsiG2xdWnp7A6 { width:13.6875rem;height:3.875rem;top:33.0625rem;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) { #Erw3XQZDNJISK3uBWiT6NFLmCmLAOQcs { display:block; }
 }@media only screen and (max-width: 763px) { #ScAUGf17Kk3GlhSEnC7MzGTCmn1DkZ71 { top:1rem;left:0rem;width:34.5rem;height:5.8125rem;font-size:2.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #F2DycRz8XOa551K36sT1OLJudhLuT3tR { top:6.8125rem;left:31.25rem;width:16.5rem;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) { #JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 { top:18.25rem;left:0rem;width:26.875rem;height:4.75rem;font-size:1.0625rem;display:block; }#JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 li:before{  }
 }@media only screen and (max-width: 763px) { #uCtadiFrIWuuizpRRpP5XoNP3zZfeTOq { top:23.625rem;left:0rem;width:34.875rem;height:6.875rem;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) { #yCfRHSspFiLzKTxALPMT2SiuyVVCEawL { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { background-color: transparent; background-image: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .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); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { border-width: 0; border-radius: 0; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKi6ZRFrNPlQvhI1PPJ6O0SrvkMq7uX8 { top:9.125rem;left:12.875rem;width:34.875rem;height:8.25rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #zUi6s3V2hNd90rs81sMfUL82lMzF7dkd { 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) { #FivmcVEoUAq3JoOE2CVXorzN8phvQCWT { width:13.6875rem;height:3.875rem;top:30.9375rem;left:19rem;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) { #dtSm5sue9X45WbqVHUD3S9AEVBHKCiGw { display:block; }
 }@media only screen and (max-width: 763px) { #IMsG6OdmcTz5LitK78TP3UqBzNGG9QCs { top:1.25rem;left:13.25rem;width:34.5rem;height:5.8125rem;font-size:2.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Oh51N3rT9lgp618RwkL1L9eRxqQuDlo3 { top:3.5rem;left:0rem;width:18.25rem;height:28.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) { #VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 { top:18.25rem;left:19rem;width:25.5rem;height:4.75rem;font-size:1.0625rem;display:block; }#VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 li:before{  }
 }@media only screen and (max-width: 763px) { #eBquBCIp5gUEarqyWkHcM02NmTklcSpP { top:23.6875rem;left:12.875rem;width:34.875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { background-color: transparent; background-image: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .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); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { border-width: 0; border-radius: 0; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBK1LJ1Jwht0OwrkwUOMsZf0t71kTJsQ { top:8.375rem;left:0rem;width:35.75rem;height:8.25rem;font-size:1.0625rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #wiBw2zrqp7ou2qAle7N2ulU09cxySDko { top:7.4375rem;left:0rem;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) { #wDQ3c5WdAq8RJAN8wupGx5T3dvFBITvo { width:13.6875rem;height:3.875rem;top:33.0625rem;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) { #Dl95F6AB0uHh1PfK5HGrK7x55PHOO0yK { display:block; }
 }@media only screen and (max-width: 763px) { #JP66SukPTbTzlb8OWW4tTwZ9lSp2p1gO { top:1rem;left:0rem;width:34.5rem;height:5.8125rem;font-size:2.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Sl5cCySLRKRNcQG4yOnmdArovyqRXahk { top:6.4375rem;left:28.5625rem;width:19.1875rem;height:25.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 { top:18.25rem;left:0rem;width:31.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }#iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 li:before{  }
 }@media only screen and (max-width: 763px) { #smdy9W8OFIbJOA8TEWFLnTiD1bwZUms3 { top:23.8125rem;left:0rem;width:34.875rem;height:8.25rem;font-size:1.0625rem;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) { #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:12.375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5i7WpadMopWpmZalP9IZsetXBf5DWh { top:3.125rem;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:7.6875rem;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:24.625rem;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:24.25rem;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:24.5rem;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:24.9375rem;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:24.9375rem;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:102.4375rem;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:11.4375rem;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:12.9980625rem;top:12.85000038147rem;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:75.9375rem;left:4.4375rem;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:81.625rem;left:4.4375rem;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:24.68746875rem;top:25.84765625rem;left:0.375rem;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) { #L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM { width:20rem;height:17.3310625rem;top:48.3125rem;left:0rem;font-size:1.125rem;display:block; }#L8cs7qXdqLqtoEtvi9iTV0Zwzl36C2RM li:before{  }
 }@media only screen and (max-width: 763px) { #agyVOfDXzkIs4iG6lG4FspSVwsfenScp { width:20rem;height:7.3095625rem;top:67.2685546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUZ8QCpdu0Qc2OsF3WM7zZLhzoTdD01 { width:3.4375rem;height:1rem;top:2.375rem;left:11.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxVCBnJiIKrVtZicQtvmQTdw0nhq9dmT { display:block; }
 }@media only screen and (max-width: 763px) { #cpWWE2fbNxwWQ0Gvi0maRSaZ8kBpBAki { width:2.9375rem;height:1rem;top:2.375rem;left:14.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GCVDunTGqhWwRF5ItutFZZzrR80T19 { display:block; }
 }@media only screen and (max-width: 763px) { #M7ILeJqSawZ99JiEruW9grBwKF3G2Ezl { width:2.6875rem;height:1.25rem;top:2.25rem;left:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6M9gWmu8tTStcttSUrDKAif8lsT80RS { display:block; }
 }@media only screen and (max-width: 763px) { #i7oHKxKuoTPxKd1cvpKrcV611cVxfpPC { width:2.875rem;height:1rem;top:2.375rem;left:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxPfcPbwDVvDgVzwsipk5pDe570Cv53 { display:block; }
 }@media only screen and (max-width: 763px) { #OoklHLPPBMKq8tiVgQ96VnhTEwPpETqN { width:3.75rem;height:1rem;top:2.375rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSiuVxdtLEboXUshc3QJ9mJp7qNbqhc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Vq5sRWyxkBF9ve1e9NA11PTeZDts8gyk { width:15.25rem;height:1.5625rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXCvOwUkngPJgH9JXTsWKh2inMzAMXie { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { background-color: transparent; background-image: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row > .video-iframe-container { display: none; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .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); }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { border-width: 0; border-radius: 0; }#NXCvOwUkngPJgH9JXTsWKh2inMzAMXie > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldHtEAleLTitTI2KCt8scvl8q1xzsRJT { width:20rem;height:12.9980625rem;top:0.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lC61ODasGed1JOrnT65zsVaDb4V797zF { width:19.0625rem;height:23.4746rem;top:14.998046875rem;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) { #ly45T3dGI4qWUk3seyR667D2BeHy6g2C { width:5.625rem;height:0.4375rem;top:13.560546875rem;left:7.1875rem;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) { #Tk2AMU5rzF8WlFvzV1U1zXRNa9yEwptW { width:13.6875rem;height:3.875rem;top:76.82421875rem;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) { #JgTOJgBPQTgo6WHKBT7TJqilJolXpB79 { display:block; }
 }@media only screen and (max-width: 763px) { #PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt { width:20rem;height:13.9355625rem;top:37.94921875rem;left:0rem;font-size:1rem;display:block; }#PXK9VI92HtnQiQmkL6EaC2LXycoRgmtt li:before{  }
 }@media only screen and (max-width: 763px) { #SISmdQu0STyTlaJWOs60h4biOfoI9vKT { width:20rem;height:22.0966375rem;top:53.009765625rem;left:0rem;font-size:1rem;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) { #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) { #iNLTL8w9VKWrTyILRdsMQ7sfyEiSKf3O { width:12.5rem;height:5rem;top:20.625rem;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) { #WOn7bKi5A7BbN0lmWhVM8KCDepZgcMnR { width:0.4375rem;height:5rem;top:20.625rem;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) { #GK0Oc1xTzTUH8Ka7A5KfTTAFQcRXdz61 { width:10.125rem;height:auto;top:21.25rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eyXL4wk3d5qBFQCWJTbQnwEufNGll0x1 { width:10.8125rem;height:auto;top:22.6875rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ex54Oc3sfwsf8I1TTEl7iuzR4IdasE1l { width:12.5rem;height:5rem;top:27.375rem;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) { #eBGqFtJHFJDXTvS8QWTwKB91lbHartOS { width:0.4375rem;height:5rem;top:27.375rem;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) { #Z8JzfagyyML056eqfUrk40DIB3R8ldrz { width:12.625rem;height:auto;top:27.875rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TpspkqumMEPWBeisTQTWnnXXsG145oqG { width:10.8125rem;height:auto;top:29.375rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #U13WIeddEVVzGnlIwzarubh2pDI5TZET { width:12.5rem;height:5rem;top:34.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) { #RqS5rtHVDtn7AlCid3cCModSJNwRq8eo { width:0.4375rem;height:5rem;top:34.1875rem;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) { #otm3Db3m9y7fPAPkZfQ2yTpghxy4Zya2 { width:10.875rem;height:auto;top:34.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ta2tVi5lhrxIJ7uBWf7A5JVML1TPrmGT { width:10.8125rem;height:auto;top:36.3125rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #THuIZ4xFbpkqrlMyVstZ3xkDlNq42vFR { width:12.5rem;height:5rem;top:40.875rem;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) { #BfLkZRKykpD2W2dDDT4R4TF9KKTUysOS { width:0.4375rem;height:5rem;top:40.875rem;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) { #WJpKsBaLNaqK7FcLDwowTuAoSitC6ZKV { width:10.125rem;height:auto;top:41.5rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MlBWASWw2dRzkuwxk6Qrzp96vi7kgU81 { width:10.8125rem;height:auto;top:43.125rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@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:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW2D6Hiu2ryISv3vc2rQoDFka7fVv3mp { width:19.125rem;height:13.8086125rem;top:20.912109375rem;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:18.912109375rem;left:6.28125rem;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:58.162109375rem;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:7.7988125rem;top:10.287109375rem;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) { #qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB { width:20rem;height:6.1484375rem;top:35.412109375rem;left:0rem;font-size:1.0625rem;display:block; }#qNRGclvUq9Hp4GqfbVvEAsTlVvOdakAB li:before{  }
 }@media only screen and (max-width: 763px) { #LF40fZJVD0WQxJoRhgGT1i1QxmzlNttW { width:20rem;height:13.8086125rem;top:42.435546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utITCumT0Wcu7aO39wE84wpK5iFEzWn9 { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { background-color: transparent; background-image: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row > .video-iframe-container { display: none; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .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); }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { border-width: 0; border-radius: 0; }#utITCumT0Wcu7aO39wE84wpK5iFEzWn9 > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTiCxOCTOwEQr5CWrg9QiJ4BEVmsVTT3 { width:19.125rem;height:15.189425rem;top:22.28515625rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Io5NIFl9MpIJMCll0Zkt1h8ZWtBuNZev { width:5.625rem;height:0.4375rem;top:21.224609375rem;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) { #B45orOScTqlo48MLTJQfsiG2xdWnp7A6 { width:13.6875rem;height:3.875rem;top:58.5rem;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) { #Erw3XQZDNJISK3uBWiT6NFLmCmLAOQcs { display:block; }
 }@media only screen and (max-width: 763px) { #ScAUGf17Kk3GlhSEnC7MzGTCmn1DkZ71 { width:20rem;height:10.3984375rem;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) { #F2DycRz8XOa551K36sT1OLJudhLuT3tR { width:5.4375rem;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) { #JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 { width:20rem;height:6.1484375rem;top:38.349609375rem;left:0rem;font-size:1.0625rem;display:block; }#JeoCKkKwupAZIyco2Rs2INOTT1PX5lO0 li:before{  }
 }@media only screen and (max-width: 763px) { #uCtadiFrIWuuizpRRpP5XoNP3zZfeTOq { width:20rem;height:11.046875rem;top:45.560546875rem;left:0rem;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) { #yCfRHSspFiLzKTxALPMT2SiuyVVCEawL { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { background-color: transparent; background-image: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row > .video-iframe-container { display: none; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .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); }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { border-width: 0; border-radius: 0; }#yCfRHSspFiLzKTxALPMT2SiuyVVCEawL > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKi6ZRFrNPlQvhI1PPJ6O0SrvkMq7uX8 { width:19.125rem;height:13.8086rem;top:20.474609375rem;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) { #zUi6s3V2hNd90rs81sMfUL82lMzF7dkd { width:5.625rem;height:0.4375rem;top:18.0224609375rem;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) { #FivmcVEoUAq3JoOE2CVXorzN8phvQCWT { width:13.6875rem;height:3.875rem;top:52.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) { #dtSm5sue9X45WbqVHUD3S9AEVBHKCiGw { display:block; }
 }@media only screen and (max-width: 763px) { #IMsG6OdmcTz5LitK78TP3UqBzNGG9QCs { width:20rem;height:7.7988125rem;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) { #Oh51N3rT9lgp618RwkL1L9eRxqQuDlo3 { width:5.375rem;height:8.6875rem;top:1rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 { width:20rem;height:7.5293125rem;top:34.283203125rem;left:0rem;font-size:1.0625rem;display:block; }#VqgaqUTo0B9Zd1x1QDKSKMITNWIXBXz7 li:before{  }
 }@media only screen and (max-width: 763px) { #eBquBCIp5gUEarqyWkHcM02NmTklcSpP { width:20rem;height:8.28515rem;top:41.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { background-color: transparent; background-image: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row > .video-iframe-container { display: none; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .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); }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { border-width: 0; border-radius: 0; }#OIdvVkKM5BLph1n7elwZg8PzMNZgcyWT > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBK1LJ1Jwht0OwrkwUOMsZf0t71kTJsQ { width:19.125rem;height:15.189475rem;top:20.01171875rem;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) { #wiBw2zrqp7ou2qAle7N2ulU09cxySDko { width:5.625rem;height:0.4375rem;top:19.099609375rem;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) { #wDQ3c5WdAq8RJAN8wupGx5T3dvFBITvo { width:13.6875rem;height:3.875rem;top:60.349609375rem;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) { #Dl95F6AB0uHh1PfK5HGrK7x55PHOO0yK { display:block; }
 }@media only screen and (max-width: 763px) { #JP66SukPTbTzlb8OWW4tTwZ9lSp2p1gO { width:20rem;height:7.7988125rem;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) { #Sl5cCySLRKRNcQG4yOnmdArovyqRXahk { width:5.4375rem;height:7.25rem;top:1.5rem;left:7.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 { width:20rem;height:8.910125rem;top:35.138671875rem;left:0rem;font-size:1.0625rem;display:block; }#iso9PdnMwuTbahhRNaxTHACeJh2Dhze8 li:before{  }
 }@media only screen and (max-width: 763px) { #smdy9W8OFIbJOA8TEWFLnTiD1bwZUms3 { width:20rem;height:13.808625rem;top:45.7900390625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@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) { #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:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlLCqyCBSHQQi8aXma6wcMw3dgtuLnGA { width:19.375rem;height:17.9511125rem;top:9.0625rem;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:28.5625rem;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:28.3125rem;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:28.5rem;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:28.8125rem;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:28.8125rem;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:33.875rem;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:33.875rem;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:32.9375rem;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; }
 }