.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:245,246,243;--color-primary-1:222,225,214;--color-primary-2:188,194,173;--color-primary-3:94,97,87;--color-primary-4:28,29,26;--color-secondary-0:255,250,255;--color-secondary-1:255,239,255;--color-secondary-2:255,223,254;--color-secondary-3:128,112,127;--color-secondary-4:38,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_62690341a5d063f6a12bb1c2f35c1a80920e4677.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { background-color: transparent; background-image: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { display: none; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .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); }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { border-width: 0; border-radius: 0; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.1875rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.71875rem;left:0rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:31.375rem;left:54.8125rem; }
#gMrkKSNHk5fz9iDKHFAQwaT9l72oUy33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.1875rem;left:54.8125rem; }
#HuWqklW9pvZEr97X50TppqvKltBG36Dw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:31.5625rem;left:58.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:34.375rem;left:58.25rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FgnHsq3ZLKW82TqKEWTt6TelkV4Ok5Lm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.0625rem;left:54.625rem; }
#hrxK8XlBnGTn7hyKeDNA6ypPZAhJRXbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:43.4375rem;left:54.6875rem; }
#LLV9v7uDywS0Ex9g3ZDmWf0F9TCxcRF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:40.3125rem;left:58.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PtxnITZtf89KrXW4bAckTbpymcf3D9Ao { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:43.5rem;left:58.1875rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pg3VTZ4Jqr4dcmTpg1Nu7IMA9TZtvPz8 { box-sizing:content-box;height:18rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.375rem;left:53.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#bpzA50vt64b7l724KKhrw1II40UxOcPC { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:18.3125rem;left:0rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zRoMvyZ9s2lguV94Zy9J3rKnGn2nCIBs { color:rgba(var(--color-tertiary-4),1);display:block;width:51rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:29.375rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVgL055ALTxO1bO6qLPeXKT4UIa7bZw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:33.0625rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IuMdDprcZ8STXbfW9TCz9Cobzc4orFu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:37.5rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { position:relative;display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { background-color: transparent; background-image: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container > .video-iframe-container { display: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row > .video-iframe-container { display: none; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .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); }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { border-width: 0; border-radius: 0; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:50.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T { color:#000000;display:block;width:73.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:7.625rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }#NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T li:before{  }
#dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w { color:#000000;display:block;width:73.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:14.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }#dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w li:before{  }
#fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST { color:#000000;display:block;width:73.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.8125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }#fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST li:before{  }
#ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC { color:#000000;display:block;width:74.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:25.0625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }#ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC li:before{  }
#pNfIOvXLplnpiK8TLFI5WuEcboikrri7 { color:#000000;display:block;width:74.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:30.3125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }#pNfIOvXLplnpiK8TLFI5WuEcboikrri7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pNfIOvXLplnpiK8TLFI5WuEcboikrri7 li:before{  }
#IVb701hcHqk3snLIxXyb6Ul0cCQSUvbd { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:21.625rem;top:34.375rem;left:0rem;overflow:hidden;display:block; }
#vJtXWD4TD7edZzPIU4wr7FP5PocUXI6I { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:42.8125rem;left:0rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uf67TXOTXL9dNJOzwU0mx5trER28LTVL { position:relative;display:block; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL { background-color: transparent; background-image: none; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container > .video-iframe-container { display: none; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row > .video-iframe-container { display: none; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .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); }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL { border-width: 0; border-radius: 0; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vHIiN6fntubU2WTUi7CN324OklAtTsEu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#alKVlRghyiEWiGFTAdZszg0DfPuos5RC { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:;font-style:normal;display:block; }#alKVlRghyiEWiGFTAdZszg0DfPuos5RC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#alKVlRghyiEWiGFTAdZszg0DfPuos5RC li:before{  }
#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { position:relative;display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { background-color: transparent; background-image: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row > .video-iframe-container { display: none; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .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); }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { border-width: 0; border-radius: 0; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.5rem;left:23.375rem;height:15.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.59375rem;left:23.34375rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:16.4375rem;width:14.4375rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, #030400);background-image: -moz-linear-gradient(360deg, #000000, #030400);background-image: -ms-linear-gradient(360deg, #000000, #030400);background-image: -o-linear-gradient(360deg, #000000, #030400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#030400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#030400' );";background-image: linear-gradient(360deg, #000000, #030400);background-size:auto !important;top:13.875rem;left:24.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bcZNodmxMMDuiMED8a0Kr4p7ZEv1Jizu { color:rgba(var(--color-tertiary-2),1);display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5rem;left:23.34375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LcxPEoUmy9Uztul3cJu9M7HZeALf6ivs { 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:15021;opacity:1;top:13.15625rem;left:22.875rem; }
#bvDXBymeLJZmnzikhR0sauQVkcqeSxAE { box-sizing:content-box;height:9.6875rem;width:53.9999375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.4375rem;left:20.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#bTvF1PPKzsnn9rFyxhyT5b6d33RV8qzq { box-sizing:content-box;height:9.6875rem;width:53.9999375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.4375rem;left:20.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 { z-index:;position:relative;display:block; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 { background-color: transparent; background-image: none; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row .container > .video-iframe-container { display: none; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row > .video-iframe-container { display: none; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .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); }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 { border-width: 0; border-radius: 0; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:39.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Bzgs31bKDCrBTuJTU4l2QkZOhAgv0wpF { box-sizing:content-box;height:34.625rem;width:48.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.685546875rem;left:1.03515625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#mOLlG4a3yaZgsdesPHW69IiJkSZeVhk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.06225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.3480110168457rem;left:4.5596590042114rem;height:29.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca { z-index:;position:relative;display:block; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca { background-color: transparent; background-image: none; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row .container > .video-iframe-container { display: none; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row > .video-iframe-container { display: none; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .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); }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca { border-width: 0; border-radius: 0; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:81.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#W10oPTukXVxCJzUQZ9QTBFegr97I9n8W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6238465309143rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B73XG2RVUlxpT364PkKKXKqcJ9GOL68p { box-sizing:content-box;height:9.625rem;width:54.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.46875rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#TJmHxSMit1bq9ovkCDliSiyPHUZFne0h { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.0625rem;height:1.375rem;font-style:normal;display:block; }
#X6rkVwxotsIz4Tc56ULZUvfJF2n5wtbe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:11.375rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:14.1875rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }#ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF li:before{  }
#Hh7WNwMWgFIbUrG7Na3ZxJ1L9MCXVmpO { 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:15020;opacity:1;top:11.375rem;left:1.875rem; }
#WddfVfn7mSTGU1UV8OQLDGTUQ59qJWXV { box-sizing:content-box;height:9.6875rem;width:54.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.8125rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#FFvhgcc7EmyZgAXvJE0ABr3dDUi9Wwgu { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:24.8125rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#Qoiey6eby9LmRxxl8hwExxzHQ8pLCtod { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.8125rem;left:4.125rem;height:1.375rem;font-style:normal;display:block; }
#ZQIkuazTE5UpxrpzZUGOD5UT8RS2Ud9e { 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:15020;opacity:1;top:24.6875rem;left:1.9375rem; }
#eIxm8A710AwGq8fnnMf0KI2QByOc7lR4 { box-sizing:content-box;height:9.5625rem;width:54.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.75rem;left:20.4375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#TNtQLL8zPQmEd43DwXq6rdTnRO4qtJnd { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:48.5625rem;left:24.625rem;height:1.5625rem;font-style:normal;display:block; }
#UDf4W9qRRHCIrasP5VXgkarpSagwdBwl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.5625rem;left:4.0625rem;height:1.375rem;font-style:normal;display:block; }
#Xm3aStHAmTXkKwUaTSVAMg68sAzhSHGM { 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:15020;opacity:1;top:48.4375rem;left:1.875rem; }
#yyLMPwyGz3v58iZvehQaTvU30AxgVuTT { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:73.25rem;left:24.625rem;height:1.5625rem;font-style:normal;display:block; }
#nWRHOh9MP1QTStfQ1k7zrK3p04OOa3DC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:73.25rem;left:4.0625rem;height:1.375rem;font-style:normal;display:block; }
#CbtzXhcwo2BsKXZAROrp80q4a4gAdxK8 { box-sizing:content-box;height:9.625rem;width:54.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.15625rem;left:20.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#CTBUXDzgkZlK4cUQKXJsGw2vUVd2Gu1s { 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:15020;opacity:1;top:73.125rem;left:1.875rem; }
#INDbl7CJa5NEU15OzKVTCbPPIxwZ0JNm { box-sizing:content-box;height:4.5625rem;width:54.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.8125rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#k7kxUt6MP0ZOKhhKf218yl9ugflTL8eh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:33.375rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#c4cZ8pJWW2k9E7noKEpNRuPxCw8nuD8g { box-sizing:content-box;height:4.5625rem;width:54.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.125rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#sNNWOETgKkdmgvBJv8THNBoPRlPTaFUR { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:39.8125rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#pqNOl6STUqDSnboy2aVqRPDtgUvrKiDv { box-sizing:content-box;height:4.5625rem;width:54.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.125rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#fa8B5u3brNzFdre13P1FZePeRlTHkOyd { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:57.6875rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#Q2K9FeNHl6WRo6ovCCkcp6u4lNibqIbi { box-sizing:content-box;height:4.5625rem;width:54.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.5rem;left:20.5625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#vfab0vKpULdIE8S2FZFl4b9maHmRdytF { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:64.0625rem;left:24.6875rem;height:1.5625rem;font-style:normal;display:block; }
#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { background-color: transparent; background-image: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { display: none; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .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); }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { border-width: 0; border-radius: 0; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42.5625rem;width:75rem;position:relative;display:block; }#NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { color:rgba(var(--color-secondary-4),1);display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.5625rem;left:2.40625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NdN43icnsJzeynZnI322LASdEX5sMiXB { color:rgba(var(--color-secondary-4),1);display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:18.625rem;left:2.40625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { box-sizing:content-box;height:25.5625rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.1240234375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { box-sizing:content-box;height:0.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.96), rgba(var(--color-tertiary-2),0.93));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.96), rgba(var(--color-tertiary-2),0.93));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.96), rgba(var(--color-tertiary-2),0.93));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.96), rgba(var(--color-tertiary-2),0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.96)', endColorstr='rgba(var(--color-tertiary-2),0.93)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.96)', endColorstr='rgba(var(--color-tertiary-2),0.93)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.96), rgba(var(--color-tertiary-2),0.93));background-size:auto !important;top:14.125rem;left:2.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { box-sizing:content-box;height:37.1875rem;width:37.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:37.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15014;opacity:1;top:13.4375rem;left:21.625rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-form-header {  }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:27.625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:27.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:27.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.625rem;margin-bottom:0.25rem;margin-left:7.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:12.375rem;height:3.375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.98);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.98);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.98);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.98);font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal;float:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .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; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:first-of-type{padding-top:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-container:last-of-type{padding-bottom:0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:4.2490234375rem;left:41.0615234375rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem;display:block;vertical-align:top; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:4.2490234375rem;left:41.0615234375rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw { position:relative;display:none; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #ODRcK0knb0zSUgr6krkLBTWUfTvl0FVw { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #BxI0xL5h9Zu3dUG6gmxOkJIm6nGaBHZ4 { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rk0D7GPIykap0vZdq6J2DPknQkR2bHFM { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L3B1O1k4OQORxRuqvpUZXMsiGzhx4JkS { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bHIKK8T6WKpAMGw8fXLZBsal1bMah4LD { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #fZosvytGrxzq4TBtnf1EtkffwR0yQJgF { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #UByZ4v33Fgd8DfTqWr4iBnWwoTZqp0qf { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bIfQ5aN47T16ZZxbOTEXiMMOVlgZ3C6K { position:relative;display:block; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dzuPhpxVrdvxUKqZ7JHhiFyhr34DN4TE { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b { position:relative;z-index:2; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk { position:relative; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU { position:relative; }
#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { z-index:;position:relative;display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { background-color: transparent; background-image: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container > .video-iframe-container { display: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row > .video-iframe-container { display: none; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .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); }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB { border-width: 0; border-radius: 0; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--headlines-font-family);height:48.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#BMSObWfwKABpGMqZ2StoNRRVGIknpJNP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.3125rem;left:2.3125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:17.625rem;left:2.625rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { box-sizing:content-box;height:26.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3.875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15015;opacity:1;top:4.5rem;left:70.8125rem; }
#roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;top:5.0625rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15016;opacity:1;top:4.5rem;left:38.375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:lato;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.5;overflow:hidden; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .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:lato;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .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_960b884b637b3884c3d05a080a8e5d04bf4032e2.svg");background-size:contain !important; }#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.adaptive-delivery-prevent-bg, #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.lazyload, #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-trigger.lazyloading { background-image: none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { box-sizing:content-box;height:auto;width:31.3740234375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.3125rem;left:39.5rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #fJN0s5EMS9S7LzndQt6TApgiSqBFw7Re { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zdn3G9vR2JQwNBwLvK6qpHtENLftOz2C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #FACsXmUcX4zTiKk9ruta1Xmph1W5Bi56 { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Kkvrl3mcg4I9eXcqTVADUTaLifCntQoF {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #QZb2M1hBFyWdcO0HkkREvtRhX3Mfes6K { display:none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TXNB0wBIkGqTl3qOOWFMwiw4tsHEqzti { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LCTRPhVyZ0aBovrAi1MOHndZALDWBLUv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zcFDJ34LsqmJ7vE1Syfki5zagGR2L2Pe { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GZt5Kt0Tq0A8NQiLD4b4FVAmdeuitdbw {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #cOyqPaUXNxdTw7iqxdo09m7NnTFSuObZ { display:none; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GFbwRsiBbfdTQfpddsMeCJ3r2JXo5GE2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zb9pDhi9VgvPRV8PfmMMQ7xNJUWyi17T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Zc55oA2diD0TaEtDcOmGRdHCVzDPfJ3D { display:block;position:relative; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Mxw4HpQpwzoIGNrT3iitPVzzeaX1gDN6 {  }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Uxe6chRemlbFCmd3XNxdpwo07Sh3b9NX { display:none; }
#aOOizebfv407GdwKba92CvVf5f7Uo1sg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container { background-color: transparent; background-image: none; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container > .video-iframe-container { display: none; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row > .video-iframe-container { display: none; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .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); }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container { border-width: 0; border-radius: 0; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:22.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#bJiIZeE8sbKL20lh5JyaDniXrH39pMn4 { color:rgba(var(--color-secondary-4),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.75rem;left:37.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7vFIxCSSS2fz8yf649UInpWZULL3He6 { color:rgba(var(--color-secondary-4),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12rem;left:37.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ahThtnhNnhUBZRFI4ObfdJMAxZXkX5zG { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.625rem;left:8.625rem; }
#FJWOpLDKESAyFrHCWuC2UvnTZcbfWe3h { color:rgba(var(--color-tertiary-0),1);display:block;width:13.187125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9375rem;left:12.375rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { background-color: transparent; background-image: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { display: none; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .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); }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { border-width: 0; border-radius: 0; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:21.3125rem;width:75rem;position:relative;display:block; }#ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.515625rem;left:55.5625rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.5rem;left:37.468482971191rem;display:block; }
#xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:16.25rem;top:4.4992809295654rem;left:7.3739337921144rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { top:23.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { top:4.6875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { top:31.375rem;left:41.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMrkKSNHk5fz9iDKHFAQwaT9l72oUy33 { top:35.1875rem;left:41.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { top:31.5625rem;left:31.125rem;width:16.625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { top:34.375rem;left:31.4375rem;width:16.3125rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgnHsq3ZLKW82TqKEWTt6TelkV4Ok5Lm { top:40.0625rem;left:41rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrxK8XlBnGTn7hyKeDNA6ypPZAhJRXbM { top:43.4375rem;left:41.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLV9v7uDywS0Ex9g3ZDmWf0F9TCxcRF8 { top:40.3125rem;left:32.625rem;width:15.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtxnITZtf89KrXW4bAckTbpymcf3D9Ao { top:43.5rem;left:35.4375rem;width:12.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg3VTZ4Jqr4dcmTpg1Nu7IMA9TZtvPz8 { top:29.375rem;left:25.9375rem;width:21.8125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpzA50vt64b7l724KKhrw1II40UxOcPC { top:18.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRoMvyZ9s2lguV94Zy9J3rKnGn2nCIBs { top:29.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgL055ALTxO1bO6qLPeXKT4UIa7bZw2 { top:33.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuMdDprcZ8STXbfW9TCz9Cobzc4orFu4 { top:37.5rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { top:2.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T { top:7.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }#NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T li:before{  }
 }@media only screen and (max-width: 763px) { #dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w { top:14.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }#dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w li:before{  }
 }@media only screen and (max-width: 763px) { #fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST { top:19.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }#fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST li:before{  }
 }@media only screen and (max-width: 763px) { #ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC { top:25.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }#ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC li:before{  }
 }@media only screen and (max-width: 763px) { #pNfIOvXLplnpiK8TLFI5WuEcboikrri7 { top:30.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }#pNfIOvXLplnpiK8TLFI5WuEcboikrri7 li:before{  }
 }@media only screen and (max-width: 763px) { #IVb701hcHqk3snLIxXyb6Ul0cCQSUvbd { top:34.375rem;left:0rem;width:21.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtXWD4TD7edZzPIU4wr7FP5PocUXI6I { top:42.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf67TXOTXL9dNJOzwU0mx5trER28LTVL { display:block; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHIiN6fntubU2WTUi7CN324OklAtTsEu { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #alKVlRghyiEWiGFTAdZszg0DfPuos5RC { top:7.6875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#alKVlRghyiEWiGFTAdZszg0DfPuos5RC li:before{  }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { top:2.6875rem;left:0rem;width:17.8125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { top:15.5rem;left:0rem;width:47.75rem;height:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { top:9.5625rem;left:9.71875rem;width:16.875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { top:8.3125rem;left:0rem;width:14.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { top:13.875rem;left:10.5625rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcZNodmxMMDuiMED8a0Kr4p7ZEv1Jizu { top:11.5rem;left:9.71875rem;width:28.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxPEoUmy9Uztul3cJu9M7HZeALf6ivs { top:13.125rem;left:9.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvDXBymeLJZmnzikhR0sauQVkcqeSxAE { top:9.4375rem;left:0rem;width:47.625rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTvF1PPKzsnn9rFyxhyT5b6d33RV8qzq { top:9.4375rem;left:0rem;width:47.625rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 { display:block; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bzgs31bKDCrBTuJTU4l2QkZOhAgv0wpF { top:1.625rem;left:0rem;width:47.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLlG4a3yaZgsdesPHW69IiJkSZeVhk1 { top:4.3125rem;left:0rem;width:41rem;height:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca { display:block; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W10oPTukXVxCJzUQZ9QTBFegr97I9n8W { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73XG2RVUlxpT364PkKKXKqcJ9GOL68p { top:44.4375rem;left:0rem;width:47.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmHxSMit1bq9ovkCDliSiyPHUZFne0h { top:11.5rem;left:0rem;width:12rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6rkVwxotsIz4Tc56ULZUvfJF2n5wtbe { top:11.375rem;left:11.0625rem;width:13.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF { top:14.1875rem;left:11.0625rem;width:17.4375rem;height:1.5625rem;font-size:1rem;display:block; }#ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF li:before{  }
 }@media only screen and (max-width: 763px) { #Hh7WNwMWgFIbUrG7Na3ZxJ1L9MCXVmpO { top:11.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WddfVfn7mSTGU1UV8OQLDGTUQ59qJWXV { top:8.8125rem;left:0rem;width:47.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFvhgcc7EmyZgAXvJE0ABr3dDUi9Wwgu { top:24.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoiey6eby9LmRxxl8hwExxzHQ8pLCtod { top:24.8125rem;left:0rem;width:13rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIkuazTE5UpxrpzZUGOD5UT8RS2Ud9e { top:24.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIxm8A710AwGq8fnnMf0KI2QByOc7lR4 { top:20.75rem;left:0rem;width:47.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNtQLL8zPQmEd43DwXq6rdTnRO4qtJnd { top:48.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDf4W9qRRHCIrasP5VXgkarpSagwdBwl { top:48.5625rem;left:0rem;width:14.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3aStHAmTXkKwUaTSVAMg68sAzhSHGM { top:48.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyLMPwyGz3v58iZvehQaTvU30AxgVuTT { top:73.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWRHOh9MP1QTStfQ1k7zrK3p04OOa3DC { top:73.25rem;left:0rem;width:8.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtzXhcwo2BsKXZAROrp80q4a4gAdxK8 { top:69.125rem;left:0rem;width:47.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBUXDzgkZlK4cUQKXJsGw2vUVd2Gu1s { top:73.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INDbl7CJa5NEU15OzKVTCbPPIxwZ0JNm { top:31.8125rem;left:0rem;width:47.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7kxUt6MP0ZOKhhKf218yl9ugflTL8eh { top:33.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cZ8pJWW2k9E7noKEpNRuPxCw8nuD8g { top:38.125rem;left:0rem;width:47.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNNWOETgKkdmgvBJv8THNBoPRlPTaFUR { top:39.8125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNOl6STUqDSnboy2aVqRPDtgUvrKiDv { top:56.125rem;left:0rem;width:47.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa8B5u3brNzFdre13P1FZePeRlTHkOyd { top:57.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2K9FeNHl6WRo6ovCCkcp6u4lNibqIbi { top:62.5rem;left:0rem;width:47.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfab0vKpULdIE8S2FZFl4b9maHmRdytF { top:64.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { top:7.5625rem;left:0rem;width:28.4375rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { top:18.625rem;left:0rem;width:29.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { top:2.0625rem;left:0rem;width:34.375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { top:14.125rem;left:0rem;width:18.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { top:2.125rem;left:10.0625rem;width:37.5rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { top:13.4375rem;left:8rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.625rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:27.625rem;height:auto;top:4.1875rem;left:17.625rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:27.625rem;height:auto;top:4.1875rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #ODRcK0knb0zSUgr6krkLBTWUfTvl0FVw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #BxI0xL5h9Zu3dUG6gmxOkJIm6nGaBHZ4 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rk0D7GPIykap0vZdq6J2DPknQkR2bHFM {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L3B1O1k4OQORxRuqvpUZXMsiGzhx4JkS {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bHIKK8T6WKpAMGw8fXLZBsal1bMah4LD {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #fZosvytGrxzq4TBtnf1EtkffwR0yQJgF {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #UByZ4v33Fgd8DfTqWr4iBnWwoTZqp0qf {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bIfQ5aN47T16ZZxbOTEXiMMOVlgZ3C6K {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dzuPhpxVrdvxUKqZ7JHhiFyhr34DN4TE {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #uVAyd74xg51yQZvFkD4uODKdnTq27xWB { display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMSObWfwKABpGMqZ2StoNRRVGIknpJNP { top:8.3125rem;left:0rem;width:29.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { top:17.625rem;left:0rem;width:29.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { top:3.875rem;left:0rem;width:34.3125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { top:4.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { top:5.0625rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { top:4.5rem;left:24.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #fJN0s5EMS9S7LzndQt6TApgiSqBFw7Re {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zdn3G9vR2JQwNBwLvK6qpHtENLftOz2C {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #FACsXmUcX4zTiKk9ruta1Xmph1W5Bi56 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Kkvrl3mcg4I9eXcqTVADUTaLifCntQoF {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #QZb2M1hBFyWdcO0HkkREvtRhX3Mfes6K {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TXNB0wBIkGqTl3qOOWFMwiw4tsHEqzti {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LCTRPhVyZ0aBovrAi1MOHndZALDWBLUv {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zcFDJ34LsqmJ7vE1Syfki5zagGR2L2Pe {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GZt5Kt0Tq0A8NQiLD4b4FVAmdeuitdbw {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #cOyqPaUXNxdTw7iqxdo09m7NnTFSuObZ {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GFbwRsiBbfdTQfpddsMeCJ3r2JXo5GE2 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zb9pDhi9VgvPRV8PfmMMQ7xNJUWyi17T {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Zc55oA2diD0TaEtDcOmGRdHCVzDPfJ3D {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Mxw4HpQpwzoIGNrT3iitPVzzeaX1gDN6 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Uxe6chRemlbFCmd3XNxdpwo07Sh3b9NX {  }
 }@media only screen and (max-width: 763px) { #aOOizebfv407GdwKba92CvVf5f7Uo1sg { display:block; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJiIZeE8sbKL20lh5JyaDniXrH39pMn4 { top:7.75rem;left:10.25rem;width:37.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vFIxCSSS2fz8yf649UInpWZULL3He6 { top:12rem;left:10.25rem;width:37.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahThtnhNnhUBZRFI4ObfdJMAxZXkX5zG { top:8.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWOpLDKESAyFrHCWuC2UvnTZcbfWe3h { top:8.9375rem;left:0rem;width:13.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { top:8.5rem;left:36.875rem;width:10.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { top:4.5rem;left:23.843482971191rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:16.25rem;height:14.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dWTqbmEBfreWIAWSGvogu18S0zXXMeLP { display:block; }#dWTqbmEBfreWIAWSGvogu18S0zXXMeLP > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQATyDyyTvwLzlWXHIqyB2aPUbKFHNoM { width:20rem;height:12.5rem;top:11.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMwOsQ1v1xE34RRVEmSKFftTST4AkqdM { width:20rem;height:6.1875rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFGAAOZg7Pb6O8daoUNBKGN4ddBToFfX { display:flex;width:2.0625rem;height:2.0625rem;top:56.0625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #gMrkKSNHk5fz9iDKHFAQwaT9l72oUy33 { display:flex;width:2.0625rem;height:2.0625rem;top:60.0625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #HuWqklW9pvZEr97X50TppqvKltBG36Dw { width:14.8125rem;height:1.5rem;top:56.375rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8gI6RFlQOflgePSh9P8D6R2rKycOr9 { width:15rem;height:4.5rem;top:58.8125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgnHsq3ZLKW82TqKEWTt6TelkV4Ok5Lm { display:flex;width:1.9375rem;height:1.9375rem;top:64.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hrxK8XlBnGTn7hyKeDNA6ypPZAhJRXbM { display:flex;width:1.75rem;height:1.75rem;top:67.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #LLV9v7uDywS0Ex9g3ZDmWf0F9TCxcRF8 { width:13.4375rem;height:1.5rem;top:64.5rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtxnITZtf89KrXW4bAckTbpymcf3D9Ao { width:12.3125rem;height:1.5rem;top:67.3125rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pg3VTZ4Jqr4dcmTpg1Nu7IMA9TZtvPz8 { width:20rem;height:16.6241875rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpzA50vt64b7l724KKhrw1II40UxOcPC { width:20rem;height:1.3125rem;top:9.1875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zRoMvyZ9s2lguV94Zy9J3rKnGn2nCIBs { width:20rem;height:3.5rem;top:25.5615234375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OVgL055ALTxO1bO6qLPeXKT4UIa7bZw2 { width:20rem;height:6.25rem;top:29.3740234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IuMdDprcZ8STXbfW9TCz9Cobzc4orFu4 { width:20rem;height:17.1875rem;top:35.9990234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 { display:block; }#WTAa39D6J7grHKdAEVulR6hzfkggvZJ6 > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cR4vAvE9q5tPBskXKTUDmudJZPNJXvuD { width:20rem;height:2.000175rem;top:1.3112573623657rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T { width:20rem;height:14.0625rem;top:4.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#NrP2AWDdhJFhKTTRfRBkbvKgrRoTOW0T li:before{  }
 }@media only screen and (max-width: 763px) { #dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w { width:20rem;height:7.8125rem;top:19.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#dEqnh8ThiZzPn4o9la1VhU6gclN8CJ6w li:before{  }
 }@media only screen and (max-width: 763px) { #fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST { width:20rem;height:10.9375rem;top:29.21875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#fqQ5qRhKfwwJ84EmBp1BtaGCNff3U4ST li:before{  }
 }@media only screen and (max-width: 763px) { #ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC { width:20rem;height:12.5rem;top:42.03125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#ifGmNwlnvCEoa4OWuv8fTwnlg4ELyfuC li:before{  }
 }@media only screen and (max-width: 763px) { #pNfIOvXLplnpiK8TLFI5WuEcboikrri7 { width:20rem;height:9.375rem;top:56.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#pNfIOvXLplnpiK8TLFI5WuEcboikrri7 li:before{  }
 }@media only screen and (max-width: 763px) { #IVb701hcHqk3snLIxXyb6Ul0cCQSUvbd { width:20rem;height:7.224609375rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtXWD4TD7edZzPIU4wr7FP5PocUXI6I { width:18.5rem;height:17.1875rem;top:73.599609375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uf67TXOTXL9dNJOzwU0mx5trER28LTVL { display:block; }#uf67TXOTXL9dNJOzwU0mx5trER28LTVL > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHIiN6fntubU2WTUi7CN324OklAtTsEu { width:20rem;height:2.000175rem;top:1.3112573623657rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #alKVlRghyiEWiGFTAdZszg0DfPuos5RC { width:20rem;height:13.875rem;top:4.435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.5;display:block; }#alKVlRghyiEWiGFTAdZszg0DfPuos5RC li:before{  }
 }@media only screen and (max-width: 763px) { #UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq { display:block; }#UEpF107HVTTFyQB5TbnWd3AXKLnoIWEq > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuHXdrI5xrKCd29x5CrXP8VyTAqEiGo7 { width:20rem;height:2rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ott3zzrfV5TKIHWRWOD5sdhdW0GVG7b3 { width:20rem;height:33rem;top:26.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLby56yh7L3gnIoOBPmOkaeh4SGuMDzV { width:20rem;height:1.5rem;top:19.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw5okVIn2lDze0GlgAgb1UbCkDLPqnBn { width:11.8125rem;height:13.4375rem;top:5.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnF2CnDpBpOmkn0qveUNbh66STZfFXSu { width:11.25rem;height:0.0625rem;top:24.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcZNodmxMMDuiMED8a0Kr4p7ZEv1Jizu { width:20rem;height:2.625rem;top:21.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcxPEoUmy9Uztul3cJu9M7HZeALf6ivs { display:flex;width:1.5rem;height:1.5rem;top:24.25rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #bvDXBymeLJZmnzikhR0sauQVkcqeSxAE { width:0.5rem;height:0.4375rem;top:16.75rem;left:6.5625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #bTvF1PPKzsnn9rFyxhyT5b6d33RV8qzq { width:0.6875rem;height:0;top:17.3115234375rem;left:5.75rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 { display:block; }#TIWW0Jw2nD72vxZGENoGJN9LqG6RRDd5 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bzgs31bKDCrBTuJTU4l2QkZOhAgv0wpF { width:20rem;height:37.4375rem;top:1.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #mOLlG4a3yaZgsdesPHW69IiJkSZeVhk1 { width:18.56225rem;height:34.5rem;top:3.1196727752686rem;left:0.84366118907931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca { display:block; }#GP7hAoF5d4EfOZRuJrP8lJnOJ6oTrZca > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W10oPTukXVxCJzUQZ9QTBFegr97I9n8W { width:20rem;height:2rem;top:1.3747134208679rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B73XG2RVUlxpT364PkKKXKqcJ9GOL68p { width:20.125rem;height:9.9375rem;top:5.3125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #TJmHxSMit1bq9ovkCDliSiyPHUZFne0h { width:12rem;height:1.25rem;top:6.9375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6rkVwxotsIz4Tc56ULZUvfJF2n5wtbe { width:11.1875rem;height:1.5rem;top:9.59375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF { width:12.5rem;height:1.5rem;top:12.4375rem;left:2.5rem;font-size:1rem;display:block; }#ncgrl5wr0PvV9uoTk5BVGDlgAsfm0zUF li:before{  }
 }@media only screen and (max-width: 763px) { #Hh7WNwMWgFIbUrG7Na3ZxJ1L9MCXVmpO { display:flex;width:1.5rem;height:1.5rem;top:6.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #WddfVfn7mSTGU1UV8OQLDGTUQ59qJWXV { width:20rem;height:10rem;top:38.75rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #FFvhgcc7EmyZgAXvJE0ABr3dDUi9Wwgu { width:6.625rem;height:1.5rem;top:22rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoiey6eby9LmRxxl8hwExxzHQ8pLCtod { width:8.3125rem;height:1.25rem;top:19.125rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIkuazTE5UpxrpzZUGOD5UT8RS2Ud9e { display:flex;width:1.5rem;height:1.5rem;top:19rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #eIxm8A710AwGq8fnnMf0KI2QByOc7lR4 { width:19.875rem;height:6.875rem;top:62.3125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #TNtQLL8zPQmEd43DwXq6rdTnRO4qtJnd { width:17.8125rem;height:3rem;top:43.5625rem;left:0.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UDf4W9qRRHCIrasP5VXgkarpSagwdBwl { width:10.625rem;height:1.25rem;top:40.5rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3aStHAmTXkKwUaTSVAMg68sAzhSHGM { display:flex;width:1.5rem;height:1.5rem;top:40.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yyLMPwyGz3v58iZvehQaTvU30AxgVuTT { width:10.8125rem;height:1.5rem;top:66.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWRHOh9MP1QTStfQ1k7zrK3p04OOa3DC { width:8.0625rem;height:1.25rem;top:63.3125rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CbtzXhcwo2BsKXZAROrp80q4a4gAdxK8 { width:20.125rem;height:8.5rem;top:16.625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #CTBUXDzgkZlK4cUQKXJsGw2vUVd2Gu1s { display:flex;width:1.5rem;height:1.5rem;top:63.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #INDbl7CJa5NEU15OzKVTCbPPIxwZ0JNm { width:19.875rem;height:4.5625rem;top:26.5625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #k7kxUt6MP0ZOKhhKf218yl9ugflTL8eh { width:6.8125rem;height:1.5rem;top:28.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cZ8pJWW2k9E7noKEpNRuPxCw8nuD8g { width:19.875rem;height:4.5625rem;top:32.5rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #sNNWOETgKkdmgvBJv8THNBoPRlPTaFUR { width:6.1875rem;height:1.5rem;top:34.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNOl6STUqDSnboy2aVqRPDtgUvrKiDv { width:19.875rem;height:4.5625rem;top:50.4375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #fa8B5u3brNzFdre13P1FZePeRlTHkOyd { width:4.3125rem;height:1.5rem;top:52.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2K9FeNHl6WRo6ovCCkcp6u4lNibqIbi { width:19.875rem;height:4.5625rem;top:56.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #vfab0vKpULdIE8S2FZFl4b9maHmRdytF { width:5.3125rem;height:1.5rem;top:58rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX { display:block; }#yzhb5RBQSbRSWkqb4EDqT5s4nQKzFkTX > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCJa5CzKgQfJZvnwbI9LqeT1xrc85Bz { width:18.75rem;height:1.75rem;top:3.1875rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdN43icnsJzeynZnI322LASdEX5sMiXB { width:18.75rem;height:3.125rem;top:8.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvKNGe5IThxhmg3MkT5Uasd65O0z0nr9 { width:20rem;height:11.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXR6p6mfTTfJvcBv63i0UuuTQW47c9ZO { width:18.75rem;height:0.0625rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7t79mTCWcBGPeQK8HBFEg4KRrZ2iGqe { width:19.9375rem;height:39.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcPcvRLTy9Va0XBOM9lQTozxg6ruqxVm { display:flex;width:1.25rem;height:1.25rem;top:5.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46  { width:17.5rem;height:auto;top:15.4375rem;left:0rem; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 {display:block;}#qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 { width:17.5rem;height:auto;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #IrBrpgAu2O2lDkKEPsCS3JNMUF0WBSw1 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #A12zoESRcJrZcUT2BxkSmxEN4tKLWZ9D {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #wecHxqhWK0JQsLkAcmR1DhZg5y4LcHrg {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lMpd3uadIcry5Z1PXwOMtiwVM8f9GanU {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #iqp3o3u0tWy2MRemC1lB6TtHSumNxHLw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #Ofaygf6reT89vHwvTsKyM3KXnyrnrqQK {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #ODRcK0knb0zSUgr6krkLBTWUfTvl0FVw {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #BxI0xL5h9Zu3dUG6gmxOkJIm6nGaBHZ4 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #rk0D7GPIykap0vZdq6J2DPknQkR2bHFM {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #L3B1O1k4OQORxRuqvpUZXMsiGzhx4JkS {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bHIKK8T6WKpAMGw8fXLZBsal1bMah4LD {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #fZosvytGrxzq4TBtnf1EtkffwR0yQJgF {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #UByZ4v33Fgd8DfTqWr4iBnWwoTZqp0qf {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #bIfQ5aN47T16ZZxbOTEXiMMOVlgZ3C6K {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dzuPhpxVrdvxUKqZ7JHhiFyhr34DN4TE {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #cUML4M45Z82DWCsMXcOWHU6lShBOUq02 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #lwM3mVNmNvvz37gac8dDnL3geS4Xbr2b {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #dkr0wx1aDcTFbPxzISOtdDeGzQ1ZSJI6 {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #mGUS9fqheDx3RtkeQUlFQLbyWfyyt8Vk {  }
 }@media only screen and (max-width: 763px) { #qUTxGsemGxdJ7ytNTIpnqJJrHWdxIh46 #EaK3oerkxpOpJcEigCqdpUQwVrO8CkNU {  }
 }@media only screen and (max-width: 763px) { #uVAyd74xg51yQZvFkD4uODKdnTq27xWB { display:block; }#uVAyd74xg51yQZvFkD4uODKdnTq27xWB > .row .container { width:20rem;height:57.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMSObWfwKABpGMqZ2StoNRRVGIknpJNP { width:14.6875rem;height:2.375rem;top:1.7490234375rem;left:0.8115234375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ic5SrBsdUriPLSQFDfQftAHVMygCB6A2 { width:17.5rem;height:1.5rem;top:5.28125rem;left:0.8115234375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uLF2PZuG5rBVUPw3bmy81ZBue8yBbbx2 { width:20rem;height:10.1875rem;top:0rem;left:0rem;z-index:14997;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #BHAIITTqAHgKEq3AbNz30NxQbuaz0TfR { display:flex;width:1.25rem;height:1.25rem;top:7.75rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #roykntrzfIbwEZpQuoHuHvyAHKoV7csJ { width:19.375rem;height:0.0625rem;top:8.375rem;left:0.3125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #emTyNWs9t1FkpBqh6ISMO0oAdqJHKuw1 { display:flex;width:1.25rem;height:1.25rem;top:7.8125rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx { display:flex;height:auto;width:20rem;top:10rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #fJN0s5EMS9S7LzndQt6TApgiSqBFw7Re {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zdn3G9vR2JQwNBwLvK6qpHtENLftOz2C {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #FACsXmUcX4zTiKk9ruta1Xmph1W5Bi56 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Kkvrl3mcg4I9eXcqTVADUTaLifCntQoF {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #QZb2M1hBFyWdcO0HkkREvtRhX3Mfes6K {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #TXNB0wBIkGqTl3qOOWFMwiw4tsHEqzti {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #LCTRPhVyZ0aBovrAi1MOHndZALDWBLUv {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zcFDJ34LsqmJ7vE1Syfki5zagGR2L2Pe {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GZt5Kt0Tq0A8NQiLD4b4FVAmdeuitdbw {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #cOyqPaUXNxdTw7iqxdo09m7NnTFSuObZ {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #GFbwRsiBbfdTQfpddsMeCJ3r2JXo5GE2 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #zb9pDhi9VgvPRV8PfmMMQ7xNJUWyi17T {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Zc55oA2diD0TaEtDcOmGRdHCVzDPfJ3D {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Mxw4HpQpwzoIGNrT3iitPVzzeaX1gDN6 {  }
 }@media only screen and (max-width: 763px) { #gaHXMIRbTlJ6fm9oWeMobUPFnZOEcqUx #Uxe6chRemlbFCmd3XNxdpwo07Sh3b9NX {  }
 }@media only screen and (max-width: 763px) { #aOOizebfv407GdwKba92CvVf5f7Uo1sg { display:block; }#aOOizebfv407GdwKba92CvVf5f7Uo1sg > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJiIZeE8sbKL20lh5JyaDniXrH39pMn4 { width:19.18725rem;height:1.8125rem;top:2.24964427948rem;left:0.405717253685rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7vFIxCSSS2fz8yf649UInpWZULL3He6 { width:19.437125rem;height:3rem;top:6.7489347457888rem;left:0.28098356723786rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahThtnhNnhUBZRFI4ObfdJMAxZXkX5zG { display:flex;width:3.25rem;height:3.25rem;top:11.5rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #FJWOpLDKESAyFrHCWuC2UvnTZcbfWe3h { width:13.125rem;height:1.5rem;top:15.675121307373rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #doJODMSqQk6pRXaEVVyihyIAkHEfz4ly { display:block; }#doJODMSqQk6pRXaEVVyihyIAkHEfz4ly > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnxGQ0kBc3LRpeIMtmA8GvHtMmcGDtH6 { width:7.6240234375rem;height:1.5rem;top:3.2490234375rem;left:8.6884765625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G5DoyFDMmvn5pa6VmE5vvlksw6IKVuNF { width:12.5rem;height:0.0625rem;top:9.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBaPGfQ6LsE0XuKZSJh2CIfJMTTeVcaL { width:16rem;height:14rem;top:5.9055385589599rem;left:1.9682171344757rem;display:block; }
 }