.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:246,225,223;--color-primary-1:226,155,148;--color-primary-2:196,54,40;--color-primary-3:98,27,20;--color-primary-4:29,8,6;--color-secondary-0:197,191,191;--color-secondary-1:144,138,138;--color-secondary-2:96,91,91;--color-secondary-3:53,49,49;--color-secondary-4:18,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Tahoma"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq { background-color:rgba(var(--color-secondary-4),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; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container { background-color: transparent; background-image: none; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container > .video-iframe-container { display: none; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row > .video-iframe-container { display: none; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .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); }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container { border-width: 0; border-radius: 0; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ZHEwIfHl2CdazPwfMsT6xtQE7LNIuCOP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.25rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#nUecuyUdfDZ8MfJELItmiriryVuu9QU1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#ybENrMdPpiT1BeRRysQ1wWgLfchoXbFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4UIJqoHfDGLkrDvdyKnSlONTNxEfLJJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:36.8125rem;display:block; }
#MxHXeJiTA1zfgLz3ux9vHrGceriqXfdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnHkGJ5UstdqXnfzgWl8VqEHprzSUoIK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:44.9375rem;display:block; }
#dgh7fxdun1lfKIZqWrsCtF7hdK23dnqZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOLJdB7TOhih6334Stbe9Nr0UMNqIzCI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.25rem;left:53.47265625rem;display:block; }
#MOJ32HIE8qFNuHwndgQFEeTKRo151eIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0f8c5c7-441d-4918-a1db-b490f46cf786/DSC04634.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.adaptive-delivery-prevent-bg, #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.lazyload, #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN.lazyloading { background-image: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { background-color: transparent; background-image: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container > .video-iframe-container { display: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container { display: none; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .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); }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { border-width: 0; border-radius: 0; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:exo;font-size:3.9375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:15.867839813233rem;left:7.5rem;height:14.174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uclqK1G8pyEH6OvZfti16T886yA67bQ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:31.75rem;left:2.4375rem;height:3.18714375rem;text-align:center;text-align-last:center;display:block; }
#FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:4.875rem;display:block; }
#iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.0625rem;display:block; }
#sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.4375rem;display:block; }
#rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:64.875rem;display:block; }
#JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:67.25rem;display:block; }
#UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:69.625rem;display:block; }
#ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:30rem;left:72rem;display:block; }
#oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { z-index:15003;top:37.25rem;left:31.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(244,131,131,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TcuHK17c103sUmGBX7vGMbiXlhm4Gffc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zymSlaFW08Gl3qhJEHgeMFfeZtiy2Xzl { color:rgba(var(--color-primary-2),1);display:block;width:72.561875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:11.311552524567rem;left:2.4378547668457rem;height:3.18714375rem;text-align:center;text-align-last:center;display:block; }
#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container { background-color: transparent; background-image: none; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container > .video-iframe-container { display: none; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row > .video-iframe-container { display: none; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .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); }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container { border-width: 0; border-radius: 0; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container { font-size:0.875rem;font-family:fraunces;height:90.875rem;width:75rem;position:relative;display:block; }#C042rwLO6u7v2o89zkbrDVHAaL3X68IZ { color:rgba(var(--color-tertiary-1),1);display:block;width:32.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:20.3125rem;left:1.1875rem;height:14.8733375rem;font-style:normal;display:block; }
#zbcnvoqrBGdFrWuXRKeuWDQHxBwNG4mv { color:rgba(var(--color-primary-2),1);display:block;width:37.4375rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.8125rem;left:1.25rem;height:2.76278125rem;font-style:normal;display:block; }
#z4XuTIQe39y0lbVDVCscdtr99FDGxtBo { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:8.8125rem;left:0rem;display:block; }
#Cscry49pr7racvHTTMMrG52AyzePTdpT { color:rgba(var(--color-primary-4),1);display:block;width:3.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:9.3125rem;left:0.75rem;height:2.8006625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLEmtPJlxVbdRMOi9Ons6IRhq6ZuG0qz { color:rgba(var(--color-tertiary-0),1);display:block;width:69.0625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:9.4375rem;left:5.9375rem;height:2.549125rem;font-style:normal;display:block; }
#HE3BAocCy0Dg74nen9zKTAJPL45vhs06 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13rem;width:35rem;top:19.312024235726rem;left:0rem;display:block; }
#E5z5bXRnkd5Mo3rlUyZquMMZF8Tl7hEv { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:1.25rem; }
#efoth1HkocfnxhRLudfcLQXVHTCTpw6W { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:16.5625rem;left:3.1875rem;height:1.7004rem;font-style:normal;display:block; }
#Tv4DuBcsrdOC0ErbDdlS4IydHsU7tMDk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:16.5625rem;left:16.0625rem;height:1.7004rem;font-style:normal;display:block; }
#cZDMLymalATNpbvSe6SDoGqkAqIDCaJ7 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.8125rem;left:14.125rem; }
#GqptuUtUR5PX5P2BQGy8FwBpCtMzl9rk { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.875rem;width:35rem;top:19.343392491341rem;left:39.999404907226rem;display:block; }
#ECpnE4kGVCSB8qHBoeuA6EIRWANotCZF { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:4.0625rem;left:11.25rem;height:3.67483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3DMoTCcfGaI9p0OoFEhED88ztUb2bJI { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:2.4375rem;left:11.25rem;height:1.7004rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MShTJ5qqHH4LX6kQ2gCwBUUygBQ6wVGg { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#c4qn1TZXHwULV6RLOJAHusKFD7nTsqcV { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#JM0QsEKmKpJdOIRD3ofwOPw1GdMa0R8E { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#JUOvQyoJIqmsDae12VuN9o0IWZRHQmNm { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#HM87d6mghZV54D6B7N7KZIkSERZJMJOd { color:rgba(var(--color-tertiary-1),1);display:block;width:32.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:20.3125rem;left:41.1875rem;height:8.49905rem;font-style:normal;display:block; }
#SbfvJ9qom2xJfurv9UGZwaIBOzN2yI00 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:46.5rem;left:1.25rem;height:14.8733375rem;font-style:normal;display:block; }
#AdJM3Ht4uTRnpLwZvmvypLVcva5TwueR { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.0625rem;width:35rem;top:45.5rem;left:0rem;display:block; }
#dOwXHVN2Ove4xV5Z1GSHVx9prZ3caJrh { color:rgba(var(--color-tertiary-1),1);display:block;width:32.687rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:46.5rem;left:41.125rem;height:12.748575rem;font-style:normal;display:block; }
#AXguyRwhJUB8mlOcuHt4mBX1RUCHebED { color:rgba(var(--color-primary-2),1);display:block;width:47.3125rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:39.8125rem;left:1.25rem;height:2.76278125rem;font-style:normal;display:block; }
#btfu0IpSTd1iNRJnuenfCqeFyUaxCS3f { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:34.8125rem;left:0rem;display:block; }
#da4ttOzudPy9Z16ORkiztVtXWBu9GT89 { color:rgba(var(--color-primary-4),1);display:block;width:3.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:35.3125rem;left:0.75rem;height:2.8006625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtvdwoZqoLMux2xri0CZ0ueWiMDPFqKg { color:rgba(var(--color-tertiary-0),1);display:block;width:69.0625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:35.4375rem;left:5.9375rem;height:2.549125rem;font-style:normal;display:block; }
#KkahyWuRnLeki3ixgPfI7EkpBElPA0RI { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.875rem;width:35rem;top:45.5rem;left:40rem;display:block; }
#D414wgU01U2ATTC61QSR2bGIBRealQ0v { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.8125rem;left:1.3125rem;display:none; }
#RbZLJaEUsp9fgvoQfTpipZvDqz6TrJtB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:21.75rem;left:14.1875rem;display:none; }
#fWDrrH04R4sUT8993mt1JrPA61RATeTE { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.5rem;left:3.25rem;height:1.69986875rem;font-style:normal;display:none; }
#Cc6kd9Fv4qHwFOGZFwixrhRMQU8ZT3qF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:21.5rem;left:16.125rem;height:1.69986875rem;font-style:normal;display:none; }
#dvOJMGrvXbnfKpcZg7qrpxp1RKdAt8cJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:42.875rem;left:1.25rem; }
#rRLKWPIEQihHmup7RXEzAXmlV0DPrG31 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:42.5625rem;left:3.1875rem;height:1.7004rem;font-style:normal;display:block; }
#cGnSFZa0CJWZORUv0IT9ZttIqTTIdk80 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:42.8125rem;left:14.125rem; }
#GGb5qg1hvIDkPvVO8ZZHAnJPU6FG1ZPz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:42.5625rem;left:16.0625rem;height:1.7004rem;font-style:normal;display:block; }
#nNDJKyN2ru9gJsIs3qBw4k9QNm2x8LZX { color:rgba(var(--color-tertiary-1),1);display:block;width:32.6875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:73.875rem;left:1.25rem;height:14.8733375rem;font-style:normal;display:block; }
#pvUbzo5g92KgDV2s3tJxa2fHLPWL4No6 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.0625rem;width:35rem;top:72.875rem;left:0rem;display:block; }
#ks3Wi4EGNHQLLwn4ft4EMOfe1q5xGZuS { color:rgba(var(--color-tertiary-1),1);display:block;width:32.687rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:73.875rem;left:41.125rem;height:10.6238125rem;font-style:normal;display:block; }
#X27VSSG2d15tk6W0yKHR3A5rTCEueoTA { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.875rem;width:35rem;top:72.875rem;left:40rem;display:block; }
#bvy9GSNhVvAsl9lX9I3m8R3HZa9C0h7b { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:70.25rem;left:1.25rem; }
#KnvlRQsmtAsi78VyfU3f3E3Nzrk1JFv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:69.9375rem;left:3.1875rem;height:1.7004rem;font-style:normal;display:block; }
#U20HFupsMlqUTIz95LNaZ6Uhg0rN01I8 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:70.1875rem;left:14.125rem; }
#H0tUnEXvMibSORMDKgLPdDvRsnSkdRk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:69.9375rem;left:16.0625rem;height:1.7004rem;font-style:normal;display:block; }
#KManxrMmr9Z0l0s75TtEFPCTbFhbt9Rk { color:rgba(var(--color-primary-2),1);display:block;width:47.3125rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:67.1875rem;left:1.25rem;height:2.76278125rem;font-style:normal;display:block; }
#kumXTX4ww1B98fuwRI5PmS9wRCK6vP7Q { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:62.1875rem;left:0rem;display:block; }
#kovzUdOMlZ9xC3TS1hxn60AvBT39GnrV { color:rgba(var(--color-primary-4),1);display:block;width:3.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15051;line-height:1.4;letter-spacing:0;top:62.6875rem;left:0.75rem;height:2.8006625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiGPZovZF1WwS9bcCIOkMZ4l6O7Q6Q7J { color:rgba(var(--color-tertiary-0),1);display:block;width:69.0625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:62.8125rem;left:5.9375rem;height:2.549125rem;font-style:normal;display:block; }
#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b90e714-5394-4d19-a842-05e9abc23ccb/DSC04548kopia2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.adaptive-delivery-prevent-bg, #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.lazyload, #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN.lazyloading { background-image: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { background-color: transparent; background-image: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container > .video-iframe-container { display: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container { display: none; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .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); }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { border-width: 0; border-radius: 0; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#nueaorXEW4FheK0FIZcib9IMFyimzzDC { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:18.75rem;left:0rem;height:3.67483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-form-header {  }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;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; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:fraunces; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:fraunces; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-4),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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .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:fraunces;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container:first-of-type{padding-top:0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-container:last-of-type{padding-bottom:0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.75rem;left:43.75rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.75rem;left:43.75rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 { position:relative;display:block; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #ZUOdkBVx2oMTTQQbpCSnv69yVeA0aBI8 { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #zb3bLA6ekhDRiTqqcfATV32GwTa9LT2O { position:relative;display:block; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CPZKmdAkuoo2nHQe18KuZl1lTfPUcHX3 { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW { position:relative; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v { position:relative; }
#APn4uFGFaaVurSBsdDgu57t4DIukW83t { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:23.6875rem;width:35rem;top:15.5625rem;left:40rem;display:block; }
#RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:9.29925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:63.6875rem;display:block; }
#g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:66.0625rem;display:block; }
#wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:68.4375rem;display:block; }
#N4lILp50Cz169l9ddXTFGXddFVZKzeRz { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:70.8125rem;display:block; }
#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container { background-color: transparent; background-image: none; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container > .video-iframe-container { display: none; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row > .video-iframe-container { display: none; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .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); }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container { border-width: 0; border-radius: 0; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container { font-size:0.875rem;font-family:fraunces;height:52.3125rem;width:75rem;position:relative;display:block; }#SW9bAkqdKwgLwLRQBGRWtXzawmfSMQmX { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-tertiary-1),0), rgba(var(--color-secondary-2),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-tertiary-1),0), rgba(var(--color-secondary-2),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-tertiary-1),0), rgba(var(--color-secondary-2),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-tertiary-1),0), rgba(var(--color-secondary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0)', endColorstr='rgba(var(--color-secondary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0)', endColorstr='rgba(var(--color-secondary-2),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-tertiary-1),0), rgba(var(--color-secondary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:18.75rem;top:14.5625rem;left:28.125rem;display:block; }
#hsfJ51pDkcEBIe1XEtRoqJCIJ3Wg8Mw8 { color:rgba(var(--color-primary-2),1);display:block;width:14.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:16.498119354248rem;left:29.999275207519rem;height:5.7368625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UaeykoWFXqGSsCxWoCMWFmnSq461f9LG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:23.443420410156rem;left:30.78125rem;height:5.4243625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m2kpSo79lCgTKsHhmBKphKzQvvTALq2o { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:29.6875rem;left:30rem;height:2.9734875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#settM8phQ2awgXmk1hPPVmw8QHb1UAdi { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:15rem;top:34.936672210693rem;left:30rem;display:block; }
#ku3h6teVdA0fAcaTTQIqw9i9krKJ7wxA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.436672210693rem;left:32.1875rem;display:block; }
#SPkbNsbmBZgKK4sfpOgAxpa7L9Kf7DZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIGQzgBQJPSpLItCMP5T215uhbrCNAn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9372625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.668563842774rem;left:40.910865783691rem;height:2.9746625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QROivhCBIUGSJpc0WBr89hgno5O3PQzN { color:rgba(var(--color-tertiary-0),1);display:block;width:52.49925rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.6875rem;left:11.1875rem;height:3.67483125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHAxVZXizgxK3A5sJQUtwHSdsNa6ZLQl { color:rgba(var(--color-primary-2),1);display:block;width:52.49925rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:6.0625rem;left:11.375rem;height:1.7004rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container { background-color: transparent; background-image: none; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container > .video-iframe-container { display: none; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row > .video-iframe-container { display: none; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .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); }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container { border-width: 0; border-radius: 0; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container { font-size:0.875rem;font-family:fraunces;height:42.375rem;width:75rem;position:relative;display:block; }#iIJ8gf5VyQQyB8zDmTuuHTbqd5GGu9Pp { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#onUhJWDEfNqRcIz9TA1GNKTEe9QvqMhu { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#xeuew0T7hSeAwQcVR28rrfLvA6kEnKfm { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#g93ME6xnqB4IhcP74yv90bCG9NTdI1O1 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/mechanical-engineering_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:28.0625rem;top:0rem;left:0rem;display:block; }#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.adaptive-delivery-prevent-bg, #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.lazyload, #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.lazyloading { background-image: none; }
#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#Ax3eZ3t2FhI0XccTZfdkdTHQyuaMVS4C { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:48.375rem;top:6.8754730224613rem;left:26.5625rem;display:block; }
#PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:36.4375rem;left:5.8125rem;height:1.7004rem;display:block; }
#Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:4.5901055335999rem;left:2.9697914123535rem;height:4.2868125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:10.563339233399rem;left:30.062141418457rem;height:1.875rem;font-style:normal;display:block; }
#ox5gi10bmTfnrA8ILoR4glCElixcTxQV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1247625rem;width:2.1247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.4379730224613rem;left:30.062141418457rem; }
#teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.8129730224609rem;left:30.124877929688rem;height:3.3747625rem;font-style:normal;display:block; }
#tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1247625rem;width:2.1247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.50059509277344rem;left:30.062141418457rem; }
#qgGKp1GiXK3zdP0oPq74Ci8ZdP4QbpLF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:16.438095092774rem;left:30.062141418457rem;height:1.875rem;font-style:normal;display:block; }
#ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1247625rem;width:2.1247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.313339233399rem;left:30.062141418457rem; }
#mX0mrZVC6snfBEiI7PLpoMTlgu9EFZQa { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:22.063095092774rem;left:30rem;height:1.875rem;font-style:normal;display:block; }
#BXEROBZTnT9ZavbvuvqqPKBW7HSWWvvL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.875595092774rem;left:30.062141418457rem; }
#v3QFlaVsTFPt0sXZrqKyvKvWtVbP36Fk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.563339233399rem;left:30.062141418457rem; }
#onLzbIu5hfSyc2xDfq881aRP4c342JxO { color:rgba(var(--color-tertiary-0),1);display:block;width:43.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:27.625350952149rem;left:30rem;height:1.875rem;font-style:normal;display:block; }
#oNkRIph8hlu3sB02aNMFBy4R7yaRri4p { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:48.4375rem;top:12.625366210938rem;left:26.5625rem;display:block; }
#hZLpo1n7ZaqbJ8FT4lOf5bhhM7IWWSvp { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:48.4375rem;top:18.562866210938rem;left:26.5625rem;display:block; }
#gyvkoRd7fNcD5HndXDSPC8FB4xgDJzbH { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:48.4375rem;top:24.125717163086rem;left:26.5625rem;display:block; }
#BLlLJStTdRfbXOBrMLayO4Fa7h2uthhM { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:48.4375rem;top:29.6875rem;left:26.5625rem;display:block; }
#vuesvNAdVH13CCfTt7X7u54QaT5i1DwH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12448125rem;width:2.12448125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.249755859375rem;left:30.062141418457rem; }
#FttFOtU971t588kIFGChQ9J7Wz87SEd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:33.249633789062rem;left:30.062141418457rem;height:1.875rem;font-style:normal;display:block; }
#sb0fT0XOv7PbUWB0GoNdJQDggGZE5imh { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:48.4375rem;top:35.4375rem;left:26.5625rem;display:block; }
#T38dPlnnFFMnlmBBM1i0mvFv3JhTuMm6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12448125rem;width:2.12448125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:37.1875rem;left:30.0625rem; }
#smedhcVsfIuROh6qJneDRP8qq8CcTuzp { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:39.3125rem;left:30.0625rem;height:1.875rem;font-style:normal;display:block; }
#XGXeT68CTv1gEnC4AZz2nOUpOH8RttFh { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:48.4375rem;top:0rem;left:26.563091278076rem;display:block; }
#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container { background-color: transparent; background-image: none; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container > .video-iframe-container { display: none; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row > .video-iframe-container { display: none; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .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); }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container { border-width: 0; border-radius: 0; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container { font-size:0.875rem;font-family:fraunces;height:68.9375rem;width:75rem;position:relative;display:block; }#IHta8v48zMNRilH3y4moiHd8iGbP9ZN2 { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5.5859375rem;left:11.25rem;height:1.7004rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClQOlcaJXkKf2BhFMar3CPKC8PT6ilCE { color:rgba(var(--color-tertiary-0),1);display:block;width:59.06175rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:7.24898815155rem;left:7.9680252075194rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HXC24zsnb1Kv1i5Ls03dx96ZidbFf3fB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:22.6875rem;top:12rem;left:27.4375rem;overflow:hidden;display:block; }
#VxI2XkWXzgRd5Ax625z4PQ3Kby2SFft7 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:47.3125rem;left:23.375rem;height:17.004rem;text-align:left;text-align-last:left;display:block; }
#Zz9uHHNHEseRsVCJn6TsIFUhq4lUtcBc { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:44.375rem;left:23.375rem;height:1.7004rem;text-align:left;text-align-last:left;display:block; }
#O6XOzNnDxKL3iunW6uZtO8y92qBfumAq { color:rgba(var(--color-primary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:42.4375rem;left:23.375rem;height:1.9122875rem;text-align:left;text-align-last:left;display:block; }
#DemPeeexzSL485o0A8WX1E4nctmBN5Jq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/033310b5-6c02-46fb-b8ed-5c8627b513b3/DSC03872.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq.adaptive-delivery-prevent-bg, #DemPeeexzSL485o0A8WX1E4nctmBN5Jq.lazyload, #DemPeeexzSL485o0A8WX1E4nctmBN5Jq.lazyloading { background-image: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { background-color: transparent; background-image: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container > .video-iframe-container { display: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container { display: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .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); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { border-width: 0; border-radius: 0; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { font-size:0.875rem;font-family:fraunces;height:21.25rem;width:75rem;position:relative;display:block; }#CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#JJ7RnDFDDilICM9341Sn59myC9TwErkJ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.75rem;left:62.25rem;display:block; }
#l2U73h5aTCo4aGnQ2uHRFB0ibUTTcfhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { background-color: transparent; background-image: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { display: none; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .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); }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { border-width: 0; border-radius: 0; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { font-size:0.875rem;font-family:fraunces;height:27.5625rem;width:75rem;position:relative;display:block; }#W9BKsfC0sGPmO71z3PaFg3hiTNnN9yCr { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.0244846343994rem;left:0rem;height:1.7004rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:3.40080625rem;display:block; }
#fOTJp6Vp2QeXyulugFIPniobNbffgrNk { 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:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.54948125rem;font-style:normal;display:block; }
#RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9125rem;font-style:normal;display:block; }
#qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.54948125rem;font-style:normal;display:block; }
#qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.6875rem;left:57.4375rem; }
#lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:7.48046875rem;left:58.9375rem;height:1.9122875rem;font-style:normal;display:block; }
#TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { 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:15037;opacity:1;top:15.6875rem;left:36.1875rem; }
#NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17.5rem;left:36.1875rem;height:2.54948125rem;font-style:normal;display:block; }
#Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:15.5rem;left:38.4375rem;height:1.9125rem;font-style:normal;display:block; }
#umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { background-color: transparent; background-image: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { display: none; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .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); }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { border-width: 0; border-radius: 0; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { font-size:0.875rem;font-family:fraunces;height:7.5rem;width:75rem;position:relative;display:block; }#knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48698125rem;text-align:left;text-align-last:left;display:block; }
#c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.25rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { 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:15043;opacity:1;top:3rem;left:73.5rem; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { 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:15042;opacity:1;top:3rem;left:71.25rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { 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:15041;opacity:1;top:3rem;left:69.125rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq { display:block; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHEwIfHl2CdazPwfMsT6xtQE7LNIuCOP { width:5.25rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUecuyUdfDZ8MfJELItmiriryVuu9QU1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybENrMdPpiT1BeRRysQ1wWgLfchoXbFz { display:block; }
 }@media only screen and (max-width: 763px) { #Q4UIJqoHfDGLkrDvdyKnSlONTNxEfLJJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHXeJiTA1zfgLz3ux9vHrGceriqXfdF { display:block; }
 }@media only screen and (max-width: 763px) { #TnHkGJ5UstdqXnfzgWl8VqEHprzSUoIK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgh7fxdun1lfKIZqWrsCtF7hdK23dnqZ { display:block; }
 }@media only screen and (max-width: 763px) { #xOLJdB7TOhih6334Stbe9Nr0UMNqIzCI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJ32HIE8qFNuHwndgQFEeTKRo151eIG { display:block; }
 }@media only screen and (max-width: 763px) { #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { top:15.8125rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclqK1G8pyEH6OvZfti16T886yA67bQ5 { top:31.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { width:0.5rem;height:20rem;top:30rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuHK17c103sUmGBX7vGMbiXlhm4Gffc { display:block; }
 }@media only screen and (max-width: 763px) { #zymSlaFW08Gl3qhJEHgeMFfeZtiy2Xzl { top:11.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr { display:block; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C042rwLO6u7v2o89zkbrDVHAaL3X68IZ { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbcnvoqrBGdFrWuXRKeuWDQHxBwNG4mv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4XuTIQe39y0lbVDVCscdtr99FDGxtBo { width:5rem;height:3.75rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cscry49pr7racvHTTMMrG52AyzePTdpT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEmtPJlxVbdRMOi9Ons6IRhq6ZuG0qz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE3BAocCy0Dg74nen9zKTAJPL45vhs06 { width:35rem;height:13rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5z5bXRnkd5Mo3rlUyZquMMZF8Tl7hEv { width:1.0625rem;height:1.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efoth1HkocfnxhRLudfcLQXVHTCTpw6W { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4DuBcsrdOC0ErbDdlS4IydHsU7tMDk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZDMLymalATNpbvSe6SDoGqkAqIDCaJ7 { width:1.0625rem;height:1.0625rem;top:16.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqptuUtUR5PX5P2BQGy8FwBpCtMzl9rk { width:35rem;height:12.875rem;top:19.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECpnE4kGVCSB8qHBoeuA6EIRWANotCZF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DMoTCcfGaI9p0OoFEhED88ztUb2bJI { top:2.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MShTJ5qqHH4LX6kQ2gCwBUUygBQ6wVGg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4qn1TZXHwULV6RLOJAHusKFD7nTsqcV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0QsEKmKpJdOIRD3ofwOPw1GdMa0R8E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOvQyoJIqmsDae12VuN9o0IWZRHQmNm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM87d6mghZV54D6B7N7KZIkSERZJMJOd { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfvJ9qom2xJfurv9UGZwaIBOzN2yI00 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdJM3Ht4uTRnpLwZvmvypLVcva5TwueR { width:35rem;height:15.0625rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOwXHVN2Ove4xV5Z1GSHVx9prZ3caJrh { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXguyRwhJUB8mlOcuHt4mBX1RUCHebED { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btfu0IpSTd1iNRJnuenfCqeFyUaxCS3f { width:5rem;height:3.75rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da4ttOzudPy9Z16ORkiztVtXWBu9GT89 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtvdwoZqoLMux2xri0CZ0ueWiMDPFqKg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkahyWuRnLeki3ixgPfI7EkpBElPA0RI { width:35rem;height:14.875rem;top:45.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D414wgU01U2ATTC61QSR2bGIBRealQ0v { width:1.125rem;height:1.125rem;top:21.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbZLJaEUsp9fgvoQfTpipZvDqz6TrJtB { width:1.125rem;height:1.125rem;top:21.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWDrrH04R4sUT8993mt1JrPA61RATeTE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc6kd9Fv4qHwFOGZFwixrhRMQU8ZT3qF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvOJMGrvXbnfKpcZg7qrpxp1RKdAt8cJ { width:1.0625rem;height:1.0625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRLKWPIEQihHmup7RXEzAXmlV0DPrG31 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnSFZa0CJWZORUv0IT9ZttIqTTIdk80 { width:1.0625rem;height:1.0625rem;top:42.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGb5qg1hvIDkPvVO8ZZHAnJPU6FG1ZPz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNDJKyN2ru9gJsIs3qBw4k9QNm2x8LZX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbzo5g92KgDV2s3tJxa2fHLPWL4No6 { width:35rem;height:15rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks3Wi4EGNHQLLwn4ft4EMOfe1q5xGZuS { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X27VSSG2d15tk6W0yKHR3A5rTCEueoTA { width:35rem;height:14.8125rem;top:72.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvy9GSNhVvAsl9lX9I3m8R3HZa9C0h7b { width:1.0625rem;height:1.0625rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnvlRQsmtAsi78VyfU3f3E3Nzrk1JFv8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20HFupsMlqUTIz95LNaZ6Uhg0rN01I8 { width:1.0625rem;height:1.0625rem;top:70.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0tUnEXvMibSORMDKgLPdDvRsnSkdRk5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KManxrMmr9Z0l0s75TtEFPCTbFhbt9Rk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumXTX4ww1B98fuwRI5PmS9wRCK6vP7Q { width:5rem;height:3.75rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovzUdOMlZ9xC3TS1hxn60AvBT39GnrV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGPZovZF1WwS9bcCIOkMZ4l6O7Q6Q7J { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nueaorXEW4FheK0FIZcib9IMFyimzzDC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { width:25rem;height:14.125rem;top:18.75rem;left:20.25rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { width:25rem;height:14.125rem;top:18.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #ZUOdkBVx2oMTTQQbpCSnv69yVeA0aBI8 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #zb3bLA6ekhDRiTqqcfATV32GwTa9LT2O {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CPZKmdAkuoo2nHQe18KuZl1lTfPUcHX3 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v {  }
 }@media only screen and (max-width: 763px) { #APn4uFGFaaVurSBsdDgu57t4DIukW83t { width:35rem;height:23.625rem;top:15.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { top:23.25rem;left:0rem;width:33.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { width:0.4375rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { width:0.4375rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { width:0.4375rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lILp50Cz169l9ddXTFGXddFVZKzeRz { width:0.4375rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh { display:block; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW9bAkqdKwgLwLRQBGRWtXzawmfSMQmX { width:18.6875rem;height:29rem;top:14.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfJ51pDkcEBIe1XEtRoqJCIJ3Wg8Mw8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeykoWFXqGSsCxWoCMWFmnSq461f9LG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2kpSo79lCgTKsHhmBKphKzQvvTALq2o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #settM8phQ2awgXmk1hPPVmw8QHb1UAdi { width:15rem;height:0;top:34.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku3h6teVdA0fAcaTTQIqw9i9krKJ7wxA { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkbNsbmBZgKK4sfpOgAxpa7L9Kf7DZm { display:block; }
 }@media only screen and (max-width: 763px) { #AIGQzgBQJPSpLItCMP5T215uhbrCNAn4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QROivhCBIUGSJpc0WBr89hgno5O3PQzN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAxVZXizgxK3A5sJQUtwHSdsNa6ZLQl { top:6.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 { display:block; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIJ8gf5VyQQyB8zDmTuuHTbqd5GGu9Pp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onUhJWDEfNqRcIz9TA1GNKTEe9QvqMhu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuew0T7hSeAwQcVR28rrfLvA6kEnKfm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93ME6xnqB4IhcP74yv90bCG9NTdI1O1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { width:28.0625rem;height:42.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax3eZ3t2FhI0XccTZfdkdTHQyuaMVS4C { width:47.75rem;height:6.4375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { top:36.4375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox5gi10bmTfnrA8ILoR4glCElixcTxQV { top:8.4375rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { top:0.5rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgGKp1GiXK3zdP0oPq74Ci8ZdP4QbpLF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { top:14.3125rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX0mrZVC6snfBEiI7PLpoMTlgu9EFZQa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXEROBZTnT9ZavbvuvqqPKBW7HSWWvvL { top:19.875rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3QFlaVsTFPt0sXZrqKyvKvWtVbP36Fk { top:25.5625rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onLzbIu5hfSyc2xDfq881aRP4c342JxO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNkRIph8hlu3sB02aNMFBy4R7yaRri4p { width:47.75rem;height:6.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLpo1n7ZaqbJ8FT4lOf5bhhM7IWWSvp { width:47.75rem;height:6.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyvkoRd7fNcD5HndXDSPC8FB4xgDJzbH { width:47.75rem;height:6rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlLJStTdRfbXOBrMLayO4Fa7h2uthhM { width:47.75rem;height:6.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuesvNAdVH13CCfTt7X7u54QaT5i1DwH { top:31.1875rem;left:16.437141418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttFOtU971t588kIFGChQ9J7Wz87SEd1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb0fT0XOv7PbUWB0GoNdJQDggGZE5imh { width:47.75rem;height:6.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38dPlnnFFMnlmBBM1i0mvFv3JhTuMm6 { top:37.1875rem;left:16.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smedhcVsfIuROh6qJneDRP8qq8CcTuzp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGXeT68CTv1gEnC4AZz2nOUpOH8RttFh { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc { display:block; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHta8v48zMNRilH3y4moiHd8iGbP9ZN2 { top:5.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQOlcaJXkKf2BhFMar3CPKC8PT6ilCE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXC24zsnb1Kv1i5Ls03dx96ZidbFf3fB { top:12.474609375rem;left:1.125rem;width:14.0625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxI2XkWXzgRd5Ax625z4PQ3Kby2SFft7 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9uHHNHEseRsVCJn6TsIFUhq4lUtcBc { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6XOzNnDxKL3iunW6uZtO8y92qBfumAq { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DemPeeexzSL485o0A8WX1E4nctmBN5Jq { display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { top:7.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { top:11.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7RnDFDDilICM9341Sn59myC9TwErkJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2U73h5aTCo4aGnQ2uHRFB0ibUTTcfhU { display:block; }
 }@media only screen and (max-width: 763px) { #AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9BKsfC0sGPmO71z3PaFg3hiTNnN9yCr { top:6rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { top:13.4375rem;left:0rem;width:26.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTJp6Vp2QeXyulugFIPniobNbffgrNk { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { width:1.5rem;height:1.5rem;top:7.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { width:1.5rem;height:1.5rem;top:15.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:5.25rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq { display:none; }#GEw2rTWq0KT6mr3EkIV8z81rrT7zuHiq > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZHEwIfHl2CdazPwfMsT6xtQE7LNIuCOP { width:5.25rem;height:1.875rem;top:1.125rem;left:7.3750005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUecuyUdfDZ8MfJELItmiriryVuu9QU1 { width:12.75rem;height:3.75rem;top:28.123046875rem;left:3.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybENrMdPpiT1BeRRysQ1wWgLfchoXbFz { display:block; }
 }@media only screen and (max-width: 763px) { #Q4UIJqoHfDGLkrDvdyKnSlONTNxEfLJJ { width:9.375rem;height:3.75rem;top:4.5625rem;left:5.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHXeJiTA1zfgLz3ux9vHrGceriqXfdF { display:block; }
 }@media only screen and (max-width: 763px) { #TnHkGJ5UstdqXnfzgWl8VqEHprzSUoIK { width:9.375rem;height:3.75rem;top:15.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgh7fxdun1lfKIZqWrsCtF7hdK23dnqZ { display:block; }
 }@media only screen and (max-width: 763px) { #xOLJdB7TOhih6334Stbe9Nr0UMNqIzCI { width:7.5rem;height:3.75rem;top:24.373550207519rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOJ32HIE8qFNuHwndgQFEeTKRo151eIG { display:block; }
 }@media only screen and (max-width: 763px) { #mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN { display:block; }#mk6rrAyBpMrdPSNAemfG1UQBtdQnKEuN > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5kFgJKza1BdL9Qmis9k2gCtyFuqSkHP { width:20rem;height:15.7493125rem;top:11.648910522461rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uclqK1G8pyEH6OvZfti16T886yA67bQ5 { width:20rem;height:1.7004rem;top:30.274026870727rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCJPDkmOfMIEekgVO0lzWN2FNWCiwby5 { width:0.5rem;height:20rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGRUl5MUxLU86zsm63N8HoDzCcO2HuK { width:0.5rem;height:20rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNPaFhGW7DpRZrWlM8RL4WMZ18pSRZs { width:0.5rem;height:20rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTJ47FVwryUtO0dAfhLfPJ5CmGT71aWQ { width:0.5rem;height:20rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZEMC13IOdqAPRsVKhCxfVWnppHZ6dAr { width:0.5rem;height:20rem;top:21.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAWBrFVzF8GdGGJqg7AgCcJCIzdTV78m { width:0.5rem;height:20rem;top:21.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP1vkUC1gk523WxVc9nkKmJN4NS0XoBT { width:0.5rem;height:20rem;top:21.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUeV1hDrOElnDA9OfuEhMT7D7CRGi1g { width:0.5rem;height:20rem;top:21.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJJUkLJacLLVGTEzhKs8rOIEFpSifXaX { top:33.87428855896rem;left:2.9687498807907rem;width:14.0625rem;height:3.4375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TcuHK17c103sUmGBX7vGMbiXlhm4Gffc { display:block; }
 }@media only screen and (max-width: 763px) { #zymSlaFW08Gl3qhJEHgeMFfeZtiy2Xzl { width:20rem;height:3.93051875rem;top:6.0860557556153rem;left:0rem;font-size:2.3125rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr { display:block; }#cVrI6ZcovgZv3MGyx3yTRRtegALgs2Kr > .row .container { width:20rem;height:133.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C042rwLO6u7v2o89zkbrDVHAaL3X68IZ { width:17.5rem;height:17.004025rem;top:21.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbcnvoqrBGdFrWuXRKeuWDQHxBwNG4mv { width:17.5rem;height:4.198625rem;top:12rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z4XuTIQe39y0lbVDVCscdtr99FDGxtBo { width:5rem;height:3.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cscry49pr7racvHTTMMrG52AyzePTdpT { width:3.4375rem;height:3.14985625rem;top:7.25rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLEmtPJlxVbdRMOi9Ons6IRhq6ZuG0qz { width:9.375rem;height:3.89915rem;top:6.9364337921144rem;left:6.1884466409683rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HE3BAocCy0Dg74nen9zKTAJPL45vhs06 { width:20rem;height:33.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5z5bXRnkd5Mo3rlUyZquMMZF8Tl7hEv { display:flex;width:1.125rem;height:1.125rem;top:17.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #efoth1HkocfnxhRLudfcLQXVHTCTpw6W { width:15.625rem;height:1.7004rem;top:17rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4DuBcsrdOC0ErbDdlS4IydHsU7tMDk { width:15.625rem;height:1.7004rem;top:18.6875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZDMLymalATNpbvSe6SDoGqkAqIDCaJ7 { display:flex;width:1.125rem;height:1.125rem;top:19rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GqptuUtUR5PX5P2BQGy8FwBpCtMzl9rk { width:20rem;height:20.75rem;top:62.647136688231rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECpnE4kGVCSB8qHBoeuA6EIRWANotCZF { width:20rem;height:2.79948125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DMoTCcfGaI9p0OoFEhED88ztUb2bJI { width:20rem;height:1.7004rem;top:1.48828125rem;left:0rem;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #MShTJ5qqHH4LX6kQ2gCwBUUygBQ6wVGg { width:0.5rem;height:11.25rem;top:0rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4qn1TZXHwULV6RLOJAHusKFD7nTsqcV { width:0.5rem;height:11.25rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0QsEKmKpJdOIRD3ofwOPw1GdMa0R8E { width:0.5rem;height:11.25rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOvQyoJIqmsDae12VuN9o0IWZRHQmNm { width:0.5rem;height:11.25rem;top:0rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM87d6mghZV54D6B7N7KZIkSERZJMJOd { width:17.5615625rem;height:8.5020125rem;top:35.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfvJ9qom2xJfurv9UGZwaIBOzN2yI00 { width:19.2495rem;height:13.60320625rem;top:62.936428070069rem;left:0.75047338008881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdJM3Ht4uTRnpLwZvmvypLVcva5TwueR { width:20rem;height:40.25rem;top:51.062376976013rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOwXHVN2Ove4xV5Z1GSHVx9prZ3caJrh { width:19.3116875rem;height:15.303625rem;top:74.93630981445rem;left:0.68773674964906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXguyRwhJUB8mlOcuHt4mBX1RUCHebED { width:18.249875rem;height:6.2979375rem;top:51.4375rem;left:0.875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #btfu0IpSTd1iNRJnuenfCqeFyUaxCS3f { width:5rem;height:3.75rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da4ttOzudPy9Z16ORkiztVtXWBu9GT89 { width:3.43631875rem;height:3.14985625rem;top:47rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtvdwoZqoLMux2xri0CZ0ueWiMDPFqKg { width:13.6245rem;height:2.549125rem;top:47.3125rem;left:6.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkahyWuRnLeki3ixgPfI7EkpBElPA0RI { width:20rem;height:15.3125rem;top:145.71397044983rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D414wgU01U2ATTC61QSR2bGIBRealQ0v { display:flex;width:1.125rem;height:1.125rem;top:58.5625rem;left:0.8125rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #RbZLJaEUsp9fgvoQfTpipZvDqz6TrJtB { display:flex;width:1.125rem;height:1.125rem;top:60.25rem;left:0.8125rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #fWDrrH04R4sUT8993mt1JrPA61RATeTE { width:15.625rem;height:1.7004rem;top:58.25rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6kd9Fv4qHwFOGZFwixrhRMQU8ZT3qF { width:15.625rem;height:1.7004rem;top:59.9375rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #dvOJMGrvXbnfKpcZg7qrpxp1RKdAt8cJ { display:flex;width:1.0625rem;height:1.0625rem;top:104.6875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #rRLKWPIEQihHmup7RXEzAXmlV0DPrG31 { width:10rem;height:1.7004rem;top:104.375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cGnSFZa0CJWZORUv0IT9ZttIqTTIdk80 { display:flex;width:1.0625rem;height:1.0625rem;top:106.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #GGb5qg1hvIDkPvVO8ZZHAnJPU6FG1ZPz { width:16.312125rem;height:1.7004rem;top:106.0625rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nNDJKyN2ru9gJsIs3qBw4k9QNm2x8LZX { width:18.99975rem;height:13.6032125rem;top:109.14297866821rem;left:1.0002366304398rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUbzo5g92KgDV2s3tJxa2fHLPWL4No6 { width:20rem;height:34.375rem;top:97.687023162844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks3Wi4EGNHQLLwn4ft4EMOfe1q5xGZuS { width:19.0625rem;height:10.20241875rem;top:120.99786376953rem;left:1.0009468793869rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X27VSSG2d15tk6W0yKHR3A5rTCEueoTA { width:20rem;height:14.8125rem;top:72.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvy9GSNhVvAsl9lX9I3m8R3HZa9C0h7b { display:flex;width:1.0625rem;height:1.0625rem;top:126.70653817139rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnvlRQsmtAsi78VyfU3f3E3Nzrk1JFv8 { width:10rem;height:0;top:126.39403817139rem;left:3.1871452331543rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #U20HFupsMlqUTIz95LNaZ6Uhg0rN01I8 { display:flex;width:1.0625rem;height:1.0625rem;top:126.64380166016rem;left:14.124645233154rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0tUnEXvMibSORMDKgLPdDvRsnSkdRk5 { width:16.312125rem;height:0;top:121.95607566834rem;left:3.6884466409683rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KManxrMmr9Z0l0s75TtEFPCTbFhbt9Rk { width:19.124625rem;height:5.52556875rem;top:97.9375rem;left:0.875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kumXTX4ww1B98fuwRI5PmS9wRCK6vP7Q { width:5rem;height:3.75rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kovzUdOMlZ9xC3TS1hxn60AvBT39GnrV { width:3.4375rem;height:3.14985625rem;top:93.375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGPZovZF1WwS9bcCIOkMZ4l6O7Q6Q7J { width:13.562375rem;height:2.549125rem;top:93.5rem;left:6.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nM5K91nH6NJK3vs5Actuzq7OERAXUgcN { display:block; }#nM5K91nH6NJK3vs5Actuzq7OERAXUgcN > .row .container { width:20rem;height:52.562149047852rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nueaorXEW4FheK0FIZcib9IMFyimzzDC { width:17.5rem;height:1.57493125rem;top:7.0484132766725rem;left:1.2499998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-text {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-select {padding-top: 0; padding-bottom: 0;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs  { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs {display:block;}#lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #vu3CZEw90QUT0xDtJgJEgvElu8ZKHCXo {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #X265LUODDTRk1o0u3Bfvc50pgpHeQAG0 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #VQWlBGcuiFkKPF9fdCN0JLa4nNVmB0RS {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #ZUOdkBVx2oMTTQQbpCSnv69yVeA0aBI8 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #zb3bLA6ekhDRiTqqcfATV32GwTa9LT2O {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #CPZKmdAkuoo2nHQe18KuZl1lTfPUcHX3 {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #iEpJVgBW68CCnDKUyIlzmZuJSluHJnNW {  }
 }@media only screen and (max-width: 763px) { #lnZ47JyRV7kyEFBcIVtd7VecO8gTlmDs #FHCRhgSkEgQCnw9Mg5yRVCbVZvd0HA6v {  }
 }@media only screen and (max-width: 763px) { #APn4uFGFaaVurSBsdDgu57t4DIukW83t { width:20rem;height:21.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKW8mdSD1bnIoySq75reFh2FFkmebQ7C { width:20rem;height:6.2996875rem;top:10.060368537903rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDI7SnW846NK5q3K0MUqapkFLaxQKK9E { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlX5fLmdvgxPOPmbToU9PPA6v8uH0Om { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WEx83CdiLTJ47nMw5eZA25oaCJQZ7K { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0I1O26pOZSgQP6hWmhwqFL1wPSxD63 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7KZAPV8WDWzZOk3Irc0WwmXgOovasxW { width:0.5rem;height:31.25rem;top:21.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Sm5ZTcP380X3MU2ILGFeKt8IgdBIyD { width:0.5rem;height:31.25rem;top:21.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnIHATgIDdEGNZOQ0BeFRhX9ri9iOS7 { width:0.5rem;height:31.25rem;top:21.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4lILp50Cz169l9ddXTFGXddFVZKzeRz { width:0.5rem;height:31.25rem;top:21.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh { display:block; }#qTlnGIINdFhXWyZWaE3hhtdvr6EhmGOh > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW9bAkqdKwgLwLRQBGRWtXzawmfSMQmX { width:20rem;height:30rem;top:11.04818125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsfJ51pDkcEBIe1XEtRoqJCIJ3Wg8Mw8 { width:17.5rem;height:5.7368625rem;top:14.875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaeykoWFXqGSsCxWoCMWFmnSq461f9LG { width:12.5rem;height:3.937025rem;top:21.375rem;left:4.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2kpSo79lCgTKsHhmBKphKzQvvTALq2o { width:17.5rem;height:2.9734875rem;top:26.8125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #settM8phQ2awgXmk1hPPVmw8QHb1UAdi { width:17.5rem;height:0.061553rem;top:31.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku3h6teVdA0fAcaTTQIqw9i9krKJ7wxA { width:10.625rem;height:3.75rem;top:34.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPkbNsbmBZgKK4sfpOgAxpa7L9Kf7DZm { display:block; }
 }@media only screen and (max-width: 763px) { #AIGQzgBQJPSpLItCMP5T215uhbrCNAn4 { width:1.3737rem;height:2.611275rem;top:21.9375rem;left:12.3125rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QROivhCBIUGSJpc0WBr89hgno5O3PQzN { width:20rem;height:5.59895625rem;top:6.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHAxVZXizgxK3A5sJQUtwHSdsNa6ZLQl { width:20rem;height:1.7004rem;top:3.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 { display:block; }#oTV6mhoe5XbwT4Aosd5UtpgEt3looQN8 > .row .container { width:20rem;height:65.687164306641rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIJ8gf5VyQQyB8zDmTuuHTbqd5GGu9Pp { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onUhJWDEfNqRcIz9TA1GNKTEe9QvqMhu { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeuew0T7hSeAwQcVR28rrfLvA6kEnKfm { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93ME6xnqB4IhcP74yv90bCG9NTdI1O1 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { width:20rem;height:30.125rem;top:0.67767333984375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ax3eZ3t2FhI0XccTZfdkdTHQyuaMVS4C { width:20rem;height:8.3125rem;top:30.801371574402rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { width:19.6875rem;height:0;top:12.311195373535rem;left:0.3125rem;font-size:1rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { width:16.25rem;height:2.79948125rem;top:2.6852512359619rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { width:17.5rem;height:3.5617875rem;top:18.562262535095rem;left:1.2499998807907rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ox5gi10bmTfnrA8ILoR4glCElixcTxQV { display:flex;width:2.125rem;height:2.125rem;top:16.124999284744rem;left:0.7498816251755rem; }
 }@media only screen and (max-width: 763px) { #teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { width:17.3125rem;height:7.1235625rem;top:8.3746447563169rem;left:1.1245265007019rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { display:flex;width:2.1247625rem;height:2.1247625rem;top:6.2498817443847rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #qgGKp1GiXK3zdP0oPq74Ci8ZdP4QbpLF { width:18.499625rem;height:5.34268125rem;top:24.687379837036rem;left:1.1872631311417rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { display:flex;width:2.1247625rem;height:2.1247625rem;top:22.624761581421rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #mX0mrZVC6snfBEiI7PLpoMTlgu9EFZQa { width:18.874875rem;height:5.34268125rem;top:33.25rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXEROBZTnT9ZavbvuvqqPKBW7HSWWvvL { display:flex;width:2.062025rem;height:2.062025rem;top:31.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #v3QFlaVsTFPt0sXZrqKyvKvWtVbP36Fk { display:flex;width:2.062025rem;height:2.062025rem;top:39.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #onLzbIu5hfSyc2xDfq881aRP4c342JxO { width:18.6245rem;height:5.34268125rem;top:41.6875rem;left:1.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNkRIph8hlu3sB02aNMFBy4R7yaRri4p { width:20rem;height:9.1875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLpo1n7ZaqbJ8FT4lOf5bhhM7IWWSvp { width:20rem;height:8.625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyvkoRd7fNcD5HndXDSPC8FB4xgDJzbH { width:20rem;height:9.375rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLlLJStTdRfbXOBrMLayO4Fa7h2uthhM { width:20rem;height:6.5rem;top:85.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuesvNAdVH13CCfTt7X7u54QaT5i1DwH { display:flex;width:2.062025rem;height:2.062025rem;top:48.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #FttFOtU971t588kIFGChQ9J7Wz87SEd1 { width:19.0625rem;height:5.34268125rem;top:50.5rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sb0fT0XOv7PbUWB0GoNdJQDggGZE5imh { width:20rem;height:6.875rem;top:97.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T38dPlnnFFMnlmBBM1i0mvFv3JhTuMm6 { display:flex;width:2.062025rem;height:2.062025rem;top:57.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #smedhcVsfIuROh6qJneDRP8qq8CcTuzp { width:18.937rem;height:5.34268125rem;top:59.4375rem;left:1.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGXeT68CTv1gEnC4AZz2nOUpOH8RttFh { width:20rem;height:57.687rem;top:0.61020374298096rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc { display:block; }#ziT58qFElTmDJyvZZqfzlSMS3FPJ71Sc > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHta8v48zMNRilH3y4moiHd8iGbP9ZN2 { width:20rem;height:1.7004rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQOlcaJXkKf2BhFMar3CPKC8PT6ilCE { width:20rem;height:5.59895625rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXC24zsnb1Kv1i5Ls03dx96ZidbFf3fB { width:13.249875rem;height:16.5625rem;top:12.248460769653rem;left:3.3747631311417rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxI2XkWXzgRd5Ax625z4PQ3Kby2SFft7 { width:20rem;height:28.9068125rem;top:35.874174118042rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9uHHNHEseRsVCJn6TsIFUhq4lUtcBc { width:20rem;height:1.7004rem;top:32.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6XOzNnDxKL3iunW6uZtO8y92qBfumAq { width:20rem;height:1.9122875rem;top:30.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DemPeeexzSL485o0A8WX1E4nctmBN5Jq { display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { width:20rem;height:9.4495625rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { width:20rem;height:3.824575rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #JJ7RnDFDDilICM9341Sn59myC9TwErkJ { width:12.74975rem;height:3.75rem;top:21.374286651611rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #l2U73h5aTCo4aGnQ2uHRFB0ibUTTcfhU { display:block; }
 }@media only screen and (max-width: 763px) { #AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOzaUbRReX4So6CNVnvo57tCtfkPD2aw { display:block; }#gOzaUbRReX4So6CNVnvo57tCtfkPD2aw > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9BKsfC0sGPmO71z3PaFg3hiTNnN9yCr { width:20rem;height:1.7004rem;top:1.8749809265137rem;left:0rem;font-size:1rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zh2dfaJH3oSGxP8qSKCCKNnELdTM269W { width:20rem;height:2.79948125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOG2Fu2qxNuXJvUkDNmpGvNKAqISm50 { width:20rem;height:3.40080625rem;top:8.0610790252688rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOTJp6Vp2QeXyulugFIPniobNbffgrNk { display:flex;width:1.5rem;height:1.5rem;top:13.5rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #U6dBrOBC7vxcPg7rtqRnsHPU6mL3pUbQ { width:11.1875rem;height:2.549125rem;top:15.625rem;left:2.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpDlbkRNrMu1MSKoUFrXTKnUDXW4kpbn { width:15.3125rem;height:1.9122875rem;top:13.3125rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qPwtHInKz2sDvsyiP0xi394JZwu9XTSD { width:11.125rem;height:2.549125rem;top:22.5625rem;left:2.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qClTWcPBWKoqG3t2ItFVkQu2Gu9iFX0G { display:flex;width:1.5rem;height:1.5rem;top:20.25rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #lscbnA2qrgB2ZfWok1TTOwLLU7thyKz9 { width:15.3125rem;height:1.9122875rem;top:20.0625rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzKbpqMsomXHORe9hDZqqnxvymdp57 { display:flex;width:1.5rem;height:1.5rem;top:27.1875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #NmK8Vpm1J2JvDEBVVaXimCR6EuTt5U9N { width:15.4375rem;height:5.09825rem;top:29.3125rem;left:2.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kxi37HT5JxcVf11v0uw057UU1ROMiUSG { width:15.3125rem;height:1.9122875rem;top:27rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umPUArkwIQK1ooKZ1UJOQHQfWNDH6Buv { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPP7akKcpD8ZzqD3Hg1p2qKyiTXtBOPm { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7KDs112CMu4rsDz1iOuuAqcCKRSn5Q { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIv5nlKN5kTJBK3cX19UdkF5Hsf7lucc { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1lcofRqUUENU0h01NGRo1XAeDTJzAxg { display:block; }#D1lcofRqUUENU0h01NGRo1XAeDTJzAxg > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knqhMu7LdbgkEskfyEpbT8gQT9Nm8UfT { width:20rem;height:3.40080625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c69zrCdZ1ko9H5S4wJw5B7UHvLDIITJv { width:5.25rem;height:1.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:18.5rem; }
#mqiN2f5B4BV2efDGMchHqt1wHi3uuIkR > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:16.375rem; }
#mhWTQnpcO3PqdpPCcTo9ArsUfkWJEVlo > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem; }
#LtmmqQ0zOJnzF9XSdUGrx5IUHADaqMk1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }