.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:252,232,227;--color-primary-1:246,178,160;--color-primary-2:236,100,65;--color-primary-3:118,50,33;--color-primary-4:35,15,10;--color-secondary-0:255,255,255;--color-secondary-1:237,237,237;--color-secondary-2:227,227,227;--color-secondary-3:107,107,107;--color-secondary-4:33,33,33;--color-tertiary-0:255,255,255;--color-tertiary-1:212,212,212;--color-tertiary-2:112,111,111;--color-tertiary-3:56,56,56;--color-tertiary-4:11,11,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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;z-index:auto;display:block; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container { background-color: transparent; background-image: none; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container > .video-iframe-container { display: none; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row > .video-iframe-container { display: none; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .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); }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container { border-width: 0; border-radius: 0; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#Q3sONTQtNzKR3vAKI7mo0dUsswMD7eH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:49.0625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#XX4rPcZwR2ySPIpEXTNr1hSziN5OLloN { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:49.0625rem;display:block; }
#XkGbOpbshV3mSsxxlAymqBPh15rFAJAv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:32.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container { background-color: transparent; background-image: none; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container > .video-iframe-container { display: none; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row > .video-iframe-container { display: none; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .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); }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container { border-width: 0; border-radius: 0; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#BZ5Hy4yqTpJ9b00GEAi3FkBRw0C0nyVH { position:absolute;display:block;z-index:15009;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.875rem;width:16.625rem;top:2.4375rem;left:1.96875rem;overflow:hidden;display:block; }
#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/6S3eld3c/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0.adaptive-delivery-prevent-bg, #s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0.lazyload, #s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0.lazyloading { background-image: none; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container { background-color: transparent; background-image: none; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container > .video-iframe-container { display: none; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row > .video-iframe-container { display: none; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .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); }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container { border-width: 0; border-radius: 0; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#xOJS5g3odVE3l2rTlHTuT7Ha1qU9PB2n { 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:31.1875rem;width:31.1875rem;top:3.09375rem;left:28.8125rem;overflow:hidden;display:block; }
#DDes7nMokrn6aaNqRdlS8gq5ml8QGLb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:2rem;height:1.625rem;font-style:normal;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; }
#LNLgt5MKZG3LrQstIc04H0fPLQGUZGFy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:15.25rem;left:2rem;height:3.125rem;font-style:normal;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; }
#d23U4CJMJK5IZkT9OTsJZR4GopFVtSkg { color:rgba(var(--color-tertiary-4),0.6);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20rem;left:2rem;height:3.89915rem;font-style:normal;display:block; }
#KMwrD8Ozph0yDlZO8TppsyTEeKRXffaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.3125rem;height:1.29971875rem;display:block; }
#s7sPyNdFIzFgkIDHPz2MMeFURMM0SUKA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:15.25rem;left:14.625rem;height:3.125rem;font-style:normal;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; }
#dcM0JJkFiEe1GolOoq62bUBkovvtOFMW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.186790466309rem;left:2rem;display:block; }
#B1sm7RMPvpGC6n5vDwyvlgDgONWg7BGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli { position:relative;display:block; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli { background-color: transparent; background-image: none; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row .container > .video-iframe-container { display: none; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row > .video-iframe-container { display: none; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .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); }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli { border-width: 0; border-radius: 0; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .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; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .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:24.6875rem;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; }#WquNHi3dEHfQFW13H1ufzoO8qsGUUDep { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.90625rem;left:0.15538024902344rem;height:1.46235625rem;text-align:center;text-align-last:center;display:block; }
#SJniik9wfF1B1qJmeFDn2QHqo5mCAZUf { color:rgba(var(--color-tertiary-4),0.6);display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:12.249349594116rem;left:2.3125rem;height:9rem;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; }
#ChASwoTNO9CmDRW0MX9iFeS7rTLCqpvm { color:rgba(var(--color-tertiary-4),0.6);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.248748779297rem;left:21.780004501342rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KidNVDXgAoTOEfwWuSo8aGOR6Rn2syGs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.90625rem;left:20.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#DObD3QTke6KxTimwHvDwHFnzmPT0KV7G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.90625rem;left:40.093971252441rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#iGZENRFWd6sZ1ZyRfO16EWgOSob4XbLv { color:rgba(var(--color-tertiary-4),0.6);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.25rem;left:42.0625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbBR6pepM5DfpdLX5AHge7Kziziqu0P8 { position:absolute;display:block;z-index:15029;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:3.8125rem;width:3.6875rem;top:3.4631080627441rem;left:8.0625rem;overflow:hidden;display:block; }
#Sh2prE532Xyy8TSBqNFoyiq7kugK1s4Q { position:absolute;display:block;z-index:15030;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:3.8125rem;width:3.6875rem;top:3.4631080627441rem;left:28.062501907349rem;overflow:hidden;display:block; }
#Z2d8eRDXdaJe6gOgZ7CvvRolvEMtgs6E { position:absolute;display:block;z-index:15031;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:3.8125rem;width:3.6875rem;top:3.463107585907rem;left:48.062063217163rem;overflow:hidden;display:block; }
#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container { background-color: transparent; background-image: none; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container > .video-iframe-container { display: none; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row > .video-iframe-container { display: none; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .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); }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container { border-width: 0; border-radius: 0; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#otOuG1B2Ncd5xviJTNg9hLQvCbidgbAM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6458320617675rem;left:0.031467437744141rem;height:1.46235625rem;text-align:center;text-align-last:center;display:block; }
#cI6TlaW84FNv2pD1g2U263358lZcswus { color:rgba(var(--color-tertiary-4),0.6);display:block;width:15.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.810981750488rem;left:2.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrIU0hb3SBq9HTFnoqIUD5bxbPImsTpa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6447486877444rem;left:20.093971252441rem;height:1.46235625rem;text-align:center;text-align-last:center;display:block; }
#rTT5BWbd8ywVWofmguO9IyzQ4khw5TPG { color:rgba(var(--color-tertiary-4),0.6);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:11.809303283691rem;left:22.091619491577rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmuHy2OCUVJMiM6TDasMy5bXRGEhnTdr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6447486877444rem;left:40.156471252441rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#yETAtvHd7iHI1WQWIGmhuuTyLbzTQTpA { color:rgba(var(--color-tertiary-4),0.6);display:block;width:15.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.812070846557rem;left:42.094184875488rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CINSWpEDJgpADNQT7veNpnZsVgZ2ROcK { position:absolute;display:block;z-index:15028;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:3.8125rem;width:3.6875rem;top:3.4526901245117rem;left:8.0625rem;overflow:hidden;display:block; }
#WC5UXh7OZKoLgrbZTsBcVMu3TlISK3HC { position:absolute;display:block;z-index:15033;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:3.625rem;width:3.5rem;top:3.4522590637207rem;left:28.062501907349rem;overflow:hidden;display:block; }
#NFyiQsKdp9lBXgWR7ncaEITDkFrr76Zt { position:absolute;display:block;z-index:15032;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:3.8125rem;width:3.6875rem;top:3.4522571563721rem;left:48.062063217163rem;overflow:hidden;display:block; }
#wHgI8WhXZhG9Jpt6Lrr0qixxMC9sfePd { position:absolute;display:block;z-index:15010;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:0.12429rem;width:60rem;top:0rem;left:0rem;display:block; }
#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bfbegu1X/bg3.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.adaptive-delivery-prevent-bg, #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.lazyload, #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.lazyloading { background-image: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { background-color: transparent; background-image: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .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); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { border-width: 0; border-radius: 0; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#uOOweZVNVvwTRzNFLmTuVdT9ZhP9MwuD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.55989074707rem;left:2.3717460632324rem;display:block; }
#TVJ51zhV2EQtrLbB92XVdkQcWa3MREH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ottlzKf5JXNaqoNorcz0SBrxottEgCPm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8927917480469rem;left:2.3125rem;height:2.9249125rem;font-style:normal;display:block; }
#z5nmbx5IPHEbplhO0uSzbs2wWHZFM28y { color:rgba(var(--color-tertiary-4),0.6);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.310543060302rem;left:2.3125rem;height:10.19745rem;font-style:normal;display:block; }
#o5JpKP8qzNbXWBcIvIQpTzPulve3T3ry { position:absolute;display:block;z-index:15004;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:36.75rem;width:39.6875rem;top:0.46766471862793rem;left:20.249565124512rem;overflow:hidden;display:block; }
#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#794a57;background-image:url("https://images.assets-landingi.com/uc/47f1806a-0c53-4b2b-8c06-7cfb9d811973/Layer2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.adaptive-delivery-prevent-bg, #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.lazyload, #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.lazyloading { background-image: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { background-color: transparent; background-image: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container > .video-iframe-container { display: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container { display: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .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); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { border-width: 0; border-radius: 0; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#gtHgTXDA4LN9s7tV1D4sqS4Uir1QGhCS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4947919845581rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IITMPG0vl5fpVCDaVHfBcVvZZ9vuLkBe { color:rgba(var(--color-secondary-0),1);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.119791984558rem;left:0.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF { position:relative;display:block; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF { background-color: transparent; background-image: none; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row .container > .video-iframe-container { display: none; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row > .video-iframe-container { display: none; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .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); }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF { border-width: 0; border-radius: 0; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .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; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .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:43.375rem;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; }#NfCPMufdXM1gTlq0vaD97PKK90a5fQ2A { 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; }
#pXZaU1S72palN8pyzT95BfeGco0beWkF { color:rgba(var(--color-tertiary-4),0.6);display:block;width:23.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:16.3125rem;left:1.9375rem;height:;font-style:normal;display:block; }#pXZaU1S72palN8pyzT95BfeGco0beWkF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXZaU1S72palN8pyzT95BfeGco0beWkF li:before{  }
#L9utizV7Gwxi5iL3rHUVnszOJbrcxOIx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.1875rem;height:8.774125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMFtMt41WTm4uq7qxOfRwwEST8g6JbBs { position:absolute;display:block;z-index:14999;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:43.0625rem;width:30.0625rem;top:0.0045623779296875rem;left:29.999347686767rem;display:block; }
#oXpq0nzznVrWibG4C41RaPbBidReqlMW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:36.03125rem;height:8.77415rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk { color:rgba(var(--color-tertiary-4),0.6);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:16.3125rem;left:32.65625rem;height:24.1569625rem;font-style:normal;display:block; }#Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk li:before{  }
#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl { position:relative;display:block; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl { background-color: transparent; background-image: none; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row .container > .video-iframe-container { display: none; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row > .video-iframe-container { display: none; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .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); }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl { border-width: 0; border-radius: 0; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .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; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .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:16.0625rem;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; }#H87TPHB0NphrwWF04vkXQ7wmayywxzm6 { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.28125rem;left:1.90625rem;height:2.92471875rem;text-align:center;text-align-last:center;display:block; }
#pRtrPxNSF3mixTnfhulwcld33pS1ZToW { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.28125rem;left:16.90625rem;height:4.387075rem;text-align:center;text-align-last:center;display:block; }
#d9gZqOrIKGkCp4kpOTSJ97kg0ktNwUht { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.28125rem;left:31.53125rem;height:4.387075rem;text-align:center;text-align-last:center;display:block; }
#ZPObgLT8b78QmIJ0GTuagqeM8zFpNET3 { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.28125rem;left:46.46875rem;height:5.84943125rem;text-align:center;text-align-last:center;display:block; }
#yfeuFiZxJUx8Ua4CaiMfSK9xS1XHH8st { position:absolute;display:block;z-index:15029;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:3.8125rem;width:3.6875rem;top:3.7174482345581rem;left:5.5625rem;overflow:hidden;display:block; }
#GGgXkQTTmIoWbCtcxRKcgso9LAWIsGlK { position:absolute;display:block;z-index:15030;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:3.8125rem;width:3.6875rem;top:3.7174482345581rem;left:20.562501907349rem;overflow:hidden;display:block; }
#R9e6eTUm04Ww3gM96omgakAkOGTrTlNT { position:absolute;display:block;z-index:15031;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:3.8125rem;width:3.6875rem;top:3.7174482345581rem;left:35.562501907349rem;overflow:hidden;display:block; }
#Bgn1GzQT0ktw8TXJhAF4a61eZJnIZKB2 { position:absolute;display:block;z-index:15032;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:3.75rem;width:3.625rem;top:3.7174482345581rem;left:50.562063217163rem;overflow:hidden;display:block; }
#E7JOThEc7SsvkfZU7WfleJgTVyDXPe8I { position:absolute;display:block;z-index:15009;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:0.12429rem;width:60rem;top:15.937498092651rem;left:0rem;display:block; }
#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.51);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; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container { background-color: transparent; background-image: none; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container > .video-iframe-container { display: none; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row > .video-iframe-container { display: none; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .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); }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container { border-width: 0; border-radius: 0; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#UX92S6pnEZEIzsNKKEXswMJO4SvXJLq8 { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.28125rem;left:1.90625rem;height:1.46235625rem;text-align:center;text-align-last:center;display:block; }
#HT3RgzFST795usquI1ZwOZ6NmUZUNsXU { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.28125rem;left:16.90625rem;height:4.387075rem;text-align:center;text-align-last:center;display:block; }
#fuByL43yr1GnkvAg3TfxZS0Lh0ov6fd9 { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.28125rem;left:31.28125rem;height:2.9247125rem;text-align:center;text-align-last:center;display:block; }
#ASVIFL8KZWQdGpEJsui2a3f0Hi4GrmsN { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.28125rem;left:46.53125rem;height:2.92471875rem;text-align:center;text-align-last:center;display:block; }
#IoVbA2u9iWcuGbe9MlGdGd9yF0ZNF49m { position:absolute;display:block;z-index:15033;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:3.8125rem;width:3.6875rem;top:3.7170143127441rem;left:5.5625rem;overflow:hidden;display:block; }
#TfogrBA51HntcTDyJEta5eJk71abaQTf { position:absolute;display:block;z-index:15034;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:3.8125rem;width:3.6875rem;top:3.7170143127441rem;left:20.562501907349rem;overflow:hidden;display:block; }
#BJkifUTfAVb7wwQpDRE9ZwUvoTJDT3yF { position:absolute;display:block;z-index:15035;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:3.8125rem;width:3.6875rem;top:3.7170143127441rem;left:35.562501907349rem;overflow:hidden;display:block; }
#lZsiy4CRXP2PxqelkdplFmLLe8rtx62m { position:absolute;display:block;z-index:15036;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:3.8125rem;width:3.6875rem;top:3.7170143127441rem;left:50.562063217163rem;overflow:hidden;display:block; }
#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8828ff56-d1ca-4032-bc30-b675f5db334b/gocryo3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.adaptive-delivery-prevent-bg, #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.lazyload, #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.lazyloading { background-image: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { background-color: transparent; background-image: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container > .video-iframe-container { display: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row > .video-iframe-container { display: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .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); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { border-width: 0; border-radius: 0; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#uNkrRxGw4Bg0ubm5wXGHswebyFWVGa3F { color:rgba(var(--color-primary-4),0.86);display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:0.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcgz35v37B9Eds4uWV3ngXCVK7vteACB { color:rgba(var(--color-primary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nRarfdYi/bia_y.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa.adaptive-delivery-prevent-bg, #nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa.lazyload, #nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa.lazyloading { background-image: none; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container { background-color: transparent; background-image: none; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container > .video-iframe-container { display: none; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row > .video-iframe-container { display: none; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .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); }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container { border-width: 0; border-radius: 0; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#cNnpUu3ZZKdThXnk2HFN7JwF5KHbMsVG { color:rgba(var(--color-tertiary-4),1);display:block;width:27.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3098888397217rem;left:2.3125rem;height:2.9249125rem;font-style:normal;display:block; }
#sEyAex7TbUOh1JrEpSFuyO7I9aNEeklu { color:rgba(var(--color-tertiary-4),0.6);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.873046875rem;left:2.3125rem;height:6.7983rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IuTzS6nyxTp8OoclQmWZD8vm8CFlKHUW { position:absolute;display:block;z-index:15009;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:16.8125rem;width:16.6875rem;top:1.056640625rem;left:41.375rem;overflow:hidden;display:block; }
#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq { position:relative;display:block; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq { background-color: transparent; background-image: none; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row .container > .video-iframe-container { display: none; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row > .video-iframe-container { display: none; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .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); }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq { border-width: 0; border-radius: 0; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .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; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;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; }#vzM3rXK4FrGoUX3ty9t6pe1NryicnHpT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDIHdGnakMFHFBmUUdUzkQaQMOpVOIHu { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:46.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFGPmPnK4XPN5gUNzABLAAbwQRT7kTOJ { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:31.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LLISfuSVmnTkF5F5oANSi1MVtI9Odl9b { position:absolute;display:block;z-index:15034;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:3.8125rem;width:3.6875rem;top:3.0625rem;left:35.625rem;overflow:hidden;display:block; }
#nuBA7QzT2mIPazlvvQz5N6c8zKMzaiTQ { position:absolute;display:block;z-index:15008;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:0.12429rem;width:60rem;top:15.249466896057rem;left:0rem;display:block; }
#E3Zh7xXRv3Q4wd7prMdbZ6uA0VEFs9xN { position:absolute;display:block;z-index:15033;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:3.81214375rem;width:3.68696875rem;top:3.0625rem;left:5.625rem;overflow:hidden;display:block; }
#fTFZzk7cLMN4VsD2AQOzXClE5rv9VIEQ { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.625rem;left:16.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VbIGm8XGeoE70QV3OuLLUTKMmLE7lSDs { position:absolute;display:block;z-index:15034;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:3.81125625rem;width:3.68696875rem;top:3.0625rem;left:20.625rem;overflow:hidden;display:block; }
#T9WLvaQcUseJnuLZqpHbGTOOEiqyGqZG { position:absolute;display:block;z-index:15036;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:3.81125625rem;width:3.68696875rem;top:3.25rem;left:50.4375rem;overflow:hidden;display:block; }
#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.37);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; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container { background-color: transparent; background-image: none; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container > .video-iframe-container { display: none; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row > .video-iframe-container { display: none; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .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); }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container { border-width: 0; border-radius: 0; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#eXlnHdWGvH28m26RkzMGsfObU8dCVE4Q { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:46.5rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1kJTEWdAZeuKBJMtMqlnRpxT0EtxHU0 { position:absolute;display:block;z-index:15035;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:3.8125rem;width:3.6875rem;top:3.6875rem;left:50.3125rem;overflow:hidden;display:block; }
#PVBrorhGHtth01PM2xCyCeFkaipn6fie { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:16.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETar6fMCNcZIMzOvaMRazBXHSWUPZMUf { position:absolute;display:block;z-index:15035;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:3.8125rem;width:3.6875rem;top:3.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#QCXKTknkwHtN20n8LD5kxTTv2ZGHzQyd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:31.875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DltSO56pk4phAN8f3cDCfLcRTtb2KFoQ { position:absolute;display:block;z-index:15033;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:3.8125rem;width:3.6875rem;top:3.8125rem;left:35.5rem;overflow:hidden;display:block; }
#eoTscDbG64vpnUmuECXcSPdLz5EbAnFX { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X8FHQXmKgVQzkIwpdCzn9icqU0dppsDf { position:absolute;display:block;z-index:15038;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:3.75rem;width:3.624825rem;top:3.6875rem;left:5.8125rem;overflow:hidden;display:block; }
#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 { position:relative;display:block; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 { background-color: transparent; background-image: none; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row .container > .video-iframe-container { display: none; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row > .video-iframe-container { display: none; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .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); }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 { border-width: 0; border-radius: 0; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .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; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .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:63.875rem;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; }#EOBr4ory703KWn1MvNBT86ebpltOkRyU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9375rem;left:36.125rem;height:8.77415rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gt9sTXxPb68dplnZMqiKGgQURCZigU8F { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #fdbc00;border-left:0.0625rem solid #fdbc00;border-right:0.0625rem solid #fdbc00;border-bottom:0.0625rem solid #fdbc00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.1875rem;width:17.5rem;top:40.846874237061rem;left:32.28125rem;overflow:hidden;display:block; }
#FNDNIQxOcBzyKH19fN1qOoSLXsoIbOK7 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:4.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:42.21875rem;left:51.8125rem;height:3.598725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qepoao5Uatn6Hhkq45SDlQCJTD9mgue0 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:6.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:49.3125rem;left:51rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANxreBprrm12p2mxi1AN4hzBvCJw4E2H { color:rgba(var(--color-tertiary-4),0.6);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:53.0625rem;left:51rem;height:6.90340625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0WmaTO0KgCoEHx8u41c7u7fgWBPgP2r { position:absolute;display:block;z-index:15001;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:63.9375rem;width:30.125rem;top:0rem;left:29.998962402344rem;display:block; }
#aDJBSVmrDGFRrb9ER16FU5hdiVTwTHAM { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #fdbc00;border-left:0.0625rem solid #fdbc00;border-right:0.0625rem solid #fdbc00;border-bottom:0.0625rem solid #fdbc00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:17.5rem;top:40.875rem;left:2.375rem;overflow:hidden;display:block; }
#wJQXFspdC4tngBefeW5yS967MZQmCQsA { position:absolute;display:block;z-index:15031;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:3.75rem;width:3.75rem;top:45.3125rem;left:21.75rem;overflow:hidden;display:block; }
#lsNmsftXJrLIaVVePHbSrZ3UJoVho26A { color:rgba(var(--color-tertiary-4),0.6);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:42.5rem;left:22rem;height:3.29829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni0HsoCz4vyIzcnqGgW4QomFXWrGIAFN { color:rgba(var(--color-tertiary-4),0.6);display:block;width:5.061525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:49.3125rem;left:21.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pz09BTbz9oOy6xukW4PJcqCDvsfzg7d5 { position:absolute;display:block;z-index:15032;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:3.75rem;width:3.625rem;top:45.3125rem;left:52.25rem;overflow:hidden;display:block; }
#V2caBIg8qGH8Lz7Ixeng7DmxRq1oRwme { position:absolute;display:block;z-index:15041;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.5rem;width:3.125rem;top:53.4375rem;left:22.1875rem;overflow:hidden;display:block; }
#dPDXtTTvsPcm8NXBTqiazNmtmTlvvQC2 { position:absolute;display:block;z-index:15089;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:3.0625rem;width:4.625rem;top:54.21875rem;left:51.875rem;overflow:hidden;display:block; }
#IfT0eyeq5tXXmiPdXUmTNUs9TC93emoT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:52.3125rem;left:20.4375rem;height:8.2840875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeRnf9wWmlf1T5L75uBSdxTFbiKqdcNS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:13.625rem;left:6.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I63NIViFkfH9c6tiaDRGxZLGTQTEzwpI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.375rem;height:8.774125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyeZmHT7UxfmBGKdNxw34oWA9W8nAf6T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:13.625rem;left:36.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwJQH2ABlL1c00imTd3JVuCuLba467uG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.1552085876465rem;height:1.29971875rem;font-style:normal;display:block; }
#iUxScS47ZGfCurQCsko5fHFSX4g5melT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:19.8125rem;left:33.78125rem;height:1.29971875rem;font-style:normal;display:block; }
#gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.1552085876465rem;height:5.8238625rem;font-style:normal;display:block; }#gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW li:before{  }
#xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:22.0625rem;left:33.935417175293rem;height:6.8110625rem;font-style:normal;display:block; }#xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso li:before{  }
#WzcIVTfyCHy6SB1LGhTxI88WOOQQd758 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25rem;top:30.9375rem;left:32.5rem;overflow:hidden;display:block; }
#aitQy7IW8beqOeADxRZyaLaHTLMzdGXw { position:absolute;display:block;z-index:15096;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:9.0625rem;width:16.9375rem;top:28.21875rem;left:2.6875rem;overflow:hidden;display:block; }
#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ff9089b-c384-4e01-a0c0-9ae8f4d838d7/P17280182.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.adaptive-delivery-prevent-bg, #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.lazyload, #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.lazyloading { background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { background-color: transparent; background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .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); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { border-width: 0; border-radius: 0; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#lefJ4mv1sTegVi0kT9HOxmdq9qutl1Zy { color:rgba(var(--color-primary-4),1);display:block;width:60rem;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:7.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tw2GbdXZ0vm4nhG8vEpgTR0psGSMHZLo { color:rgba(var(--color-primary-4),0.85);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.7180385589599rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container { background-color: transparent; background-image: none; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container > .video-iframe-container { display: none; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row > .video-iframe-container { display: none; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .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); }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container { border-width: 0; border-radius: 0; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#i3LIDTk0TTtPlcek6qkD8GBTivob0DbB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1245625rem;width:39.375rem;top:14.623485565186rem;left:10.499786376953rem;display:block; }
#AtCnos2WP0Ek39dJUBcZFubsTQ8BKF2U { position:absolute;display:block;z-index:14999;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:34.5rem;width:48.4375rem;top:8.3125rem;left:5.8125rem;overflow:hidden;display:block; }
#Ct8knGRhthkQTA291nC46LpXtswqwJC2 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8042535781861rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huygLfMESe7L41L4bmVufZXrv7zQ2w2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container { background-color: transparent; background-image: none; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container > .video-iframe-container { display: none; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row > .video-iframe-container { display: none; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .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); }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container { border-width: 0; border-radius: 0; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#TNn1aqoM1E233vhkEtU5qSNMVenQLt5R { 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:20.875rem;width:32.375rem;top:5.375rem;left:27.1865234375rem;overflow:hidden;display:block; }
#Ama9wgaIZffIuQrxUfJ3Fr23TPIOeiEV { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;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:3.25rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#igFoTJUJEdtK4hRxWyFcP6EqEhwWHfLU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:2.3125rem;height:2.92480625rem;font-style:normal;display:block; }
#uGFoAsfPuppuFG0rb3XMBSmAe8CRNsTC { color:rgba(var(--color-tertiary-4),0.6);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:10.75rem;left:2.3125rem;height:10rem;font-style:normal;display:block; }
#A4VCCVTkB1I3x0SPoHW7mup8fyAMfhKF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.9375rem;left:2.3125rem;display:block; }
#X0VW3ItGBgbS9xxDGiSKs1nQTJaHWF5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#soTRil2bLwqVfcy5RFrzVoC3438Ao2yc { color:#fd7300;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.25rem;height:1.29971875rem;display:block; }
#UDG4eSDz0XreXp16vqbnMIB9PWcid2HC { color:#fd7300;display:block;width:19.3120625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.560546875rem;left:2.25rem;height:1.29971875rem;display:block; }
#gNO8K1bDetzmPNKOd2euOeeWKXB8dpQr { color:#fd7300;display:block;width:19.311rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.623046875rem;left:2.25rem;height:1.29971875rem;display:block; }
#B7WbDeyIsT01ZxzMWzfQcWCyFgGULKui { color:#fd7300;display:block;width:19.311rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.623046875rem;left:2.25rem;height:1.29971875rem;display:block; }
#uWuLH0thUHO1qb8Wff3MUSgXrJwxlMmd { color:#fd7300;display:block;width:19.311rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.4970703125rem;left:2.25rem;height:1.29971875rem;display:block; }
#awN7rkG63G8E8nSc1TOfZJc4yUp7PJIJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7880859375rem;left:10.3115234375rem;height:1.21875rem;font-style:normal;display:block; }
#aTfcIt1QkfD212zKnuGPlm5zzxtGQiq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:11.6875rem;height:2.92480625rem;font-style:normal;display:block; }
#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container { background-color: transparent; background-image: none; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container > .video-iframe-container { display: none; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row > .video-iframe-container { display: none; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .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); }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container { border-width: 0; border-radius: 0; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#WFXGe54KTdpKd0pI7kg1BostwFK5ylWK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwQdJCv7ZZv2iXlh5UnMzZLOeTtvl6Fk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/6S3eld3c/bg1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ.adaptive-delivery-prevent-bg, #Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ.lazyload, #Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ.lazyloading { background-image: none; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container { background-color: transparent; background-image: none; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container > .video-iframe-container { display: none; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row > .video-iframe-container { display: none; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .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); }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container { border-width: 0; border-radius: 0; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-form-header { font-size:0.875rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#19232e;width:26.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:26.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .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:var(--headlines-font-family);font-size:0.625rem;font-weight:300;color:#161616;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal;float:none; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-container:first-of-type{padding-top:0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-container:last-of-type{padding-bottom:0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.59303855896rem;top:2.8400211334229rem;z-index:15001;position:absolute;font-size:0.875rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.3125rem;display:block;vertical-align:top; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 {display:block;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.59303855896rem;top:2.8400211334229rem;z-index:15001;position:absolute;font-size:0.875rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wVi1e5H3kCUWk5kgnCm5UDRcV8TSVDBf { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #g0dCLnIgL5QCyeX47ZS6gL7fG4hUc00A { position:relative;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #hTkSqltt3paWHMmVo6Tqk0ky6VKe5FwO { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #seRCmnoim3FoHz4qRvxG2SAQ6prBg9si { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Hil1prNCN0XZCWFkzlBohC98R9vPtrWB { position:relative;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #DMAN81cZLIPqXTaa2NABb6txTQVA0FEB { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #nEFs0vb6a5TPIsH7xTi8c4CI1aNOman2 { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #xzLmPm6MbAn3oD6zmO70I45wcJTmSdzH { position:relative;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pnMWLz0Ry5oy2gV71Th3EnqSDh6TL6x3 { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #iwqfKVwZa0mEq0rDMBkRJDUmhHnwWNn7 { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Sx4Icx6Bk5x5pQstbyTRbv8MvI5KbVgA { position:relative;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #t81SQVDvxFXEE54hb0DSpCwKPKT2ozvL { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #h0KSmQ0k2vMIBqWXn99tU4e60XIGeeag { position:relative;display:block;z-index:15000; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #b8aT1VzdiUh6tAmOSNPPJFp8ARmN9QSm { position:relative;display:block;z-index:15000; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pQ8zDlIsdZraBCErFurQz4aWaZJaTMtc { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #SemFWo1iZ8GI6zqlxx7T0Q4FpTTdIuBR { position:relative;z-index:2; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wCOveAAzZ4uEfOGwQidgSB4pdr9D8BEo { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #i2y1B0bwpKRNIXc5kU8c7KEFTJTRwuvR { position:relative; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #u7ahiTUyqgayZAnKP9tNbaTp0nWDmIev { position:relative; }
#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { background-color: transparent; background-image: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container > .video-iframe-container { display: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row > .video-iframe-container { display: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .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); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { border-width: 0; border-radius: 0; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#k8GK2S9gA0QhqILlz2eGETWwpLHM2QTT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWf3SVe1KSSTt6A2AggfLCqtCKcrTwcN { color:rgba(var(--color-tertiary-0),0.8);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { background-color: transparent; background-image: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container > .video-iframe-container { display: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row > .video-iframe-container { display: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .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); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { border-width: 0; border-radius: 0; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#x5v6pLCiFwVFbv25m4R6pJvf9p7DbitR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:22.125rem;height:3.16831875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pEIDsE4hvIfhUXedk25V8zOd79F73fIT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:15rem;top:2.125rem;left:21.1875rem;overflow:hidden;display:block; }
#FJqavsaT4SxIXOIZggFIFNTX19L7U6fx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6875rem;left:24.125rem;height:1.05610625rem;font-style:normal;display:block; }
#kaLFLSuOZEQsIHCZ2mKt1LTJXzO7y2Iq { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:14.9375rem;left:21.625rem;display:block; }
#FIxuilxDz5JRXTBpq1UTPH2RkwVfCFMt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:22.125rem;height:3.16831875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JLQE5gPXlNaUiwrwzTfXJg3gVGl6oGIf { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9150390625rem;left:22.125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 { display:block; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3sONTQtNzKR3vAKI7mo0dUsswMD7eH4 { top:0.75rem;left:36.8125rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4rPcZwR2ySPIpEXTNr1hSziN5OLloN { top:0rem;left:42.9375rem;width:2.4375rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGbOpbshV3mSsxxlAymqBPh15rFAJAv { width:16.5625rem;height:1.1875rem;top:0.8125rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r { display:block; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ5Hy4yqTpJ9b00GEAi3FkBRw0C0nyVH { top:2.4375rem;left:0rem;width:16.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 { display:block; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOJS5g3odVE3l2rTlHTuT7Ha1qU9PB2n { width:31.1875rem;height:31.1875rem;top:3.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDes7nMokrn6aaNqRdlS8gq5ml8QGLb3 { width:24.375rem;height:1.5625rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLgt5MKZG3LrQstIc04H0fPLQGUZGFy { width:13.25rem;height:3.125rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23U4CJMJK5IZkT9OTsJZR4GopFVtSkg { width:23.8125rem;height:3.875rem;top:20rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMwrD8Ozph0yDlZO8TppsyTEeKRXffaQ { top:15.375rem;left:7.1875rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sPyNdFIzFgkIDHPz2MMeFURMM0SUKA { width:24.4375rem;height:3.125rem;top:15.25rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcM0JJkFiEe1GolOoq62bUBkovvtOFMW { width:11.875rem;height:3.125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sm7RMPvpGC6n5vDwyvlgDgONWg7BGl { display:block; }
 }@media only screen and (max-width: 763px) { #LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli { display:block; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WquNHi3dEHfQFW13H1ufzoO8qsGUUDep { width:19.6875rem;height:1.4375rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJniik9wfF1B1qJmeFDn2QHqo5mCAZUf { width:15.8125rem;height:10.1875rem;top:12.25rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChASwoTNO9CmDRW0MX9iFeS7rTLCqpvm { width:16.625rem;height:10.5rem;top:12.1875rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidNVDXgAoTOEfwWuSo8aGOR6Rn2syGs { width:19.75rem;height:1.4375rem;top:8.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObD3QTke6KxTimwHvDwHFnzmPT0KV7G { width:19.75rem;height:1.4375rem;top:8.875rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGZENRFWd6sZ1ZyRfO16EWgOSob4XbLv { width:15.8125rem;height:7.3125rem;top:12.25rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbBR6pepM5DfpdLX5AHge7Kziziqu0P8 { top:3.4375rem;left:6rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh2prE532Xyy8TSBqNFoyiq7kugK1s4Q { top:3.4375rem;left:21.875001907349rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2d8eRDXdaJe6gOgZ7CvvRolvEMtgs6E { top:3.4375rem;left:37.749563217163rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJh9T47QpFpZs8RBELomnRzCa2JH2gC { display:block; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otOuG1B2Ncd5xviJTNg9hLQvCbidgbAM { width:20.0625rem;height:1.4375rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI6TlaW84FNv2pD1g2U263358lZcswus { width:15.0625rem;height:4.375rem;top:11.8125rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIU0hb3SBq9HTFnoqIUD5bxbPImsTpa { width:19.75rem;height:1.4375rem;top:8.625rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5BWbd8ywVWofmguO9IyzQ4khw5TPG { width:16.875rem;height:6rem;top:11.75rem;left:15.904119491577rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuHy2OCUVJMiM6TDasMy5bXRGEhnTdr { width:19.625rem;height:1.4375rem;top:8.625rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yETAtvHd7iHI1WQWIGmhuuTyLbzTQTpA { width:15.75rem;height:7.5rem;top:11.8125rem;left:31.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CINSWpEDJgpADNQT7veNpnZsVgZ2ROcK { top:3.4375rem;left:6rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC5UXh7OZKoLgrbZTsBcVMu3TlISK3HC { top:3.4375rem;left:21.875001907349rem;width:3.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyiQsKdp9lBXgWR7ncaEITDkFrr76Zt { top:3.4375rem;left:37.749563217163rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHgI8WhXZhG9Jpt6Lrr0qixxMC9sfePd { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { display:block; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOOweZVNVvwTRzNFLmTuVdT9ZhP9MwuD { width:11.875rem;height:3.125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJ51zhV2EQtrLbB92XVdkQcWa3MREH7 { display:block; }
 }@media only screen and (max-width: 763px) { #ottlzKf5JXNaqoNorcz0SBrxottEgCPm { width:23.8125rem;height:2.875rem;top:7.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5nmbx5IPHEbplhO0uSzbs2wWHZFM28y { width:23.75rem;height:10.1875rem;top:13.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JpKP8qzNbXWBcIvIQpTzPulve3T3ry { top:0.4375rem;left:8.0625rem;width:39.6875rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 { display:block; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtHgTXDA4LN9s7tV1D4sqS4Uir1QGhCS { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITMPG0vl5fpVCDaVHfBcVvZZ9vuLkBe { width:47.75rem;height:4.8125rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF { display:block; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfCPMufdXM1gTlq0vaD97PKK90a5fQ2A { display:none; }
 }@media only screen and (max-width: 763px) { #pXZaU1S72palN8pyzT95BfeGco0beWkF { width:23.75rem;height:;top:16.25rem;left:0rem;font-size:0.875rem;display:block; }#pXZaU1S72palN8pyzT95BfeGco0beWkF li:before{  }
 }@media only screen and (max-width: 763px) { #L9utizV7Gwxi5iL3rHUVnszOJbrcxOIx { width:17.625rem;height:8.75rem;top:4.1875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMFtMt41WTm4uq7qxOfRwwEST8g6JbBs { top:0rem;left:0rem;width:30.0625rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpq0nzznVrWibG4C41RaPbBidReqlMW { width:17.9375rem;height:8.75rem;top:4.1875rem;left:26.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk { width:24.6875rem;height:;top:16.3125rem;left:23.0625rem;font-size:0.875rem;display:block; }#Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk li:before{  }
 }@media only screen and (max-width: 763px) { #EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl { display:block; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H87TPHB0NphrwWF04vkXQ7wmayywxzm6 { width:11.1875rem;height:2.875rem;top:9.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRtrPxNSF3mixTnfhulwcld33pS1ZToW { width:11.1875rem;height:4.375rem;top:9.25rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9gZqOrIKGkCp4kpOTSJ97kg0ktNwUht { width:12.1875rem;height:5.8125rem;top:9.25rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPObgLT8b78QmIJ0GTuagqeM8zFpNET3 { width:12.1875rem;height:5.8125rem;top:9.25rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfeuFiZxJUx8Ua4CaiMfSK9xS1XHH8st { top:3.6875rem;left:4.03125rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGgXkQTTmIoWbCtcxRKcgso9LAWIsGlK { top:3.6875rem;left:15.968751907349rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9e6eTUm04Ww3gM96omgakAkOGTrTlNT { top:3.6875rem;left:27.906251907349rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgn1GzQT0ktw8TXJhAF4a61eZJnIZKB2 { top:3.6875rem;left:39.843313217163rem;width:3.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JOThEc7SsvkfZU7WfleJgTVyDXPe8I { top:15.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Iuxizr5GmmZm3EftXRCadGsWUKKalX { display:block; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX92S6pnEZEIzsNKKEXswMJO4SvXJLq8 { width:11.1875rem;height:2.875rem;top:9.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3RgzFST795usquI1ZwOZ6NmUZUNsXU { width:11.1875rem;height:4.375rem;top:9.25rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuByL43yr1GnkvAg3TfxZS0Lh0ov6fd9 { width:12.1875rem;height:2.875rem;top:9.25rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVIFL8KZWQdGpEJsui2a3f0Hi4GrmsN { width:12.1875rem;height:2.875rem;top:9.25rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoVbA2u9iWcuGbe9MlGdGd9yF0ZNF49m { top:3.6875rem;left:4.03125rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfogrBA51HntcTDyJEta5eJk71abaQTf { top:3.6875rem;left:15.968751907349rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkifUTfAVb7wwQpDRE9ZwUvoTJDT3yF { top:3.6875rem;left:27.906251907349rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsiy4CRXP2PxqelkdplFmLLe8rtx62m { top:3.6875rem;left:39.843313217163rem;width:3.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi { display:block; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNkrRxGw4Bg0ubm5wXGHswebyFWVGa3F { width:47.75rem;height:3.125rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgz35v37B9Eds4uWV3ngXCVK7vteACB { width:47.75rem;height:3.25rem;top:7.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa { display:block; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNnpUu3ZZKdThXnk2HFN7JwF5KHbMsVG { width:27.5rem;height:2.875rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEyAex7TbUOh1JrEpSFuyO7I9aNEeklu { width:36.6875rem;height:6.8125rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTzS6nyxTp8OoclQmWZD8vm8CFlKHUW { top:1rem;left:31.0625rem;width:16.6875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq { display:block; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzM3rXK4FrGoUX3ty9t6pe1NryicnHpT { width:11.125rem;height:3.625rem;top:8.625rem;left:0.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIHdGnakMFHFBmUUdUzkQaQMOpVOIHu { width:12.1875rem;height:1.1875rem;top:8.8125rem;left:35.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGPmPnK4XPN5gUNzABLAAbwQRT7kTOJ { width:11.125rem;height:2.375rem;top:8.6875rem;left:24.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLISfuSVmnTkF5F5oANSi1MVtI9Odl9b { top:3.0625rem;left:27.96875rem;width:3.625rem;height:3.7480711204157rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBA7QzT2mIPazlvvQz5N6c8zKMzaiTQ { top:15.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Zh7xXRv3Q4wd7prMdbZ6uA0VEFs9xN { top:3.0625rem;left:4.09375rem;width:3.625rem;height:3.7471985370774rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFZzk7cLMN4VsD2AQOzXClE5rv9VIEQ { width:11.125rem;height:3.625rem;top:8.625rem;left:12.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIGm8XGeoE70QV3OuLLUTKMmLE7lSDs { top:3.0625rem;left:16.03125rem;width:3.625rem;height:3.7471985370774rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WLvaQcUseJnuLZqpHbGTOOEiqyGqZG { top:3.25rem;left:39.71875rem;width:3.625rem;height:3.7471985370774rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u { display:block; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXlnHdWGvH28m26RkzMGsfObU8dCVE4Q { width:11.875rem;height:9.6875rem;top:9.3125rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kJTEWdAZeuKBJMtMqlnRpxT0EtxHU0 { top:3.6875rem;left:39.59375rem;width:3.625rem;height:3.7480711204157rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVBrorhGHtth01PM2xCyCeFkaipn6fie { width:11.125rem;height:4.8125rem;top:9.3125rem;left:12.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETar6fMCNcZIMzOvaMRazBXHSWUPZMUf { top:3.6875rem;left:15.96875rem;width:3.625rem;height:3.7480711204157rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCXKTknkwHtN20n8LD5kxTTv2ZGHzQyd { width:11.125rem;height:9.6875rem;top:9.375rem;left:24.218748092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltSO56pk4phAN8f3cDCfLcRTtb2KFoQ { top:3.8125rem;left:27.84375rem;width:3.625rem;height:3.7480711204157rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTscDbG64vpnUmuECXcSPdLz5EbAnFX { width:12.1875rem;height:2.375rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8FHQXmKgVQzkIwpdCzn9icqU0dppsDf { top:3.6875rem;left:4.28125rem;width:3.5625rem;height:3.6855227493741rem;display:block; }
 }@media only screen and (max-width: 763px) { #K136KyIbvwbZIgin1hNQEnnStg2WM4b9 { display:block; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOBr4ory703KWn1MvNBT86ebpltOkRyU { width:17.625rem;height:8.75rem;top:3.9375rem;left:26.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9sTXxPb68dplnZMqiKGgQURCZigU8F { top:40.8125rem;left:23.875rem;width:17.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDNIQxOcBzyKH19fN1qOoSLXsoIbOK7 { width:4.5rem;height:3.5rem;top:42.1875rem;left:42.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepoao5Uatn6Hhkq45SDlQCJTD9mgue0 { width:6.25rem;height:1.375rem;top:49.3125rem;left:41.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxreBprrm12p2mxi1AN4hzBvCJw4E2H { width:6.375rem;height:6.875rem;top:53.0625rem;left:41.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0WmaTO0KgCoEHx8u41c7u7fgWBPgP2r { top:0rem;left:0rem;width:30.125rem;height:63.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDJBSVmrDGFRrb9ER16FU5hdiVTwTHAM { top:40.875rem;left:0rem;width:17.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJQXFspdC4tngBefeW5yS967MZQmCQsA { top:45.3125rem;left:18.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsNmsftXJrLIaVVePHbSrZ3UJoVho26A { width:3.25rem;height:3.25rem;top:42.5rem;left:18.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0HsoCz4vyIzcnqGgW4QomFXWrGIAFN { width:5rem;height:1.375rem;top:49.3125rem;left:18.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz09BTbz9oOy6xukW4PJcqCDvsfzg7d5 { top:45.3125rem;left:43.0625rem;width:3.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2caBIg8qGH8Lz7Ixeng7DmxRq1oRwme { top:53.4375rem;left:19.125rem;width:3.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDXtTTvsPcm8NXBTqiazNmtmTlvvQC2 { top:54.1875rem;left:42.6875rem;width:4.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfT0eyeq5tXXmiPdXUmTNUs9TC93emoT { width:6.375rem;height:8.25rem;top:52.3125rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRnf9wWmlf1T5L75uBSdxTFbiKqdcNS { top:13.625rem;left:3.03125rem;width:17.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I63NIViFkfH9c6tiaDRGxZLGTQTEzwpI { top:3.9375rem;left:0rem;width:25.25rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeZmHT7UxfmBGKdNxw34oWA9W8nAf6T { top:13.625rem;left:26.90625rem;width:17.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwJQH2ABlL1c00imTd3JVuCuLba467uG { top:19.8125rem;left:0.092708587646487rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxScS47ZGfCurQCsko5fHFSX4g5melT { top:19.8125rem;left:24.59375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW { top:22.0625rem;left:0.092708587646487rem;width:23.4375rem;height:;font-size:1rem;display:block; }#gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW li:before{  }
 }@media only screen and (max-width: 763px) { #xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso { top:22.0625rem;left:24.3125rem;width:23.4375rem;height:;font-size:1rem;display:block; }#xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso li:before{  }
 }@media only screen and (max-width: 763px) { #WzcIVTfyCHy6SB1LGhTxI88WOOQQd758 { top:30.9375rem;left:22.75rem;width:25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aitQy7IW8beqOeADxRZyaLaHTLMzdGXw { top:28.1875rem;left:0rem;width:16.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { display:block; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lefJ4mv1sTegVi0kT9HOxmdq9qutl1Zy { width:47.75rem;height:3.1875rem;top:7.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2GbdXZ0vm4nhG8vEpgTR0psGSMHZLo { width:47.75rem;height:3.1875rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm { display:block; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3LIDTk0TTtPlcek6qkD8GBTivob0DbB { top:14.5625rem;left:4.3747863769531rem;width:39.375rem;height:22.1235rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtCnos2WP0Ek39dJUBcZFubsTQ8BKF2U { top:8.3125rem;left:0rem;width:47.75rem;height:34.010137741936rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8knGRhthkQTA291nC46LpXtswqwJC2 { width:47.75rem;height:3.1875rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huygLfMESe7L41L4bmVufZXrv7zQ2w2c { display:block; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNn1aqoM1E233vhkEtU5qSNMVenQLt5R { width:32.375rem;height:20.875rem;top:5.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ama9wgaIZffIuQrxUfJ3Fr23TPIOeiEV { width:30rem;height:1.625rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFoTJUJEdtK4hRxWyFcP6EqEhwWHfLU { width:9.375rem;height:2.9375rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGFoAsfPuppuFG0rb3XMBSmAe8CRNsTC { width:30rem;height:10rem;top:10.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4VCCVTkB1I3x0SPoHW7mup8fyAMfhKF { width:12.5rem;height:3.125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VW3ItGBgbS9xxDGiSKs1nQTJaHWF5f { display:block; }
 }@media only screen and (max-width: 763px) { #soTRil2bLwqVfcy5RFrzVoC3438Ao2yc { top:9.6875rem;left:0rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDG4eSDz0XreXp16vqbnMIB9PWcid2HC { top:11.5rem;left:0rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNO8K1bDetzmPNKOd2euOeeWKXB8dpQr { top:13.5625rem;left:0rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WbDeyIsT01ZxzMWzfQcWCyFgGULKui { top:15.5625rem;left:0rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWuLH0thUHO1qb8Wff3MUSgXrJwxlMmd { top:17.4375rem;left:0rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awN7rkG63G8E8nSc1TOfZJc4yUp7PJIJ { top:5.75rem;left:4.1865234375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfcIt1QkfD212zKnuGPlm5zzxtGQiq6 { width:17.3125rem;height:2.875rem;top:5.375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud { display:block; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFXGe54KTdpKd0pI7kg1BostwFK5ylWK { width:47.75rem;height:1.625rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQdJCv7ZZv2iXlh5UnMzZLOeTtvl6Fk { width:47.75rem;height:3.25rem;top:6.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ { display:block; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-regular-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-textarea { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-button { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4  { width:26.3125rem;height:auto;top:2.8125rem;left:9.46803855896rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .radio-container { width:26.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 {display:block;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 { width:26.3125rem;height:auto;top:2.8125rem;left:9.46803855896rem; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wVi1e5H3kCUWk5kgnCm5UDRcV8TSVDBf {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #g0dCLnIgL5QCyeX47ZS6gL7fG4hUc00A { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #hTkSqltt3paWHMmVo6Tqk0ky6VKe5FwO {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #seRCmnoim3FoHz4qRvxG2SAQ6prBg9si {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Hil1prNCN0XZCWFkzlBohC98R9vPtrWB { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #DMAN81cZLIPqXTaa2NABb6txTQVA0FEB {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #nEFs0vb6a5TPIsH7xTi8c4CI1aNOman2 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #xzLmPm6MbAn3oD6zmO70I45wcJTmSdzH { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pnMWLz0Ry5oy2gV71Th3EnqSDh6TL6x3 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #iwqfKVwZa0mEq0rDMBkRJDUmhHnwWNn7 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Sx4Icx6Bk5x5pQstbyTRbv8MvI5KbVgA { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #t81SQVDvxFXEE54hb0DSpCwKPKT2ozvL {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #h0KSmQ0k2vMIBqWXn99tU4e60XIGeeag {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #b8aT1VzdiUh6tAmOSNPPJFp8ARmN9QSm {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pQ8zDlIsdZraBCErFurQz4aWaZJaTMtc {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #SemFWo1iZ8GI6zqlxx7T0Q4FpTTdIuBR {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wCOveAAzZ4uEfOGwQidgSB4pdr9D8BEo {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #i2y1B0bwpKRNIXc5kU8c7KEFTJTRwuvR {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #u7ahiTUyqgayZAnKP9tNbaTp0nWDmIev {  }
 }@media only screen and (max-width: 763px) { #oU720UlJTT3VzdZoDQOVn5FhhwidqeBn { display:block; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8GK2S9gA0QhqILlz2eGETWwpLHM2QTT { width:47.75rem;height:4.0625rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWf3SVe1KSSTt6A2AggfLCqtCKcrTwcN { width:47.75rem;height:1.5625rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT { display:block; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5v6pLCiFwVFbv25m4R6pJvf9p7DbitR { width:16.5625rem;height:3.125rem;top:5.25rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIDsE4hvIfhUXedk25V8zOd79F73fIT { top:2.125rem;left:15.0625rem;width:15rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqavsaT4SxIXOIZggFIFNTX19L7U6fx { top:15.6875rem;left:18rem;width:10.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLFLSuOZEQsIHCZ2mKt1LTJXzO7y2Iq { top:14.9375rem;left:15.5rem;width:2.4375rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIxuilxDz5JRXTBpq1UTPH2RkwVfCFMt { width:16.5625rem;height:3.125rem;top:9.1875rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQE5gPXlNaUiwrwzTfXJg3gVGl6oGIf { width:16.5625rem;height:1rem;top:13.875rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 { position:relative;z-index:auto;display:block; }#vAW6bdT5o7wKAfwI5D3T5GA0b5MheP96 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3sONTQtNzKR3vAKI7mo0dUsswMD7eH4 { width:10.9375rem;height:1.21875rem;top:3.6875rem;left:5.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX4rPcZwR2ySPIpEXTNr1hSziN5OLloN { width:2.4375rem;height:2.625rem;top:3.0625rem;left:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGbOpbshV3mSsxxlAymqBPh15rFAJAv { width:16.5625rem;height:2rem;top:1.3125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r { display:block; }#QDvd4UsLrPSxobyJGnwwcbXlKAiMxK0r > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ5Hy4yqTpJ9b00GEAi3FkBRw0C0nyVH { width:16.625rem;height:1.875rem;top:2.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 { display:block; }#s0eXHrPJcLPcfoHFHlmLr1TfxzrAzyi0 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOJS5g3odVE3l2rTlHTuT7Ha1qU9PB2n { width:18.125rem;height:18.1875rem;top:10.334517836571rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDes7nMokrn6aaNqRdlS8gq5ml8QGLb3 { width:20rem;height:1.2999125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNLgt5MKZG3LrQstIc04H0fPLQGUZGFy { width:9.25rem;height:1.875rem;top:4.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23U4CJMJK5IZkT9OTsJZR4GopFVtSkg { width:15.4373125rem;height:3.897725rem;top:8.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMwrD8Ozph0yDlZO8TppsyTEeKRXffaQ { width:0.9375rem;height:0.8936625rem;top:4.9973964691162rem;left:9.4986985325812rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sPyNdFIzFgkIDHPz2MMeFURMM0SUKA { width:8.375rem;height:1.875rem;top:4.875rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcM0JJkFiEe1GolOoq62bUBkovvtOFMW { width:11.875rem;height:3.125rem;top:27.029119849205rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sm7RMPvpGC6n5vDwyvlgDgONWg7BGl { display:block; }
 }@media only screen and (max-width: 763px) { #LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli { display:block; }#LlOD38EgrrWKP1t9uKDQb3SVGxQTRtli > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WquNHi3dEHfQFW13H1ufzoO8qsGUUDep { width:13.0620625rem;height:1.3rem;top:8.5rem;left:3.3750001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJniik9wfF1B1qJmeFDn2QHqo5mCAZUf { width:14.8123125rem;height:7.79828125rem;top:10.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChASwoTNO9CmDRW0MX9iFeS7rTLCqpvm { width:14.5rem;height:9.799rem;top:30.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidNVDXgAoTOEfwWuSo8aGOR6Rn2syGs { width:8.125rem;height:1.3rem;top:27.8125rem;left:5.9375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObD3QTke6KxTimwHvDwHFnzmPT0KV7G { width:13.0620625rem;height:1.3rem;top:51.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGZENRFWd6sZ1ZyRfO16EWgOSob4XbLv { width:15.374375rem;height:6.9993125rem;top:53.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbBR6pepM5DfpdLX5AHge7Kziziqu0P8 { width:3.6875rem;height:3.8125rem;top:3.5625rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh2prE532Xyy8TSBqNFoyiq7kugK1s4Q { width:3.6875rem;height:3.8125rem;top:22.1875rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2d8eRDXdaJe6gOgZ7CvvRolvEMtgs6E { width:3.6875rem;height:3.8125rem;top:46.375rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEJh9T47QpFpZs8RBELomnRzCa2JH2gC { display:block; }#mEJh9T47QpFpZs8RBELomnRzCa2JH2gC > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otOuG1B2Ncd5xviJTNg9hLQvCbidgbAM { width:20rem;height:1.3rem;top:27.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI6TlaW84FNv2pD1g2U263358lZcswus { width:15.061875rem;height:3.89915rem;top:29.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIU0hb3SBq9HTFnoqIUD5bxbPImsTpa { width:19.8123125rem;height:1.2999125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTT5BWbd8ywVWofmguO9IyzQ4khw5TPG { width:15.7498125rem;height:3.89915rem;top:11.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuHy2OCUVJMiM6TDasMy5bXRGEhnTdr { width:19.6245625rem;height:1.3rem;top:45.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yETAtvHd7iHI1WQWIGmhuuTyLbzTQTpA { width:14.3125rem;height:6.49858125rem;top:48.3125rem;left:2.8437501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CINSWpEDJgpADNQT7veNpnZsVgZ2ROcK { width:3.6875rem;height:3.8125rem;top:22.3125rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC5UXh7OZKoLgrbZTsBcVMu3TlISK3HC { width:3.5625rem;height:3.6875rem;top:3.6740531921387rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyiQsKdp9lBXgWR7ncaEITDkFrr76Zt { width:3.6875rem;height:3.8125rem;top:40.5rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHgI8WhXZhG9Jpt6Lrr0qixxMC9sfePd { width:20rem;height:0.25rem;top:56.060363769531rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bfbegu1X/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.adaptive-delivery-prevent-bg, #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.lazyload, #LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp.lazyloading { background-image: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { background-color: transparent; background-image: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row > .video-iframe-container { display: none; }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .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); }#LHVxa9mddrT7tuq5Z67s7HDc3bfL4Jcp > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOOweZVNVvwTRzNFLmTuVdT9ZhP9MwuD { width:10.625rem;height:3.125rem;top:38.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJ51zhV2EQtrLbB92XVdkQcWa3MREH7 { display:block; }
 }@media only screen and (max-width: 763px) { #ottlzKf5JXNaqoNorcz0SBrxottEgCPm { width:20rem;height:2.03125rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5nmbx5IPHEbplhO0uSzbs2wWHZFM28y { width:18.6875rem;height:11.15625rem;top:26.25rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JpKP8qzNbXWBcIvIQpTzPulve3T3ry { width:20rem;height:18.5rem;top:1.8723993301392rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50991282-1183-46c9-92ff-9eeac5824f0f/tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.adaptive-delivery-prevent-bg, #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.lazyload, #NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4.lazyloading { background-image: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { background-color: transparent; background-image: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container > .video-iframe-container { display: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container { display: none; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .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); }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { border-width: 0; border-radius: 0; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNLUiEaXXd5xtez1bk9yAn2sl3VhymU4 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtHgTXDA4LN9s7tV1D4sqS4Uir1QGhCS { width:13.5rem;height:2.03125rem;top:3.5625rem;left:3.2500001490116rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IITMPG0vl5fpVCDaVHfBcVvZZ9vuLkBe { width:20rem;height:7.3125rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF { display:block; }#wIdGDTTVvLZvy8CT9HT4fHwEKOIVmsKF > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfCPMufdXM1gTlq0vaD97PKK90a5fQ2A { top:31rem;left:0rem;width:20rem;height:32.6875rem;z-index:15000;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pXZaU1S72palN8pyzT95BfeGco0beWkF { width:18rem;height:23.0085rem;top:6.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#pXZaU1S72palN8pyzT95BfeGco0beWkF li:before{  }
 }@media only screen and (max-width: 763px) { #L9utizV7Gwxi5iL3rHUVnszOJbrcxOIx { width:15.49825rem;height:4.0625rem;top:1.5rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMFtMt41WTm4uq7qxOfRwwEST8g6JbBs { width:20rem;height:14.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpq0nzznVrWibG4C41RaPbBidReqlMW { width:20rem;height:4.0625rem;top:32.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk { width:17.8125rem;height:24.30825rem;top:38rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#Cp09yXvpU5Gd3z16VhnPKfgWSa734sGk li:before{  }
 }@media only screen and (max-width: 763px) { #EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl { display:block; }#EKgXA8KMhGGnNT1N6sc9sKEVTsTRHnBl > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H87TPHB0NphrwWF04vkXQ7wmayywxzm6 { width:9.0625rem;height:2.27415rem;top:7.9375rem;left:5.4687501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRtrPxNSF3mixTnfhulwcld33pS1ZToW { width:9.75rem;height:2.27415rem;top:19.4375rem;left:5.1250001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9gZqOrIKGkCp4kpOTSJ97kg0ktNwUht { width:10.25rem;height:3.41121875rem;top:31.5rem;left:4.8750001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPObgLT8b78QmIJ0GTuagqeM8zFpNET3 { width:10.75rem;height:4.5483rem;top:45.0625rem;left:4.6250001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfeuFiZxJUx8Ua4CaiMfSK9xS1XHH8st { width:3.6875rem;height:3.8125rem;top:2.875rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGgXkQTTmIoWbCtcxRKcgso9LAWIsGlK { width:3.6875rem;height:3.8125rem;top:14.3125rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9e6eTUm04Ww3gM96omgakAkOGTrTlNT { width:3.6875rem;height:3.8125rem;top:26.5rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgn1GzQT0ktw8TXJhAF4a61eZJnIZKB2 { width:3.6875rem;height:3.8125rem;top:40rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JOThEc7SsvkfZU7WfleJgTVyDXPe8I { width:20rem;height:0.0625rem;top:50.86079375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N1Iuxizr5GmmZm3EftXRCadGsWUKKalX { display:block; }#N1Iuxizr5GmmZm3EftXRCadGsWUKKalX > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX92S6pnEZEIzsNKKEXswMJO4SvXJLq8 { width:10.6875rem;height:1.13715rem;top:7.625rem;left:4.6562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3RgzFST795usquI1ZwOZ6NmUZUNsXU { width:10.4375rem;height:3.41121875rem;top:19.5rem;left:4.7812501490116rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuByL43yr1GnkvAg3TfxZS0Lh0ov6fd9 { width:12.1875rem;height:2.27415rem;top:33.6875rem;left:3.9062501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVIFL8KZWQdGpEJsui2a3f0Hi4GrmsN { width:8.8125rem;height:2.27415rem;top:46.875rem;left:5.5937501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoVbA2u9iWcuGbe9MlGdGd9yF0ZNF49m { width:3.6875rem;height:3.8125rem;top:2.6236982345581rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfogrBA51HntcTDyJEta5eJk71abaQTf { width:3.6875rem;height:3.8125rem;top:14.5rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJkifUTfAVb7wwQpDRE9ZwUvoTJDT3yF { width:3.6875rem;height:3.8125rem;top:28.6875rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsiy4CRXP2PxqelkdplFmLLe8rtx62m { width:3.6875rem;height:3.8125rem;top:41.8125rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae9d0edb-cd18-4a22-ac96-73f0816de939/gocryo4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.adaptive-delivery-prevent-bg, #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.lazyload, #EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi.lazyloading { background-image: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { background-color: transparent; background-image: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container > .video-iframe-container { display: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row > .video-iframe-container { display: none; }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .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); }#EMJ2CbUkpcoWsucCy3ytVnTCkfqZwWGi > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNkrRxGw4Bg0ubm5wXGHswebyFWVGa3F { width:14.3125rem;height:7.3125rem;top:8.1171879768369rem;left:2.8437501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #fcgz35v37B9Eds4uWV3ngXCVK7vteACB { width:20rem;height:2.03125rem;top:3.2421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa { display:block; }#nLFLHMUKm5WlIM8bMvzaA3SEHSB5wSHa > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNnpUu3ZZKdThXnk2HFN7JwF5KHbMsVG { width:20rem;height:2.03125rem;top:3.3111991882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEyAex7TbUOh1JrEpSFuyO7I9aNEeklu { width:16.8125rem;height:8.9233rem;top:7.9333190917969rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTzS6nyxTp8OoclQmWZD8vm8CFlKHUW { width:13.3125rem;height:13.375rem;top:18.187484741211rem;left:3.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq { display:block; }#Ci4m2H1LwvQ60G8eWZvLFoRBG73GhpOq > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzM3rXK4FrGoUX3ty9t6pe1NryicnHpT { width:10.6875rem;height:3.411225rem;top:7.625rem;left:4.6562501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIHdGnakMFHFBmUUdUzkQaQMOpVOIHu { width:8.8125rem;height:2.27415rem;top:45rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGPmPnK4XPN5gUNzABLAAbwQRT7kTOJ { width:10.4375rem;height:2.27415rem;top:33.875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLISfuSVmnTkF5F5oANSi1MVtI9Odl9b { width:3.6875rem;height:3.8125rem;top:28.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBA7QzT2mIPazlvvQz5N6c8zKMzaiTQ { width:20rem;height:0.0625rem;top:50.39915rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E3Zh7xXRv3Q4wd7prMdbZ6uA0VEFs9xN { width:3.6875rem;height:3.8125rem;top:2.6236982345581rem;left:8.0625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFZzk7cLMN4VsD2AQOzXClE5rv9VIEQ { width:10.4375rem;height:3.41121875rem;top:20.875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIGm8XGeoE70QV3OuLLUTKMmLE7lSDs { width:3.6875rem;height:3.8125rem;top:15.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WLvaQcUseJnuLZqpHbGTOOEiqyGqZG { width:3.6875rem;height:3.8125rem;top:39.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u { display:block; }#Js2FGQHhclvNUt2ufOcHzztUkVTqZq5u > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXlnHdWGvH28m26RkzMGsfObU8dCVE4Q { width:12.1875rem;height:7.9595rem;top:35.875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kJTEWdAZeuKBJMtMqlnRpxT0EtxHU0 { width:3.6875rem;height:3.8125rem;top:30.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVBrorhGHtth01PM2xCyCeFkaipn6fie { width:12.1875rem;height:3.41121875rem;top:23.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETar6fMCNcZIMzOvaMRazBXHSWUPZMUf { width:3.6875rem;height:3.8125rem;top:18.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCXKTknkwHtN20n8LD5kxTTv2ZGHzQyd { width:10.6875rem;height:9.0965625rem;top:6.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltSO56pk4phAN8f3cDCfLcRTtb2KFoQ { width:3.6875rem;height:3.8125rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTscDbG64vpnUmuECXcSPdLz5EbAnFX { width:12.1875rem;height:2.27415rem;top:52.0625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8FHQXmKgVQzkIwpdCzn9icqU0dppsDf { width:3.5625rem;height:3.6860693308685rem;top:47.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K136KyIbvwbZIgin1hNQEnnStg2WM4b9 { display:block; }#K136KyIbvwbZIgin1hNQEnnStg2WM4b9 > .row .container { width:20rem;height:132.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOBr4ory703KWn1MvNBT86ebpltOkRyU { width:17.625rem;height:6.09375rem;top:3.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9sTXxPb68dplnZMqiKGgQURCZigU8F { width:12.3125rem;height:12.875rem;top:47.11789894104rem;left:3.7982956171036rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNDNIQxOcBzyKH19fN1qOoSLXsoIbOK7 { width:8.0625rem;height:2.0994375rem;top:103.67898368836rem;left:1.1875001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qepoao5Uatn6Hhkq45SDlQCJTD9mgue0 { width:6.25rem;height:1.48721875rem;top:110.48296165466rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxreBprrm12p2mxi1AN4hzBvCJw4E2H { width:7.125rem;height:11.81109375rem;top:102.99148368836rem;left:10.312500119209rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:2.7;display:block; }
 }@media only screen and (max-width: 763px) { #R0WmaTO0KgCoEHx8u41c7u7fgWBPgP2r { width:20rem;height:62.25rem;top:1.4644886255264rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDJBSVmrDGFRrb9ER16FU5hdiVTwTHAM { width:13.375rem;height:14rem;top:114.05254364014rem;left:3.2670456171036rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wJQXFspdC4tngBefeW5yS967MZQmCQsA { width:3.75rem;height:3.75rem;top:38.299007415771rem;left:3.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsNmsftXJrLIaVVePHbSrZ3UJoVho26A { width:4.5rem;height:1.9247125rem;top:36.420455932618rem;left:2.9687501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0HsoCz4vyIzcnqGgW4QomFXWrGIAFN { width:5rem;height:1.38068125rem;top:43.750001907349rem;left:2.7187501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz09BTbz9oOy6xukW4PJcqCDvsfzg7d5 { width:3.625rem;height:3.75rem;top:105.77841567993rem;left:3.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2caBIg8qGH8Lz7Ixeng7DmxRq1oRwme { width:3.125rem;height:4.5rem;top:37.92329788208rem;left:12.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPDXtTTvsPcm8NXBTqiazNmtmTlvvQC2 { width:4.625rem;height:3.0625rem;top:105.77841567993rem;left:11.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfT0eyeq5tXXmiPdXUmTNUs9TC93emoT { width:9.0625rem;height:10.125rem;top:36.375001907349rem;left:9.4204550981519rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UeRnf9wWmlf1T5L75uBSdxTFbiKqdcNS { width:17.8125rem;height:3.25rem;top:74.8125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I63NIViFkfH9c6tiaDRGxZLGTQTEzwpI { width:20rem;height:7.7983125rem;top:65.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeZmHT7UxfmBGKdNxw34oWA9W8nAf6T { width:17.8125rem;height:3.25rem;top:11.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwJQH2ABlL1c00imTd3JVuCuLba467uG { width:12.5rem;height:1.29971875rem;top:81.125004768369rem;left:1.1875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUxScS47ZGfCurQCsko5fHFSX4g5melT { width:12.5rem;height:1.29971875rem;top:17.312490463257rem;left:1.5625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW { width:17.5rem;height:8.4233125rem;top:82.9375rem;left:1.375rem;font-size:1rem;display:block; }#gNN7WLSXuCwAbDBJi7G1RANoxIrplJPW li:before{  }
 }@media only screen and (max-width: 763px) { #xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso { width:17.375rem;height:10.71025rem;top:19.3125rem;left:1.6875rem;font-size:1rem;display:block; }#xVKPC1Z8uHOCkc9uTUwv8FL9fuNwEMso li:before{  }
 }@media only screen and (max-width: 763px) { #WzcIVTfyCHy6SB1LGhTxI88WOOQQd758 { width:19.125rem;height:0.8125rem;top:32.470881462097rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aitQy7IW8beqOeADxRZyaLaHTLMzdGXw { width:15rem;height:8rem;top:92.9375038147rem;left:2.139204621315rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8ff9089b-c384-4e01-a0c0-9ae8f4d838d7/P17280182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.adaptive-delivery-prevent-bg, #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.lazyload, #XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4.lazyloading { background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { background-color: transparent; background-image: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row > .video-iframe-container { display: none; }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .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); }#XEqcDV56uPlMvEL8IOcmfiywWXsCJXx4 > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lefJ4mv1sTegVi0kT9HOxmdq9qutl1Zy { width:20rem;height:4.0625rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2GbdXZ0vm4nhG8vEpgTR0psGSMHZLo { width:15.625rem;height:4.875rem;top:8.8111991882325rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm { display:block; }#BkPoBdlH7hhBiIBHqhEhMiVFddC0LKtm > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3LIDTk0TTtPlcek6qkD8GBTivob0DbB { height:8.6875rem;width:15.6875rem;top:9.0924377441406rem;left:2.2330728769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtCnos2WP0Ek39dJUBcZFubsTQ8BKF2U { width:20rem;height:14.245083870968rem;top:6.6588439941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8knGRhthkQTA291nC46LpXtswqwJC2 { width:20rem;height:2.03125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huygLfMESe7L41L4bmVufZXrv7zQ2w2c { display:block; }#huygLfMESe7L41L4bmVufZXrv7zQ2w2c > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNn1aqoM1E233vhkEtU5qSNMVenQLt5R { width:18.5rem;height:11.875rem;top:18.462673187256rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ama9wgaIZffIuQrxUfJ3Fr23TPIOeiEV { width:20rem;height:1.21875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFoTJUJEdtK4hRxWyFcP6EqEhwWHfLU { width:12rem;height:2.4375rem;top:4.4986877441406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGFoAsfPuppuFG0rb3XMBSmAe8CRNsTC { width:20rem;height:9.34303125rem;top:9.8741321563719rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #A4VCCVTkB1I3x0SPoHW7mup8fyAMfhKF { width:12.5rem;height:3.125rem;top:33.436198234558rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VW3ItGBgbS9xxDGiSKs1nQTJaHWF5f { display:block; }
 }@media only screen and (max-width: 763px) { #soTRil2bLwqVfcy5RFrzVoC3438Ao2yc { width:17.8125rem;height:1.2999125rem;top:10.499786376953rem;left:0.90625005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDG4eSDz0XreXp16vqbnMIB9PWcid2HC { width:19.2480625rem;height:1.2999125rem;top:14.373046875rem;left:0.56401914358139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNO8K1bDetzmPNKOd2euOeeWKXB8dpQr { width:19.2480625rem;height:1.2999125rem;top:12.49609375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7WbDeyIsT01ZxzMWzfQcWCyFgGULKui { width:19.2480625rem;height:1.2999125rem;top:8.5609798431394rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWuLH0thUHO1qb8Wff3MUSgXrJwxlMmd { width:19.2480625rem;height:1.2999125rem;top:16.310764312744rem;left:0.53038197755814rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awN7rkG63G8E8nSc1TOfZJc4yUp7PJIJ { width:10.3125rem;height:1.21875rem;top:4.7190685272217rem;left:9.5616117119788rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfcIt1QkfD212zKnuGPlm5zzxtGQiq6 { width:12.375rem;height:2.4375rem;top:4.498046875rem;left:7.624348938465rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud { display:block; }#izt01sgoHN3BsvFfEMOTsUhUdfXfy7ud > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFXGe54KTdpKd0pI7kg1BostwFK5ylWK { width:20rem;height:1.4625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQdJCv7ZZv2iXlh5UnMzZLOeTtvl6Fk { width:20rem;height:2.19965rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ { display:block; }#Z5UmN6dPCO5BimS388G3UNmPnwlybkBQ > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 {display:block;}#nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wVi1e5H3kCUWk5kgnCm5UDRcV8TSVDBf {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #g0dCLnIgL5QCyeX47ZS6gL7fG4hUc00A { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #hTkSqltt3paWHMmVo6Tqk0ky6VKe5FwO {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #seRCmnoim3FoHz4qRvxG2SAQ6prBg9si {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Hil1prNCN0XZCWFkzlBohC98R9vPtrWB { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #DMAN81cZLIPqXTaa2NABb6txTQVA0FEB {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #nEFs0vb6a5TPIsH7xTi8c4CI1aNOman2 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #xzLmPm6MbAn3oD6zmO70I45wcJTmSdzH { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pnMWLz0Ry5oy2gV71Th3EnqSDh6TL6x3 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #iwqfKVwZa0mEq0rDMBkRJDUmhHnwWNn7 {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #Sx4Icx6Bk5x5pQstbyTRbv8MvI5KbVgA { display:block; }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #t81SQVDvxFXEE54hb0DSpCwKPKT2ozvL {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #h0KSmQ0k2vMIBqWXn99tU4e60XIGeeag {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #b8aT1VzdiUh6tAmOSNPPJFp8ARmN9QSm {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #pQ8zDlIsdZraBCErFurQz4aWaZJaTMtc {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #SemFWo1iZ8GI6zqlxx7T0Q4FpTTdIuBR {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #wCOveAAzZ4uEfOGwQidgSB4pdr9D8BEo {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #i2y1B0bwpKRNIXc5kU8c7KEFTJTRwuvR {  }
 }@media only screen and (max-width: 763px) { #nKwAfXEX36QfSqMAgS6ogLfGBCzz9NT4 #u7ahiTUyqgayZAnKP9tNbaTp0nWDmIev {  }
 }@media only screen and (max-width: 763px) { #oU720UlJTT3VzdZoDQOVn5FhhwidqeBn { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { background-color: transparent; background-image: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container > .video-iframe-container { display: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row > .video-iframe-container { display: none; }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .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); }#oU720UlJTT3VzdZoDQOVn5FhhwidqeBn > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8GK2S9gA0QhqILlz2eGETWwpLHM2QTT { width:20rem;height:1.5625rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iWf3SVe1KSSTt6A2AggfLCqtCKcrTwcN { width:17.125rem;height:2.27415rem;top:7.5625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { background-color: transparent; background-image: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container > .video-iframe-container { display: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row > .video-iframe-container { display: none; }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .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); }#v1LMsSEQ6xeAM8PFo5PcvTHSicB80nWT > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5v6pLCiFwVFbv25m4R6pJvf9p7DbitR { width:20rem;height:3rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pEIDsE4hvIfhUXedk25V8zOd79F73fIT { width:17.5rem;height:1.5625rem;top:3.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqavsaT4SxIXOIZggFIFNTX19L7U6fx { width:10.9375rem;height:1.05610625rem;top:21.25rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaLFLSuOZEQsIHCZ2mKt1LTJXzO7y2Iq { width:2.4375rem;height:2.625rem;top:20.4375rem;left:4.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIxuilxDz5JRXTBpq1UTPH2RkwVfCFMt { width:16.5625rem;height:2.4375rem;top:13.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JLQE5gPXlNaUiwrwzTfXJg3gVGl6oGIf { width:16.5625rem;height:0.8125rem;top:18.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1;display:block; }
 }