.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:217,220,227;--color-primary-1:128,140,163;--color-primary-2:0,24,70;--color-primary-3:0,12,35;--color-primary-4:0,4,11;--color-secondary-0:226,245,230;--color-secondary-1:158,221,172;--color-secondary-2:60,186,88;--color-secondary-3:30,93,44;--color-secondary-4:9,28,13;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:191,191,191;--color-tertiary-3:183,183,183;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1c1c1c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { background-color: transparent; background-image: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container > .video-iframe-container { display: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container { display: none; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .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); }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { border-width: 0; border-radius: 0; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { 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:3.3125rem;width:10.3125rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#OGg5CpmFF8yMJlOldZpnagAwDrGf9lcV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#M0HA4h52yaclTTOJ6rc87GotXzeDge5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { background-color: transparent; background-image: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .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); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { border-width: 0; border-radius: 0; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:41.1875rem;display:block; }
#EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:43.5625rem;display:block; }
#WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:48.3125rem;display:block; }
#mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:45.9375rem;display:block; }
#hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { color:#b5b5b5;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:5.09765625rem;display:block; }
#B6T2iyx5kCfpOTRT8K6i6hLK4vAs3av7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem -0.1875rem 0.6875rem rgba(var(--color-tertiary-4),0.56) ;height:36.75rem;width:26rem;top:2.875rem;left:45.3125rem;overflow:hidden;display:block; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-form-header { font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;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; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .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(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal;float:none; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-container:first-of-type{padding-top:0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-container:last-of-type{padding-bottom:0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3  { background-color:#1c1c1c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15078;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.0625rem;left:1.3125rem;font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem;display:block;vertical-align:top; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;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; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 {display:block;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 { background-color:#1c1c1c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15078;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:18.0625rem;left:1.3125rem;font-size:0.875rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #TnGkkwXVRN8GWDe2N116RVhcHHyhpNA8 { position:relative; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #HBwWUalGlqGI7bsVTwvAyo3Ic7cH397e { position:relative;display:block; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IVUoAo8UogaicMZZTPnIHJLtT254iTlN { position:relative; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IW071o15VEJ2GZAbF4V06vmWEvR5TFDO { position:relative; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #DenTnVu2d7FQSBeoEq6nCzVqM1Wiws1T { position:relative;display:block; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #AJMlgGCseHhq9zfA3b5ALxDD6vFvOoZ1 { position:relative; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #hGcV65WqAh12PS9bBDtnLFVTsuW42UCW { position:relative; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #qzectvp3IFbLu1wtaWVxGcHm2PH9U3qA { position:relative; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.5rem;width:75rem;position:relative;display:block; }#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xyA6PH4M9yaLMHfV7VZbFPF89zG7ngXh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:15rem;left:17.5rem;display:block; }
#VtTgPMGktapHDBp3oqZdRDuf8c957cXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container { background-color: transparent; background-image: none; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container > .video-iframe-container { display: none; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row > .video-iframe-container { display: none; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .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); }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container { border-width: 0; border-radius: 0; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.5rem;width:75rem;position:relative;display:block; }#nZ4z3cmk0TJ46NOkGUo1nZeUgxVyuLep { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.5rem;width:21.25rem;top:13.1875rem;left:2rem;display:block; }
#MTZlOzFwC3gN9b0MW8F3B0z0NZ5Khez2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.0625rem;left:3.875rem; }
#fLqRcoJ0tcac4gXlXzUc3aWXVCC71W5e { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:18.125rem;left:3.875rem;height:2.54980625rem;font-style:normal;display:block; }
#yQBTK3sEyh00KlQUynaBv3lwnc1pxSSF { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.0625rem;left:3.875rem;height:8.496125rem;font-style:normal;display:block; }
#eAq2zrPvzh6Hq1Tc0goXfwgHCGmiUU1t { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hAT5fDc3IkydldWh4FSe1sVANuGkH87M { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.375rem;width:21.25rem;top:13.25rem;left:27rem;display:block; }
#aDbySdE3JorsnXsGhUw85dBpmTeoIxTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:21.125rem;left:28.875rem;height:8.496125rem;font-style:normal;display:block; }
#ZuOtk575hT7hocON8F7OSfACgtDbhZPb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:18.1875rem;left:28.875rem;height:2.55rem;font-style:normal;display:block; }
#Cz4BBVRVdEMhgu5JGxphPSraFoliqudE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.125rem;left:28.875rem; }
#xMGB2uyviZBHFiix8bixpyPO7CUH8DDe { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.2)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-2),0.2), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.4375rem;width:21.25rem;top:13.25rem;left:51.6875rem;display:block; }
#dllktDL34ddVlzNmFN7wrD6qUfxeRLvA { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:21.125rem;left:53.5625rem;height:8.496125rem;font-style:normal;display:block; }
#Pd87ncWUlDQw6P8rkos1oxl4zaLLdMtG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:18.1875rem;left:53.5625rem;height:2.55rem;font-style:normal;display:block; }
#Q28w4h6oITWBLumR7KpB7rMV247dmwzC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.125rem;left:53.5625rem; }
#GL9er1mTgmozRuCOigid34bqx5fGii1J { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:39.8125rem;left:3.0625rem;height:2.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rgx74kqPAN3BSiLQwFxPe5r1vBOJFiWI { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:42.3125rem;left:4.25rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKumhkINVPPJsRfHlC89yfrHcf1HzbR7 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#7b7b7b;background-image:none;top:32.8125rem;left:12.4375rem;display:block; }
#E23DZBmPM4MCFJ7J8ORtLzd0XmEV3ZHx { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#4c4c4c;background-image:none;top:34.4375rem;left:12.0625rem;display:block; }
#zAWcEtinkT8SlhGfU0As8JPJHBwWG7lQ { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#333333;background-image:none;top:36.8125rem;left:11.875rem;display:block; }
#R0GVcQoTFd7sxeXqRSLxvCdu7xo2XrTk { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#7b7b7b;background-image:none;top:32.875rem;left:37.3125rem;display:block; }
#XMv7dBSSO3H3Q4fTyyLWg9auKUpgDXKK { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#4c4c4c;background-image:none;top:34.5rem;left:36.9375rem;display:block; }
#Q9TO8tgc2abRRrW6MgITJZ3KeCoFgTc4 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#333333;background-image:none;top:36.875rem;left:36.75rem;display:block; }
#FqWNqtmFyy9f6DivR5U9yaM5g1DiSycF { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:39.8125rem;left:27.25rem;height:2.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K67U55Nwu3S4HT5x1DhWyoMlUgNZDX1u { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:42.375rem;left:27.4375rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pV3z47Qwca4zLVDOvZnAuUVPTo0MkBRL { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#7b7b7b;background-image:none;top:32.812501907349rem;left:62.093751907349rem;display:block; }
#bTIuUD9ueCpIJTwIubmqDpAifoBCsVXS { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:#4c4c4c;background-image:none;top:34.5rem;left:61.75rem;display:block; }
#ZeLigKWwqgTxhnToGxKIqCVrbi5O60JQ { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:#333333;background-image:none;top:36.875rem;left:61.5625rem;display:block; }
#svkQNnh8qg88sHXqhuOcflImRfsmJy1a { color:rgba(var(--color-tertiary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:39.8125rem;left:52rem;height:2.01875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9GgeBoMAapXEns5sZdagg970W01SM4K { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:42.4375rem;left:52.75rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container { background-color: transparent; background-image: none; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container > .video-iframe-container { display: none; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row > .video-iframe-container { display: none; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .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); }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container { border-width: 0; border-radius: 0; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.3125rem;width:75rem;position:relative;display:block; }#i9DlB4tZM8ygAEqQXyim2DZzgGCBrkbn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:22.533386230469rem;left:4.0625004768372rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8285b59-d550-41fd-8ef5-e803605dbedc/DSC05299.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf.adaptive-delivery-prevent-bg, #IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf.lazyload, #IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf.lazyloading { background-image: none; }
#IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#gFAnZVhVMNlOVMo0MJsqhrkE8unVW7oI { color:#b5b5b5;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:19.595882415771rem;left:4.0625004768372rem;height:1.7rem;display:block; }
#Feg27meS7KZPHLdPUycZH66gw7LTu8Ge { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));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:14rem;width:37.5rem;top:0rem;left:37.500002384186rem;display:block; }
#CvkRFpzJ2L9wlRCAp5II93wH5KM7R3Mc { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.6875rem;left:40.000002384186rem; }
#F1OHWMcXZuCssGo8x5NcnSaQaBBhVsip { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:5.7500004768372rem;left:40.000002384186rem;height:5.0996125rem;font-style:normal;display:block; }
#v8TxMAuZegWRqPRWtGRJs1t74dxvb6hA { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));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:9.5rem;width:37.5rem;top:18.75rem;left:37.500002384186rem;display:block; }
#fM9qEor88lt1CaF7lUke3lq65v7cyQxi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.670463085174rem;left:40.000002384186rem; }
#AXsT0PPW9ieB1wcDAQoM0wBQJ2ToaGXs { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:20.294044017792rem;left:40.000002384186rem;height:5.1rem;font-style:normal;display:block; }
#iqr8sMBC75WDrMkTOdPMzBO7aA7LivA5 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));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:6.125rem;width:37.5rem;top:35.6875rem;left:37.500001907349rem;display:block; }
#AGSvJbCJACr1eiOwXqoS4NUe3qXsXfv7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.811796665192rem;left:40.000002384186rem; }
#RciV6vxe2XTVWg1Xb2kAoX70HSgB1Zw8 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:47.113721847534rem;left:40.000001907349rem;height:5.0996125rem;font-style:normal;display:block; }
#ZAtsKBZz0Iyiit5EPybhLeEP4Dbgd8ib { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:33.688368797303rem;left:40.000001907349rem;height:5.1rem;font-style:normal;display:block; }
#ISLWTBfwFmMCih1iGzby5L1n1kvWF9Ww { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));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:6.125rem;width:37.5rem;top:50.186634063721rem;left:37.500001907349rem;display:block; }
#C0a68mLRVnmwo2N1Gn7RTXeTFwBkrkKW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:43.624132156372rem;left:40.000001907349rem; }
#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { background-color: transparent; background-image: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container > .video-iframe-container { display: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container { display: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .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); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { border-width: 0; border-radius: 0; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.125rem;width:75rem;position:relative;display:block; }#PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { color:#1ec731;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:14.25rem;width:15rem;top:15.75rem;left:8.625rem;overflow:hidden;display:block; }
#lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:47.1875rem;left:12.625rem; }
#lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:37.4375rem;left:6.125rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:47.3125rem;left:18.25rem; }
#XIuDqT0prwqHFxGT1kZysn8WhmPruyxb > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { color:#b5b5b5;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:35.1875rem;left:6.125rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:32.625rem;left:6.125rem;height:2.55rem;text-align:center;text-align-last:center;display:block; }
#Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.5625rem;width:23.75rem;top:13.875rem;left:4.1875rem;display:block; }
#VFXa2f8v1ImiH5vee0az6UOn7ZgtLDCM { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.375rem;width:38.625rem;top:17.625rem;left:32.125rem;display:block; }
#uyNvGsX230asuINM8h5bIwvutOFgReOy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.375rem;width:38.625rem;top:34.5625rem;left:32.125rem;display:block; }
#PhRA3S5tcd2ixK3v8tLqEdRSbfbmBoaJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.4375rem;width:8.875rem;top:20.875rem;left:34.8125rem;overflow:hidden;display:block; }
#JKRO6xkoB49vQSqPLnxETPgTxmJXDBDz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.875rem;width:8.6875rem;top:37.75rem;left:34.8125rem;overflow:hidden;display:block; }
#ckwlhwH7o3m8tqOyJXXADuIZf0fK6g3A { color:rgba(var(--color-tertiary-2),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:47.6875rem;left:27.875rem;height:0;text-align:left;text-align-last:left;display:block; }
#m6G2RhAcS5PkUw2HOgzMeJgbca5HlRLR { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:21.5rem;left:46.25rem;height:2.55rem;text-align:center;text-align-last:center;display:block; }
#HWWDQ709JuDeVE19UUUHq4pURIi18KTD { color:#b5b5b5;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:24.0625rem;left:46.25rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#I8LsNAKyrKL120s04HmxTNsKR8mfptyM { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:38.3125rem;left:46.25rem;height:2.55rem;text-align:center;text-align-last:center;display:block; }
#pErGrDsrLb5bbDfW6rz0ll6geS3U2fdX { color:#b5b5b5;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:40.5625rem;left:47.8125rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#X9fzT5bG7NKuvDU5PygWs8iT73lKXQRX { color:#ded7d7;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:13.875rem;left:41.3125rem;height:2.55rem;text-align:center;text-align-last:center;display:block; }
#ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:47.1875rem;left:15.4375rem; }
#ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));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:9.375rem;width:0.5rem;top:56.125rem;left:60.125rem;display:block; }
#z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));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:9.375rem;width:0.5rem;top:56.125rem;left:62.5rem;display:block; }
#aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));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:9.375rem;width:0.5rem;top:56.125rem;left:64.875rem;display:block; }
#R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));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:9.375rem;width:0.5rem;top:56.125rem;left:67.25rem;display:block; }
#vva1u4fWL8CIWAVIPP8lrhVbqSTdD5Up { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14rem;left:59.1875rem; }
#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #cccccc);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #cccccc);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #cccccc);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#cccccc' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #cccccc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { background-color: transparent; background-image: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { display: none; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .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); }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { border-width: 0; border-radius: 0; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.5rem;width:75rem;position:relative;display:block; }#BZcA6vkJUe8hHm6s5gI1OZ2sm2qpaVCz { position:absolute;display:block;z-index:15007;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:34.0625rem;width:62.75rem;top:6.515625rem;left:8.625rem;display:block; }
#peIfb1Gd4cB53oae0JkSshksaWevn47S { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:9.9375rem;left:13.5rem;height:5.7734375rem;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; }
#s2TgfsqJ5VqVOTLeOLUl9RaQS0nm1k0z { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:17.1875rem;left:16.125rem;height:1.59375rem;display:block; }
#yU1PWpTOOuTft2QadVBvyZTLaKZBxEhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:17.375rem;left:13.5rem; }
#OdSTOJzwvR3AFQDxQWqak0VzrTXgOSJK { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:16.125rem;height:1.59375rem;display:block; }
#IEZKxUskt4KJEQJX0rXXVnQcM4xprsUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.3125rem;left:13.5rem; }
#ncIqrKPJfuXviXTib7bwZl9AOX4MwPfT { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:22.75rem;left:16.125rem;height:1.59375rem;display:block; }
#HJOrETpx9XxSWVcbcpi1zBTBxkumRvo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.9375rem;left:13.5rem; }
#RNhwFehSSGsox0bJJSkv3LeIdQl8QdGc { color:rgba(var(--color-tertiary-1),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:25.796875rem;left:16.125rem;height:1.59375rem;display:block; }
#E1qJw7eJtpb9DrTlET0X9TeS1a5AdM19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.875rem;left:13.5rem; }
#eq9H23OTmm9oRXcTysssO0IXEu2inTL2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.6513671875rem;left:33.625rem;display:block; }
#KO9barupVo6IORZpWQuOFE8t6UwWm9lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BimHW01nHVe8cTylPr6J6O9FMNlH5X4f { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.4375rem 0.625rem 1.125rem rgba(var(--color-tertiary-4),1) ;height:8.6875rem;width:8.6875rem;top:11.4375rem;left:57.875rem;display:block; }
#FWSa0y7EVAr8kqqUgIyW8pFAw7uMlVIe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:14.55078125rem;left:57.96875rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { background-color: transparent; background-image: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container > .video-iframe-container { display: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container { display: none; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .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); }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { border-width: 0; border-radius: 0; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.1875rem;width:75rem;position:relative;display:block; }#UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.375rem;left:1.875rem; }
#EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:24.125rem;left:2.5rem;height:12.749rem;font-style:italic;display:block; }
#DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { color:#b5b5b5;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:37.630683898926rem;left:2.5000004768372rem;height:2.975rem;font-style:normal;display:block; }
#hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.2));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:38.75rem;width:33.75rem;top:12.34375rem;left:0rem;display:block; }
#BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.3125rem;left:38.25rem; }
#uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:14.4375rem;left:38.875rem;height:5.736325rem;font-style:italic;display:block; }
#cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:20.75rem;left:38.875rem;height:1.4875rem;font-style:normal;display:block; }
#RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.8125rem;left:38.25rem; }
#aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:26.9375rem;left:38.875rem;height:3.825rem;font-style:italic;display:block; }
#AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:40.1875rem;left:38.875rem;height:3.825rem;font-style:italic;display:block; }
#KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { color:#b5b5b5;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:44.8125rem;left:38.875rem;height:2.975rem;font-style:normal;display:block; }
#gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:37.625rem;left:38.25rem; }
#d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:23.125rem;left:38.875rem;display:block; }
#Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:35.437501907349rem;left:38.875000953674rem;display:block; }
#HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-2),0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-tertiary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#EIP7zDU9hx77Cs6OWKLRRTwWaTC0WNkx { color:#b5b5b5;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:31.75rem;left:38.875rem;height:1.4875rem;font-style:normal;display:block; }
#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { background-color: transparent; background-image: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container > .video-iframe-container { display: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container { display: none; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .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); }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { border-width: 0; border-radius: 0; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.75rem;left:1.25rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:41.25rem;display:block; }
#c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:43.625rem;display:block; }
#omJuiI1plD5C0zttApclxDTxZQURff6L { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:48.375rem;display:block; }
#rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:46rem;display:block; }
#JHxoHeLvtEezc43vrWMzsQxdVWnveRTw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:34.4375rem;top:2.375rem;left:40.5625rem;overflow:hidden;display:block; }
#qPyPElwUD6PueIAN2e1oueySG5BJGl3G { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:38.25rem;width:28.8125rem;top:4.25rem;left:43.5rem;overflow:hidden;display:block; }
#Et1fen7hfwpXKctJFEIgAvle7TsEb9pO { position:absolute;display:block;z-index:15075;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.25rem;width:21.8125rem;top:10.249987602234rem;left:46.500000953674rem;overflow:hidden;display:block; }
#KM5gogyXAmMTdemfFCRTnbXUoSkvFPl3 { position:absolute;display:block;z-index:15076;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:22.3125rem;top:27.4375rem;left:46.625rem;overflow:hidden;display:block; }
#e8Vyopc8mIM125FIT96OyyW6rp8plAqX { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.4375rem 0.625rem 1.125rem rgba(var(--color-tertiary-4),1) ;height:8.6875rem;width:8.6875rem;top:27.4375rem;left:37.875rem;display:block; }
#lb6WJstR6JzuRBDNGrVleQqqK1c75Xov { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:29.75rem;left:38.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwF2LSbduHlTHPh2RKGzEezEU3Pn7F4T { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:31.8125rem;left:38.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-form-header { font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;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; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .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(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal;float:none; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-container:first-of-type{padding-top:0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-container:last-of-type{padding-bottom:0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9  { background-color:#1c1c1c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15079;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.5625rem;left:2.0625rem;font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5rem;display:block;vertical-align:top; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;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; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 {display:block;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 { background-color:#1c1c1c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15079;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.5625rem;left:2.0625rem;font-size:0.875rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #PleQKUpDRBKgu5NQsPxg9fdGG17Xqc30 { position:relative; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #a5C6xbm10nf13OODwQu04NeBTrQ9rIg3 { position:relative;display:block; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #vzB6z29GIcod6Pd4qxUS0kTnLL0NIw4c { position:relative; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #OT8A9R10uA8txN8wWsp5G83X8QBtZW73 { position:relative; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #XsKvZ8VBp3hQtOKdSnH83Vr7qc3X4tKK { position:relative;display:block; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #y22oPbQuvdwnpTB0Txb8HWL72BCdyOmx { position:relative; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #Wvud1FyNRt9C81pqAyrsvHtG0lmLGGi1 { position:relative; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 #i2vXQwxPUrTCVbAKdo3ITmfrO9iBq4Lc { position:relative; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.9375rem;width:75rem;position:relative;display:block; }#TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1c1c1c;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1); }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f01cd57aeccb76e813bb9e16b87bc6fe5557f2a0.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM { display:none; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.0054683685302rem;left:15.425000190735rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.1875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.75rem;left:68.9375rem; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#itqZM7MoOkr500NCIp95UNr98nQwFqk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.8125rem;left:62.1875rem; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.875rem;left:65.8125rem; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { display:block; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:10.3125rem;height:3.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGg5CpmFF8yMJlOldZpnagAwDrGf9lcV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0HA4h52yaclTTOJ6rc87GotXzeDge5x { display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { top:2.875rem;left:0rem;width:35.125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { top:10.9375rem;left:0rem;width:31.5rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6T2iyx5kCfpOTRT8K6i6hLK4vAs3av7 { top:2.875rem;left:21.75rem;width:26rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3  { width:26.5rem;height:auto;top:18.0625rem;left:0rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 {display:block;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 { width:26.5rem;height:auto;top:18.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #TnGkkwXVRN8GWDe2N116RVhcHHyhpNA8 {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #HBwWUalGlqGI7bsVTwvAyo3Ic7cH397e {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IVUoAo8UogaicMZZTPnIHJLtT254iTlN {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IW071o15VEJ2GZAbF4V06vmWEvR5TFDO {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #DenTnVu2d7FQSBeoEq6nCzVqM1Wiws1T {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #AJMlgGCseHhq9zfA3b5ALxDD6vFvOoZ1 {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #hGcV65WqAh12PS9bBDtnLFVTsuW42UCW {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #qzectvp3IFbLu1wtaWVxGcHm2PH9U3qA {  }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyA6PH4M9yaLMHfV7VZbFPF89zG7ngXh { top:15rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTgPMGktapHDBp3oqZdRDuf8c957cXN { display:block; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ4z3cmk0TJ46NOkGUo1nZeUgxVyuLep { width:21.25rem;height:18.5rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTZlOzFwC3gN9b0MW8F3B0z0NZ5Khez2 { top:15.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqRcoJ0tcac4gXlXzUc3aWXVCC71W5e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQBTK3sEyh00KlQUynaBv3lwnc1pxSSF { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAq2zrPvzh6Hq1Tc0goXfwgHCGmiUU1t { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAT5fDc3IkydldWh4FSe1sVANuGkH87M { width:21.25rem;height:18.375rem;top:13.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbySdE3JorsnXsGhUw85dBpmTeoIxTZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuOtk575hT7hocON8F7OSfACgtDbhZPb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz4BBVRVdEMhgu5JGxphPSraFoliqudE { top:15.125rem;left:15.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMGB2uyviZBHFiix8bixpyPO7CUH8DDe { width:21.25rem;height:18.4375rem;top:13.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllktDL34ddVlzNmFN7wrD6qUfxeRLvA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd87ncWUlDQw6P8rkos1oxl4zaLLdMtG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q28w4h6oITWBLumR7KpB7rMV247dmwzC { top:15.125rem;left:39.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL9er1mTgmozRuCOigid34bqx5fGii1J { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx74kqPAN3BSiLQwFxPe5r1vBOJFiWI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKumhkINVPPJsRfHlC89yfrHcf1HzbR7 { top:32.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23DZBmPM4MCFJ7J8ORtLzd0XmEV3ZHx { top:34.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWcEtinkT8SlhGfU0As8JPJHBwWG7lQ { top:36.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0GVcQoTFd7sxeXqRSLxvCdu7xo2XrTk { top:32.875rem;left:23.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMv7dBSSO3H3Q4fTyyLWg9auKUpgDXKK { top:34.5rem;left:23.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9TO8tgc2abRRrW6MgITJZ3KeCoFgTc4 { top:36.875rem;left:23.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqWNqtmFyy9f6DivR5U9yaM5g1DiSycF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K67U55Nwu3S4HT5x1DhWyoMlUgNZDX1u { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV3z47Qwca4zLVDOvZnAuUVPTo0MkBRL { top:32.8125rem;left:47.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTIuUD9ueCpIJTwIubmqDpAifoBCsVXS { top:34.5rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLigKWwqgTxhnToGxKIqCVrbi5O60JQ { top:36.875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svkQNnh8qg88sHXqhuOcflImRfsmJy1a { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9GgeBoMAapXEns5sZdagg970W01SM4K { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif { display:block; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9DlB4tZM8ygAEqQXyim2DZzgGCBrkbn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFAnZVhVMNlOVMo0MJsqhrkE8unVW7oI { top:19.5625rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feg27meS7KZPHLdPUycZH66gw7LTu8Ge { width:37.5rem;height:14rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvkRFpzJ2L9wlRCAp5II93wH5KM7R3Mc { top:2.6875rem;left:26.375002384186rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1OHWMcXZuCssGo8x5NcnSaQaBBhVsip { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TxMAuZegWRqPRWtGRJs1t74dxvb6hA { width:37.5rem;height:9.5rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM9qEor88lt1CaF7lUke3lq65v7cyQxi { top:16.625rem;left:26.375002384186rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsT0PPW9ieB1wcDAQoM0wBQJ2ToaGXs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqr8sMBC75WDrMkTOdPMzBO7aA7LivA5 { width:37.5rem;height:6.125rem;top:35.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSvJbCJACr1eiOwXqoS4NUe3qXsXfv7 { top:30.75rem;left:26.375002384186rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RciV6vxe2XTVWg1Xb2kAoX70HSgB1Zw8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAtsKBZz0Iyiit5EPybhLeEP4Dbgd8ib { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISLWTBfwFmMCih1iGzby5L1n1kvWF9Ww { width:37.5rem;height:6.125rem;top:50.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0a68mLRVnmwo2N1Gn7RTXeTFwBkrkKW { top:43.5625rem;left:26.375001907349rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { display:block; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { top:12.474609375rem;left:1.125rem;width:21.25rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#XIuDqT0prwqHFxGT1kZysn8WhmPruyxb > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { width:23.75rem;height:36.5625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFXa2f8v1ImiH5vee0az6UOn7ZgtLDCM { width:38.625rem;height:15.375rem;top:17.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNvGsX230asuINM8h5bIwvutOFgReOy { width:38.625rem;height:15.375rem;top:34.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRA3S5tcd2ixK3v8tLqEdRSbfbmBoaJ { top:12.474609375rem;left:1.125rem;width:20.1875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRO6xkoB49vQSqPLnxETPgTxmJXDBDz { top:12.474609375rem;left:1.125rem;width:19.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwlhwH7o3m8tqOyJXXADuIZf0fK6g3A { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6G2RhAcS5PkUw2HOgzMeJgbca5HlRLR { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWWDQ709JuDeVE19UUUHq4pURIi18KTD { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8LsNAKyrKL120s04HmxTNsKR8mfptyM { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pErGrDsrLb5bbDfW6rz0ll6geS3U2fdX { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9fzT5bG7NKuvDU5PygWs8iT73lKXQRX { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:56.125rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:56.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:56.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:56.125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vva1u4fWL8CIWAVIPP8lrhVbqSTdD5Up { top:14rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZcA6vkJUe8hHm6s5gI1OZ2sm2qpaVCz { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIfb1Gd4cB53oae0JkSshksaWevn47S { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2TgfsqJ5VqVOTLeOLUl9RaQS0nm1k0z { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1PWpTOOuTft2QadVBvyZTLaKZBxEhk { top:17.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdSTOJzwvR3AFQDxQWqak0VzrTXgOSJK { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEZKxUskt4KJEQJX0rXXVnQcM4xprsUk { top:20.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncIqrKPJfuXviXTib7bwZl9AOX4MwPfT { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOrETpx9XxSWVcbcpi1zBTBxkumRvo0 { top:22.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhwFehSSGsox0bJJSkv3LeIdQl8QdGc { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qJw7eJtpb9DrTlET0X9TeS1a5AdM19 { top:25.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq9H23OTmm9oRXcTysssO0IXEu2inTL2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO9barupVo6IORZpWQuOFE8t6UwWm9lf { display:block; }
 }@media only screen and (max-width: 763px) { #BimHW01nHVe8cTylPr6J6O9FMNlH5X4f { width:8.6875rem;height:8.6875rem;top:11.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSa0y7EVAr8kqqUgIyW8pFAw7uMlVIe { top:14.5rem;left:39.25rem;width:8.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { display:block; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { width:2.75rem;height:2.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { width:33.75rem;height:38.75rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { width:2rem;height:2rem;top:12.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { width:2rem;height:2rem;top:24.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { width:2rem;height:2rem;top:37.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { width:16.25rem;height:0.5rem;top:23.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { width:16.25rem;height:0.5rem;top:35.4375rem;left:25.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIP7zDU9hx77Cs6OWKLRRTwWaTC0WNkx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { display:block; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { top:7.75rem;left:0rem;width:28.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { width:0.5rem;height:31.25rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { width:0.5rem;height:31.25rem;top:0rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJuiI1plD5C0zttApclxDTxZQURff6L { width:0.5rem;height:31.25rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { width:0.5rem;height:31.25rem;top:0rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHxoHeLvtEezc43vrWMzsQxdVWnveRTw { width:34.4375rem;height:42.1875rem;top:2.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPyPElwUD6PueIAN2e1oueySG5BJGl3G { width:28.8125rem;height:38.25rem;top:4.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et1fen7hfwpXKctJFEIgAvle7TsEb9pO { top:10.1875rem;left:25.9375rem;width:21.8125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM5gogyXAmMTdemfFCRTnbXUoSkvFPl3 { top:27.4375rem;left:25.4375rem;width:22.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Vyopc8mIM125FIT96OyyW6rp8plAqX { width:8.6875rem;height:8.6875rem;top:27.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb6WJstR6JzuRBDNGrVleQqqK1c75Xov { top:29.75rem;left:24.75rem;width:7.5rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwF2LSbduHlTHPh2RKGzEezEU3Pn7F4T { top:31.8125rem;left:24.625rem;width:7.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-regular-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-textarea { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-button { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-checkbox-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9  { width:26.5rem;height:auto;top:19.5625rem;left:0rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .radio-container { width:26.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 {display:block;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 { width:26.5rem;height:auto;top:19.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #PleQKUpDRBKgu5NQsPxg9fdGG17Xqc30 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #a5C6xbm10nf13OODwQu04NeBTrQ9rIg3 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #vzB6z29GIcod6Pd4qxUS0kTnLL0NIw4c {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #OT8A9R10uA8txN8wWsp5G83X8QBtZW73 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #XsKvZ8VBp3hQtOKdSnH83Vr7qc3X4tKK {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #y22oPbQuvdwnpTB0Txb8HWL72BCdyOmx {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #Wvud1FyNRt9C81pqAyrsvHtG0lmLGGi1 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #i2vXQwxPUrTCVbAKdo3ITmfrO9iBq4Lc {  }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM {  }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:11.1875rem;height:3.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { top:2.75rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #itqZM7MoOkr500NCIp95UNr98nQwFqk4 { top:2.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { top:2.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dtymFKonzUBm0oxyldf2BNJfHwM6hBHh { display:block; }#dtymFKonzUBm0oxyldf2BNJfHwM6hBHh > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOKM3EQJF7sJRuQBQmh0b59V9k9JXVpT { width:5.625rem;height:1.875rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGg5CpmFF8yMJlOldZpnagAwDrGf9lcV { width:7.625rem;height:2.25rem;top:9.5rem;left:3.4375001192093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0HA4h52yaclTTOJ6rc87GotXzeDge5x { display:block; }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:20rem;height:55.904296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { width:14.625rem;height:5.84765625rem;top:1.6875002384186rem;left:2.6875001192093rem;font-size:1.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:4.75rem;top:27.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:2.75rem;top:34.717014312744rem;left:9.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:2.5rem;top:37.46701335907rem;left:9.3055554628375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.75rem;height:3.0625rem;top:34.992187023163rem;left:9.6250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { width:16.4375rem;height:5.95rem;top:8.4678819179538rem;left:1.7812501192093rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6T2iyx5kCfpOTRT8K6i6hLK4vAs3av7 { width:2.5rem;height:3.5625rem;top:34.31076335907rem;left:8.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3  { width:17.5rem;height:auto;top:18.0625rem;left:0rem; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 {display:block;}#kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 { width:17.5rem;height:auto;top:41.216796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #TnGkkwXVRN8GWDe2N116RVhcHHyhpNA8 {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #HBwWUalGlqGI7bsVTwvAyo3Ic7cH397e {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IVUoAo8UogaicMZZTPnIHJLtT254iTlN {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #IW071o15VEJ2GZAbF4V06vmWEvR5TFDO {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #DenTnVu2d7FQSBeoEq6nCzVqM1Wiws1T {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #AJMlgGCseHhq9zfA3b5ALxDD6vFvOoZ1 {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #hGcV65WqAh12PS9bBDtnLFVTsuW42UCW {  }
 }@media only screen and (max-width: 763px) { #kOUfHN1oXgS8n5D4WRFtywsw8OtX9SJ3 #qzectvp3IFbLu1wtaWVxGcHm2PH9U3qA {  }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.275rem;top:2.8437671661377rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyA6PH4M9yaLMHfV7VZbFPF89zG7ngXh { height:11.25rem;width:20rem;top:6.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTgPMGktapHDBp3oqZdRDuf8c957cXN { display:block; }#VtTgPMGktapHDBp3oqZdRDuf8c957cXN > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZ4z3cmk0TJ46NOkGUo1nZeUgxVyuLep { width:18.5625rem;height:13.5rem;top:6.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTZlOzFwC3gN9b0MW8F3B0z0NZ5Khez2 { display:flex;width:1.375rem;height:1.375rem;top:8.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #fLqRcoJ0tcac4gXlXzUc3aWXVCC71W5e { width:15.125rem;height:2.125rem;top:10.25rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQBTK3sEyh00KlQUynaBv3lwnc1pxSSF { width:16.4375rem;height:5.5234375rem;top:12.6875rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAq2zrPvzh6Hq1Tc0goXfwgHCGmiUU1t { width:20rem;height:2.275rem;top:2.8437671661377rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAT5fDc3IkydldWh4FSe1sVANuGkH87M { width:18.4375rem;height:13.5625rem;top:30.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbySdE3JorsnXsGhUw85dBpmTeoIxTZ { width:16.25rem;height:5.5234375rem;top:36.8125rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuOtk575hT7hocON8F7OSfACgtDbhZPb { width:17.5rem;height:2.125rem;top:34.375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cz4BBVRVdEMhgu5JGxphPSraFoliqudE { display:flex;width:1.4375rem;height:1.4375rem;top:32.625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #xMGB2uyviZBHFiix8bixpyPO7CUH8DDe { width:18.25rem;height:14.4375rem;top:55.875rem;left:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #dllktDL34ddVlzNmFN7wrD6qUfxeRLvA { width:17.5rem;height:5.5234375rem;top:62.4375rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Pd87ncWUlDQw6P8rkos1oxl4zaLLdMtG { width:17.5rem;height:2.125rem;top:59.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Q28w4h6oITWBLumR7KpB7rMV247dmwzC { display:flex;width:1.4375rem;height:1.4375rem;top:57.75rem;left:9.25rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #GL9er1mTgmozRuCOigid34bqx5fGii1J { width:16.1875rem;height:1.59375rem;top:21.3125rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx74kqPAN3BSiLQwFxPe5r1vBOJFiWI { width:16.75rem;height:3.82324375rem;top:23.4375rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKumhkINVPPJsRfHlC89yfrHcf1HzbR7 { width:0.4375rem;height:0.4375rem;top:54.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23DZBmPM4MCFJ7J8ORtLzd0XmEV3ZHx { width:0.5625rem;height:0.5625rem;top:29.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWcEtinkT8SlhGfU0As8JPJHBwWG7lQ { width:1.5625rem;height:1.5625rem;top:30.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0GVcQoTFd7sxeXqRSLxvCdu7xo2XrTk { width:0.6875rem;height:0.6875rem;top:53.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMv7dBSSO3H3Q4fTyyLWg9auKUpgDXKK { width:1.125rem;height:1.125rem;top:30.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9TO8tgc2abRRrW6MgITJZ3KeCoFgTc4 { width:1.5625rem;height:1.5625rem;top:54.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqWNqtmFyy9f6DivR5U9yaM5g1DiSycF { width:11.5rem;height:2.0625rem;top:46rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K67U55Nwu3S4HT5x1DhWyoMlUgNZDX1u { width:16.875rem;height:3.82324375rem;top:48.8125rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pV3z47Qwca4zLVDOvZnAuUVPTo0MkBRL { width:0.4375rem;height:0.4375rem;top:31.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTIuUD9ueCpIJTwIubmqDpAifoBCsVXS { width:1.125rem;height:1.125rem;top:55.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLigKWwqgTxhnToGxKIqCVrbi5O60JQ { width:1.0625rem;height:1.0625rem;top:29.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svkQNnh8qg88sHXqhuOcflImRfsmJy1a { width:14.625rem;height:2.25rem;top:71.8125rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V9GgeBoMAapXEns5sZdagg970W01SM4K { width:16.625rem;height:3.82324375rem;top:75.375rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif { display:block; }#TlgUXPeBiK2TwJ4IntxFZthW7T4KZlif > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9DlB4tZM8ygAEqQXyim2DZzgGCBrkbn { width:16.9375rem;height:6.07324375rem;top:18.761285305023rem;left:1.5312501192093rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IlKWX6K9v73XxGXXUzBBmTQdc68OkJIf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFAnZVhVMNlOVMo0MJsqhrkE8unVW7oI { width:14.4375rem;height:1.7rem;top:17.0625rem;left:4.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Feg27meS7KZPHLdPUycZH66gw7LTu8Ge { width:20rem;height:11.375rem;top:34.630210876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvkRFpzJ2L9wlRCAp5II93wH5KM7R3Mc { display:flex;width:2.125rem;height:2.125rem;top:33.567708015442rem;left:1.9930557012558rem; }
 }@media only screen and (max-width: 763px) { #F1OHWMcXZuCssGo8x5NcnSaQaBBhVsip { width:15.625rem;height:3.82421875rem;top:36.880208015442rem;left:1.9930557012558rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v8TxMAuZegWRqPRWtGRJs1t74dxvb6hA { width:20rem;height:8.375rem;top:52.130218505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM9qEor88lt1CaF7lUke3lq65v7cyQxi { display:flex;width:2.125rem;height:2.125rem;top:48.487846374512rem;left:1.9930557012558rem; }
 }@media only screen and (max-width: 763px) { #AXsT0PPW9ieB1wcDAQoM0wBQJ2ToaGXs { width:14.1875rem;height:5.736325rem;top:52.130208969116rem;left:1.9930557012558rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iqr8sMBC75WDrMkTOdPMzBO7aA7LivA5 { width:20rem;height:5.4375rem;top:69.243055343625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSvJbCJACr1eiOwXqoS4NUe3qXsXfv7 { display:flex;width:2.125rem;height:2.125rem;top:63.067708969119rem;left:1.5312501192093rem; }
 }@media only screen and (max-width: 763px) { #RciV6vxe2XTVWg1Xb2kAoX70HSgB1Zw8 { width:17.5rem;height:5.736325rem;top:80.119791030881rem;left:1.5312501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZAtsKBZz0Iyiit5EPybhLeEP4Dbgd8ib { width:17.125rem;height:5.736325rem;top:66.193576812744rem;left:1.7812501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ISLWTBfwFmMCih1iGzby5L1n1kvWF9Ww { width:20rem;height:6.125rem;top:82.067707061769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0a68mLRVnmwo2N1Gn7RTXeTFwBkrkKW { display:flex;width:2.125rem;height:2.125rem;top:76.505214691162rem;left:1.5312501192093rem; }
 }@media only screen and (max-width: 763px) { #xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { display:block; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { width:17.125rem;height:2.275rem;top:2.9487848281861rem;left:1.4375001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { width:11.75rem;height:11.1875rem;top:7.6840360164644rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { display:flex;width:1.5rem;height:1.5rem;top:34.748265028rem;left:6.3750001192094rem; }
#lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { width:16.25rem;height:7.4365rem;top:25.747395515442rem;left:1.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { display:flex;width:1.5rem;height:1.5rem;top:34.748264074326rem;left:12.368055462837rem; }
#XIuDqT0prwqHFxGT1kZysn8WhmPruyxb > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { width:17.5rem;height:1.7rem;top:22.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { width:17.5rem;height:2.55rem;top:20.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { width:20rem;height:33.375rem;top:5.814236164093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFXa2f8v1ImiH5vee0az6UOn7ZgtLDCM { width:20rem;height:15.375rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNvGsX230asuINM8h5bIwvutOFgReOy { width:20rem;height:10.8125rem;top:60.047742843628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhRA3S5tcd2ixK3v8tLqEdRSbfbmBoaJ { width:4.75rem;height:4.5rem;top:48.124132156372rem;left:1.9834180793049rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRO6xkoB49vQSqPLnxETPgTxmJXDBDz { width:4.4375rem;height:4.5625rem;top:62.5625rem;left:2.1388889551163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwlhwH7o3m8tqOyJXXADuIZf0fK6g3A { width:20rem;height:0;top:69.79775rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6G2RhAcS5PkUw2HOgzMeJgbca5HlRLR { width:10.4375rem;height:2.01875rem;top:48.125rem;left:8.0625rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HWWDQ709JuDeVE19UUUHq4pURIi18KTD { width:13.6875rem;height:4.14258125rem;top:50.3125rem;left:4.8125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #I8LsNAKyrKL120s04HmxTNsKR8mfptyM { width:8.5rem;height:2.01875rem;top:61.5625rem;left:10.125rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pErGrDsrLb5bbDfW6rz0ll6geS3U2fdX { width:10.625rem;height:4.142575rem;top:63.9375rem;left:7.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #X9fzT5bG7NKuvDU5PygWs8iT73lKXQRX { width:20rem;height:2.23125rem;top:41.373258590698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af { display:flex;width:1.5rem;height:1.5rem;top:34.748264074326rem;left:9.2500001192094rem; }
#ywAQa8DF9eRL9fIPXKB3NBQz4QLul0Af > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #X4MgouxEvH7TPVUOcIV8mAGqa8UyE6Pi { width:0.5rem;height:9.375rem;top:72.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v1c4NCPoMqIJAocAodQTuLLOD6WVT9 { width:0.5rem;height:9.375rem;top:72.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aradU6vnMWeEI2tMKsmlGFXhEgRbgJS3 { width:0.5rem;height:9.375rem;top:72.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XL4zJNPi40N9hEkNZ5sZfA5SzaDPAZ { width:0.5rem;height:9.375rem;top:72.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vva1u4fWL8CIWAVIPP8lrhVbqSTdD5Up { display:flex;width:1.5625rem;height:1.5625rem;top:44.164917945862rem;left:9.2187501192094rem; }
 }@media only screen and (max-width: 763px) { #QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 { display:block; }#QRL1qKTubzVef9kM9HTCD9Lpm5CJNsg0 > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZcA6vkJUe8hHm6s5gI1OZ2sm2qpaVCz { width:20rem;height:43.75rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIfb1Gd4cB53oae0JkSshksaWevn47S { width:17.3125rem;height:6.597625rem;top:42rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2TgfsqJ5VqVOTLeOLUl9RaQS0nm1k0z { width:12.8125rem;height:2.975rem;top:50.75rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1PWpTOOuTft2QadVBvyZTLaKZBxEhk { display:flex;width:1.4375rem;height:1.4375rem;top:51.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #OdSTOJzwvR3AFQDxQWqak0VzrTXgOSJK { width:14.0625rem;height:2.975rem;top:55.3125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEZKxUskt4KJEQJX0rXXVnQcM4xprsUk { display:flex;width:1.4375rem;height:1.4375rem;top:55.3125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #ncIqrKPJfuXviXTib7bwZl9AOX4MwPfT { width:13.6875rem;height:2.975rem;top:59.625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOrETpx9XxSWVcbcpi1zBTBxkumRvo0 { display:flex;width:1.4375rem;height:1.4375rem;top:59.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #RNhwFehSSGsox0bJJSkv3LeIdQl8QdGc { width:13.6875rem;height:5.95rem;top:63.8125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1qJw7eJtpb9DrTlET0X9TeS1a5AdM19 { display:flex;width:1.4375rem;height:1.4375rem;top:63.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #eq9H23OTmm9oRXcTysssO0IXEu2inTL2 { width:12.75rem;height:3.75rem;top:71.9375rem;left:3.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KO9barupVo6IORZpWQuOFE8t6UwWm9lf { display:block; }
 }@media only screen and (max-width: 763px) { #BimHW01nHVe8cTylPr6J6O9FMNlH5X4f { width:6.1875rem;height:6.1875rem;top:33.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWSa0y7EVAr8kqqUgIyW8pFAw7uMlVIe { width:4.5625rem;height:1.2rem;top:35.375rem;left:14.625rem;font-size:0.5rem;z-index:15080;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy { display:block; }#XTf5zMs9QL9IdBEgZPUR9MIik3AvLOJy > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsGGta2Mw34dThf8M29ixiEvXUAB0e6k { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uReLgP12FFdbmEpuiLPpA6TTmMdRBHgg { width:17.3125rem;height:5.075rem;top:3.5095481872559rem;left:1.3437501192093rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQUqXSgED9XM1y4aa64lBPvSbSZga7Jk { display:flex;width:2.75rem;height:2.75rem;top:14.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #EUD85BiiPmJXdPV5oFnpOK26EZTVWiw0 { width:15.9375rem;height:5.5234375rem;top:18.375rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPBWxRiIh3xo8VBBqBDS7MB0WV5TrvuA { width:17.5rem;height:2.3359375rem;top:24.75rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hul6KAas9TPg2ytEmSTfDCFV7By2ea9v { width:20rem;height:16.8125rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoX9K3WyOzGXKXVIeDEAkrTp6oTfFUhT { display:flex;width:2rem;height:2rem;top:32.000009536743rem;left:1.3437501192093rem; }
 }@media only screen and (max-width: 763px) { #uaT4FCnD9tENF8Vgcf4nkzzVReXi3azI { width:16rem;height:5.5234375rem;top:34.687494277954rem;left:1.3437501192093rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZOF70C0bama2Dkm1e9Auek1g5BG4NmP { width:14.375rem;height:1.16875rem;top:41.187500953674rem;left:1.3437501192093rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RqbQ12RcWyXRbgDS5LBmbTK3qGhyGVaB { display:flex;width:2rem;height:2rem;top:46.937501907349rem;left:1.3437501192093rem; }
 }@media only screen and (max-width: 763px) { #aoqyRBFoUhDntvupMk35F4VtaFfVpGZ6 { width:15.25rem;height:4.142575rem;top:49.750001907349rem;left:1.3437501192093rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKzKlppJcmM6mTQ1IoZFBT95NVSs4w4B { width:16.25rem;height:4.142575rem;top:63.56250190735rem;left:1.3437501192093rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXRhLDRNTKOwggxnXZoCTNSARnlaBX11 { width:16.8125rem;height:2.3359375rem;top:69.0000038147rem;left:1.3437501192093rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUyr5Ml8AZTsoGQdBUsOUXLH5EeTCpMy { display:flex;width:2rem;height:2rem;top:60.875001907349rem;left:1.3437501192093rem; }
 }@media only screen and (max-width: 763px) { #d8XI9gwzzyuDayg7cB1Is2AJtkNoXZs1 { width:16.25rem;height:0.5rem;top:44.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7F2KJE1kaJZP1vXpuGCvOyoT2BOd60 { width:16.25rem;height:0.5rem;top:58.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbVwiqADLDOLpWTF3llU73GZVknRkJw3 { width:0.5rem;height:2.375rem;top:9.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudtvxRhpZkisrxfkecX5P6Vfy6e6F3k { width:0.5rem;height:2.6875rem;top:9.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHG7a5LXw1RMsXFfVo5aaTUdRuJKivyr { width:0.5rem;height:2.4375rem;top:9.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWMaSO57G8iKWQ8w1ZznKyRUHnV4LJe { width:0.5rem;height:2.5625rem;top:9.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIP7zDU9hx77Cs6OWKLRRTwWaTC0WNkx { width:12.75rem;height:1.16875rem;top:55.062501907349rem;left:1.3437501192093rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoNTEb55F92I0CtbteZHtOwKO0wGuX2p { display:block; }#EoNTEb55F92I0CtbteZHtOwKO0wGuX2p > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evnnUnpMouBVMNTTmDmMi9b5Tt14XuPf { width:18.125rem;height:4.5rem;top:2.375rem;left:0.9375rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUhCAEb8BkG4cHwi3VxAgdr9r3ul9SGw { width:0.5rem;height:14.625rem;top:22.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8olx3UDtyJZBoeReA8WaDyHHFDgm3zU { width:0.5rem;height:14.4375rem;top:22.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJuiI1plD5C0zttApclxDTxZQURff6L { width:0.5rem;height:14.5rem;top:22.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrxJ3r5VqkGDgGtpvx1TJkAg8qL1zsd { width:0.5rem;height:13.3125rem;top:22.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHxoHeLvtEezc43vrWMzsQxdVWnveRTw { width:11.6875rem;height:14.3125rem;top:22.1875rem;left:7.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #qPyPElwUD6PueIAN2e1oueySG5BJGl3G { width:9.75rem;height:13.1875rem;top:22.8125rem;left:8.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #Et1fen7hfwpXKctJFEIgAvle7TsEb9pO { width:6.6875rem;height:3.6875rem;top:31.1875rem;left:9.8125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #KM5gogyXAmMTdemfFCRTnbXUoSkvFPl3 { width:6.8125rem;height:3.8125rem;top:25.375rem;left:9.75rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #e8Vyopc8mIM125FIT96OyyW6rp8plAqX { width:7rem;height:7rem;top:25.125rem;left:3.9625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb6WJstR6JzuRBDNGrVleQqqK1c75Xov { width:5.4375rem;height:1.6484375rem;top:27.1875rem;left:4.8125rem;font-size:0.6875rem;z-index:15078;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwF2LSbduHlTHPh2RKGzEezEU3Pn7F4T { width:5.625rem;height:2.25rem;top:28.9375rem;left:4.6875rem;font-size:0.9375rem;z-index:15079;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9  { width:17.5rem;height:auto;top:19.5625rem;left:0rem; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3FXayoiaOTImiDenOleEezdiTuyhgW9 {display:block;}#K3FXayoiaOTImiDenOleEezdiTuyhgW9 { width:17.5rem;height:auto;top:38.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #PleQKUpDRBKgu5NQsPxg9fdGG17Xqc30 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #a5C6xbm10nf13OODwQu04NeBTrQ9rIg3 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #vzB6z29GIcod6Pd4qxUS0kTnLL0NIw4c {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #OT8A9R10uA8txN8wWsp5G83X8QBtZW73 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #XsKvZ8VBp3hQtOKdSnH83Vr7qc3X4tKK {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #y22oPbQuvdwnpTB0Txb8HWL72BCdyOmx {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #Wvud1FyNRt9C81pqAyrsvHtG0lmLGGi1 {  }
 }@media only screen and (max-width: 763px) { #K3FXayoiaOTImiDenOleEezdiTuyhgW9 #i2vXQwxPUrTCVbAKdo3ITmfrO9iBq4Lc {  }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrcBXnRqvNzodpDbncloO6FlTZzB6xI2 { width:20rem;height:1.7rem;top:2rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:2.1rem;top:3.69957447052rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:6.125rem;top:40.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:5.75rem;top:40.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:5.4375rem;top:40.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:5.5rem;top:40.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.8125rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:7.7478921413419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UMaG9GFUN4BcakVv4BgSHPNyraNAT6x7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #h0uAtzQwuOAJIseToHP0aU81o6282q4B {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fT5HnTJwuEZ4ERiCWqmeCOOXgvyBvzS1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFhPOQnCLaS3CFsvrCyQSlU1d2k4vGgw {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #hvyrWpDvTwWgbeUnaTzD11tzhexudnZ2 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #BwCTSl7XuOwbCgsrZM6JWzvMtXBOgs1g {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Gd5PHMuCElavHHpnTn8XxXkka1T0uzfH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #i76GRJ5ZiONh9dHBuh7Vk9eBpgJzk4UB {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OnhTmZukHLJhNzdHdq2PBcTBb3uXpQzl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pJFzvpGrdLeZEUMHO5Auf6iZbZTrF6qM {  }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:17.125rem;height:3.82324375rem;top:8.375rem;left:1.4375000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:5.625rem;height:1.875rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG { display:flex;width:2.0625rem;height:2.0625rem;top:4.4375rem;left:14.625rem; }
#zPHZDBbfuQx7za5txLIM7iOOkoQmoDmG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #itqZM7MoOkr500NCIp95UNr98nQwFqk4 { display:flex;width:2rem;height:2rem;top:4.4375rem;left:3.3125rem; }
#itqZM7MoOkr500NCIp95UNr98nQwFqk4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv { display:flex;width:1.875rem;height:1.875rem;top:4.5rem;left:9rem; }
#awRhhH0yF1uSX3K4Z0QCtGWTLfk8L2Gv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }