.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:253,248,233;--color-primary-1:247,233,183;--color-primary-2:239,211,110;--color-primary-3:120,106,55;--color-primary-4:36,32,17;--color-secondary-0:220,226,233;--color-secondary-1:138,157,181;--color-secondary-2:21,59,106;--color-secondary-3:11,30,53;--color-secondary-4:3,9,16;--color-tertiary-0:255,255,255;--color-tertiary-1:198,222,193;--color-tertiary-2:65,145,48;--color-tertiary-3:33,73,24;--color-tertiary-4:6,14,5;--headlines-font-family:"Raleway";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container { background-color: transparent; background-image: none; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container > .video-iframe-container { display: none; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row > .video-iframe-container { display: none; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .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); }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container { border-width: 0; border-radius: 0; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container { font-size:0.875rem;font-family:raleway;height:53.375rem;width:75rem;overflow:visible;position:relative;display:block; }#q0Nk3vFyr0DrJx2Q5bM3m1tslgNUPd5W { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.96);top:17.9677734375rem;left:1.625rem;height:8.25rem;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; }
#qHdxdDh4KNfu3cFB5lscVFq2r1vtdf6T { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:25.375rem;top:5.8623046875rem;left:49.3125rem;overflow:hidden;display:block; }
#fzITR06T9GrEX4et0utyqVtHu3o14qmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:28.828125rem;left:1.625rem;height:3.8496125rem;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; }
#dU0sdMFq4TPnXWTnw4a3gOs6HcIVVKuu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:53.25rem;top:31.625rem;left:21.75rem;overflow:hidden;display:block; }
#g6hxCJt5WP6UKgyFozzMom1LuODMJ0KX { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.96);top:5.8623046875rem;left:2.25rem;height:9.8994375rem;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; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-form-header {  }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-3),1);width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .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; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-container:first-of-type{padding-top:0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-container:last-of-type{padding-bottom:0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B  { background-color:rgba(var(--color-tertiary-0),0);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:15067;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:33.6875rem;left:0.375rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B {display:block;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B { background-color:rgba(var(--color-tertiary-0),0);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:15067;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:33.6875rem;left:0.375rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #ZtlsIkuKne7oDQUCDeeONQImMzy7ZfUg { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #iPQni3Lqlt05sQOcIl1TqGZZpAmNfgA5 { position:relative;display:none; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KpWNnIkOp4bMKUrhguTF9FZKvAMxRQn1 { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #JmW440Cqll2nRKfacIoNcUUatJDdq4cG { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #b1sgyEGtBRhN8XHNV5nM8DoloXRG2T2k { position:relative;display:none; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #D334hLmFHMA2dGBG0x5WAt8ST1ivhTUC { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nQt7KWV5r9pN7KaxM08VbRWtXXQO391h { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KU7VhGrduxHb6sOfKPvyI1F17T348p9V { position:relative;z-index:2; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #pcKpDwzHvA9ywcfGSrV7lTOmpTSDkh1B { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nHBbdhUlROKPTupK8fPDUOfdJtpAp5eb { position:relative; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #Sn00qRmohEVdlFQWVN1rIAohDvktvgRX { position:relative; }
#R15Pc2dNtdF8PIMs6Gip8iUmx18gWVhh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:46.7626953125rem;left:1.625rem;height:1.04980625rem;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; }
#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container { background-color: transparent; background-image: none; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container > .video-iframe-container { display: none; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row > .video-iframe-container { display: none; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .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); }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container { border-width: 0; border-radius: 0; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container { font-size:0.875rem;font-family:raleway;height:39.5625rem;width:75rem;position:relative;display:block; }#CWlRpPVbsJiu9HZcayWGWd4R8ItP4rdC { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tr6vg2he8VTSlHz7rXrmuDpiCqR2eTQd { 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:27.5rem;width:0.5rem;top:0rem;left:1rem;display:block; }
#KGohczTQTVwvbb59IXUAxztJvikb2ro1 { position:absolute;display:block;z-index:15030;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:3.375rem;display:block; }
#t5e8lyTmgLzurfViqT2VK1GT0sbdgTwX { position:absolute;display:block;z-index:15031;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:5.75rem;display:block; }
#et8Q1w0zZNVlx71TSpiXI9ExA9yCqLf1 { position:absolute;display:block;z-index:15032;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:8.125rem;display:block; }
#W9NH7TseQ6qlBi7MTXimuza6AZ3JTdrE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:21.9375rem;left:11.4375rem;height:12.375rem;font-style:normal;display:block; }
#cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.0625rem;left:11.25rem;height:10rem;font-style:normal;display:block; }#cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_111aab2faacb66710ac74cf2b77f60b18420e085.svg); }
#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container { background-color: transparent; background-image: none; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container > .video-iframe-container { display: none; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row > .video-iframe-container { display: none; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .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); }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container { border-width: 0; border-radius: 0; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#G8qubqKnTPzDttFtsPOnHFTJf42HJqMH { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:0.9375rem;display:block; }
#evQIkVfPXZEB5VT9ERavxCr6JbfBSpZP { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:3.3125rem;display:block; }
#Uh7CmEMrNOIeNc01NFhDXfRTFOAtzMmq { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:5.6875rem;display:block; }
#TZ9RAnZx1k2Tuqnm4cXoDItyUl9L58Aw { color:rgba(var(--color-secondary-3),1);display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.375rem;left:8.125rem;height:3.4121125rem;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; }
#MR8f34sNd9xB71LnlmTwpArIMWe6lt77 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-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:8.0625rem;display:block; }
#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container { background-color: transparent; background-image: none; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container > .video-iframe-container { display: none; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row > .video-iframe-container { display: none; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .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); }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container { border-width: 0; border-radius: 0; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#UhsIudzvlx2QB8xQIaHkJpNidgp9G2CQ { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5EQZeHOLkOl3vgyzySO53wFZD2FM9Gs { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.1875rem;left:7.1875rem; }
#ErDybJ2w33xTBuu9cggzqUoLXGSCDwOL { color:rgba(var(--color-secondary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHfUxig7FAbVIgo2rXGJAq8oGLE6S5fD { color:rgba(var(--color-secondary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5rem;left:20.3125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAGlARuWGhQchKPoXUDSKRC7FPFxPraJ { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.0625rem;left:21.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aA6qgk3lk58TygwQJOpGkIOuAFbwA1nC { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.1875rem;left:25.9375rem; }
#WK1ZlxWMTa1Pgw8MpKAWQW4zE4UxzBO0 { color:rgba(var(--color-secondary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.5rem;left:39.0625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9hlNtwONdWGxOzO2dNzl6FgDnmffddR { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0625rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9VC47SkGwHi2J6guIM6elagkKq3iNIm { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.1875rem;left:44.6875rem; }
#GD53FmNiM9To8OeB6mERFE9DOSZ9pfIL { color:rgba(var(--color-secondary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.5rem;left:57.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3vhDd0IFNKFKRShfyG2ownfwd8pdIO5 { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.0625rem;left:59.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQD7S1uEyHHnJS7zT9UhzVI9AAtVKLuL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.1875rem;left:63.5rem; }
#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container { background-color: transparent; background-image: none; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container > .video-iframe-container { display: none; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row > .video-iframe-container { display: none; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .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); }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container { border-width: 0; border-radius: 0; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#zwgIfeRmXFWf33IAzFDpwdISXF1tiU6q { color:rgba(var(--color-secondary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:39rem;height:3.4121125rem;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; }
#m0sviKLHsQkUWShzVrpGptbgzWAWxPyJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.6875rem;left:34.8125rem; }
#lpB8S3qyACpZdtAG4W8lep73NEX3ed9p { color:rgba(var(--color-secondary-3),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.75rem;left:34.8125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lzwn7hMFRkWDdb6DfX6IQLzBsLTEyKMi { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11rem;left:34.8125rem;height:5.84765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkD4yeOukvtNr6IictfrsMtfsSwsaoKi { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:2.6875rem;left:3.875rem;overflow:hidden;display:block; }
#edfQv7S46w8DBG6p71zt6ezMVJQkm9ZX { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-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:27.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.6396484375rem;left:1.15625rem;display:block; }
#Uix3SMqZUuHynf1hKPgytZ0nPIT5ElgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR55qykLdx8APSdon6x1uyXhzVAi6uy3 { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:36.625rem;height:5.01074375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JR55qykLdx8APSdon6x1uyXhzVAi6uy3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JR55qykLdx8APSdon6x1uyXhzVAi6uy3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#x8dlds5fVOQIOlORDInbyk7pBZ5glhTe { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.625rem;left:34.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9Hbf3uQ2C9W5tIBRIVaeetSRmi80Hye { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.875rem;left:34.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container { background-color: transparent; background-image: none; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container > .video-iframe-container { display: none; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row > .video-iframe-container { display: none; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .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); }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container { border-width: 0; border-radius: 0; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container { font-size:0.875rem;font-family:raleway;height:36.375rem;width:75rem;position:relative;display:block; }#VTSTGFit2AQ6ovTp8dRog3BxZUpct84O { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZ1GTLXowlUSZTlmFaVO6CJEuzi3Bopt { 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:27.5rem;width:0.5rem;top:0rem;left:1rem;display:block; }
#koHM2PfoppfrL6cLtMXMRIngvXP2nMvw { position:absolute;display:block;z-index:15030;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:3.375rem;display:block; }
#ZMNyfUV7iSPsCknQ66iH3rM1MfQi88s4 { position:absolute;display:block;z-index:15031;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:5.75rem;display:block; }
#WhTG5gi1tAETU20UBsIZJ0DBhHUZRmQn { position:absolute;display:block;z-index:15032;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:8.125rem;display:block; }
#N98iUk1EQaqPHwSS4dUuBbSluFHLqcT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:9.375rem;left:11.25rem;height:20.625rem;font-style:normal;display:block; }
#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container { background-color: transparent; background-image: none; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container > .video-iframe-container { display: none; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row > .video-iframe-container { display: none; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .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); }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container { border-width: 0; border-radius: 0; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container { font-size:0.875rem;font-family:raleway;height:27.3125rem;width:75rem;position:relative;display:block; }#uGORJuPJVq79V8dZFKQfT8BrBG1J0MiG { color:rgba(var(--color-secondary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:6.25rem;left:6.625rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXwRLTMBdNnwGspTT4APg2moNpF0rndZ { color:rgba(var(--color-secondary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:9.25rem;left:41.375rem;height:10.4980625rem;font-style:normal;display:block; }#XXwRLTMBdNnwGspTT4APg2moNpF0rndZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XXwRLTMBdNnwGspTT4APg2moNpF0rndZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#u8IcVzpzir3P9q7RwbPVqRgmISnKPO2P { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:17.5rem;width:30.8125rem;top:4.3125rem;left:4.75rem;display:block; }
#GWuWpU7kTtO7TALfIuJaJTySHsqu8IZQ { color:rgba(var(--color-secondary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:6.25rem;left:41.375rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sP2eqK00HFqawMVvHR39wTwyh0ic3bVT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),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:17.5rem;width:30.8125rem;top:4.3125rem;left:39.5rem;display:block; }
#GysOrDm46TCe7AH6V17lzoWyJMHizktF { color:rgba(var(--color-secondary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:10.125rem;left:6.625rem;height:8.5859375rem;font-style:normal;display:block; }#GysOrDm46TCe7AH6V17lzoWyJMHizktF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GysOrDm46TCe7AH6V17lzoWyJMHizktF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95421e209869df2c16a4fc3bcbaf67f0.svg); }
#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { background-color: transparent; background-image: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container > .video-iframe-container { display: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container { display: none; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .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); }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { border-width: 0; border-radius: 0; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { font-size:0.875rem;font-family:raleway;height:45.6875rem;width:75rem;position:relative;display:block; }#c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.5625rem;top:5.3125rem;left:43.96875rem;overflow:hidden;display:block; }
#EfpBlkfLghI0H2UIhvlU9k03melfQsiz { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.1875rem;left:0rem;height:16.875rem;font-style:normal;display:block; }
#HtEORGpu1pygpZ0ysex594LwVFyT5vxH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:53.25rem;top:13.375rem;left:21.75rem;overflow:hidden;display:block; }
#Umt1RmnuequTU3wcoW4AWMH1ykhQ0kkc { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-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:26.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:42.8125rem;display:block; }
#hlyFuFVi66qpE71RDnBF8PakTLJ0dLbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVuD5qgatBvJHgagUk6cPuWgLoehdzch { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:6.82325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNg3N1H3N2u3Fa4Vd0UD1VfP5i1pyDNT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:39.5625rem;left:38.625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container { background-color: transparent; background-image: none; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container > .video-iframe-container { display: none; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row > .video-iframe-container { display: none; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .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); }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container { border-width: 0; border-radius: 0; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container { font-size:0.875rem;font-family:raleway;height:27.625rem;width:75rem;position:relative;display:block; }#c61sH8CiEupbS1FE16lLg1p2y2VAdChS { color:rgba(var(--color-secondary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTMfbG4sFQdEh05FkdmFSKOMVDFmTnat { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:1rem;display:block; }
#csAX6XKu22a4AnUdnSgnkgqdRW9hM0Ed { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),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:3.375rem;display:block; }
#MyZoXRZq3O5i1bnGKbZabsS4D2aKDmch { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:5.75rem;display:block; }
#bDfaoTt6JmCwrTLpfylqgwyvoVpvckgo { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),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:8.125rem;display:block; }
#iHdOCkwbvm7HnOqXSPmTfAWM4oThnXiS { color:rgba(var(--color-secondary-3),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:9.375rem;left:11.25rem;height:12.375rem;font-style:normal;display:block; }
#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { 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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:56.25rem;display:block; }
#sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { 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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:65.625rem;display:block; }
#rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;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.48730625rem;text-align:left;text-align-last:left;display:block; }
#XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { 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.25rem;width:9rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS { 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:15031;opacity:1;top:2.6875rem;left:44.9375rem; }
#QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#qauIl5dELZxf2nXPVtFaJluwnABXX38a { 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:2.6875rem;left:48.25rem; }
#qauIl5dELZxf2nXPVtFaJluwnABXX38a > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG { 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:15030;opacity:1;top:2.6875rem;left:41.5625rem; }
#Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV { display:none; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q0Nk3vFyr0DrJx2Q5bM3m1tslgNUPd5W { top:17.9375rem;left:0rem;width:43.375rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdxdDh4KNfu3cFB5lscVFq2r1vtdf6T { width:25.375rem;height:36.1875rem;top:5.8125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzITR06T9GrEX4et0utyqVtHu3o14qmJ { top:28.8125rem;left:0rem;width:45.8125rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0sdMFq4TPnXWTnw4a3gOs6HcIVVKuu { width:47.75rem;height:19.503521126761rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6hxCJt5WP6UKgyFozzMom1LuODMJ0KX { top:5.8125rem;left:0rem;width:43.125rem;height:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B  { width:25rem;height:auto;top:33.6875rem;left:0rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B {display:block;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B { width:25rem;height:auto;top:33.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #ZtlsIkuKne7oDQUCDeeONQImMzy7ZfUg {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #iPQni3Lqlt05sQOcIl1TqGZZpAmNfgA5 {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KpWNnIkOp4bMKUrhguTF9FZKvAMxRQn1 {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #JmW440Cqll2nRKfacIoNcUUatJDdq4cG {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #b1sgyEGtBRhN8XHNV5nM8DoloXRG2T2k {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #D334hLmFHMA2dGBG0x5WAt8ST1ivhTUC {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nQt7KWV5r9pN7KaxM08VbRWtXXQO391h {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KU7VhGrduxHb6sOfKPvyI1F17T348p9V {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #pcKpDwzHvA9ywcfGSrV7lTOmpTSDkh1B {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nHBbdhUlROKPTupK8fPDUOfdJtpAp5eb {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #Sn00qRmohEVdlFQWVN1rIAohDvktvgRX {  }
 }@media only screen and (max-width: 763px) { #R15Pc2dNtdF8PIMs6Gip8iUmx18gWVhh { top:46.75rem;left:0rem;width:26.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS { display:block; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWlRpPVbsJiu9HZcayWGWd4R8ItP4rdC { top:4.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6vg2he8VTSlHz7rXrmuDpiCqR2eTQd { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGohczTQTVwvbb59IXUAxztJvikb2ro1 { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5e8lyTmgLzurfViqT2VK1GT0sbdgTwX { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #et8Q1w0zZNVlx71TSpiXI9ExA9yCqLf1 { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9NH7TseQ6qlBi7MTXimuza6AZ3JTdrE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN { top:9.0625rem;left:0rem;width:45.8125rem;height:10rem;font-size:1.25rem;display:block; }#cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_111aab2faacb66710ac74cf2b77f60b18420e085.svg); }
 }@media only screen and (max-width: 763px) { #TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV { display:block; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8qubqKnTPzDttFtsPOnHFTJf42HJqMH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #evQIkVfPXZEB5VT9ERavxCr6JbfBSpZP { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh7CmEMrNOIeNc01NFhDXfRTFOAtzMmq { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ9RAnZx1k2Tuqnm4cXoDItyUl9L58Aw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR8f34sNd9xB71LnlmTwpArIMWe6lt77 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ { display:block; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhsIudzvlx2QB8xQIaHkJpNidgp9G2CQ { top:8.0625rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EQZeHOLkOl3vgyzySO53wFZD2FM9Gs { width:4.375rem;height:4.375rem;top:2.1875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErDybJ2w33xTBuu9cggzqUoLXGSCDwOL { top:13.5rem;left:0rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHfUxig7FAbVIgo2rXGJAq8oGLE6S5fD { top:13.5rem;left:8.25rem;width:15.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAGlARuWGhQchKPoXUDSKRC7FPFxPraJ { top:8.0625rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA6qgk3lk58TygwQJOpGkIOuAFbwA1nC { width:4.375rem;height:4.375rem;top:2.1875rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1ZlxWMTa1Pgw8MpKAWQW4zE4UxzBO0 { top:13.5rem;left:20.1875rem;width:15.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hlNtwONdWGxOzO2dNzl6FgDnmffddR { top:8.0625rem;left:23.3125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9VC47SkGwHi2J6guIM6elagkKq3iNIm { width:4.375rem;height:4.375rem;top:2.1875rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD53FmNiM9To8OeB6mERFE9DOSZ9pfIL { top:13.5rem;left:32.125rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3vhDd0IFNKFKRShfyG2ownfwd8pdIO5 { top:8.0625rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQD7S1uEyHHnJS7zT9UhzVI9AAtVKLuL { width:4.375rem;height:4.375rem;top:2.1875rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov { display:block; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwgIfeRmXFWf33IAzFDpwdISXF1tiU6q { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0sviKLHsQkUWShzVrpGptbgzWAWxPyJ { width:3.125rem;height:3.125rem;top:2.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpB8S3qyACpZdtAG4W8lep73NEX3ed9p { top:7.75rem;left:17.1875rem;width:30.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzwn7hMFRkWDdb6DfX6IQLzBsLTEyKMi { top:11rem;left:11.5625rem;width:36.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkD4yeOukvtNr6IictfrsMtfsSwsaoKi { width:22.0625rem;height:22.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edfQv7S46w8DBG6p71zt6ezMVJQkm9ZX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uix3SMqZUuHynf1hKPgytZ0nPIT5ElgC { display:block; }
 }@media only screen and (max-width: 763px) { #JR55qykLdx8APSdon6x1uyXhzVAi6uy3 { top:17.0625rem;left:11.5625rem;width:36.1875rem;height:5rem;font-size:1.125rem;display:block; }#JR55qykLdx8APSdon6x1uyXhzVAi6uy3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #x8dlds5fVOQIOlORDInbyk7pBZ5glhTe { top:24.625rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9Hbf3uQ2C9W5tIBRIVaeetSRmi80Hye { top:28.875rem;left:11.5625rem;width:36.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG { display:block; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTSTGFit2AQ6ovTp8dRog3BxZUpct84O { top:4.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ1GTLXowlUSZTlmFaVO6CJEuzi3Bopt { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #koHM2PfoppfrL6cLtMXMRIngvXP2nMvw { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMNyfUV7iSPsCknQ66iH3rM1MfQi88s4 { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhTG5gi1tAETU20UBsIZJ0DBhHUZRmQn { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N98iUk1EQaqPHwSS4dUuBbSluFHLqcT2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk { display:block; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGORJuPJVq79V8dZFKQfT8BrBG1J0MiG { top:6.25rem;left:0rem;width:25rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXwRLTMBdNnwGspTT4APg2moNpF0rndZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#XXwRLTMBdNnwGspTT4APg2moNpF0rndZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #u8IcVzpzir3P9q7RwbPVqRgmISnKPO2P { width:30.8125rem;height:17.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuWpU7kTtO7TALfIuJaJTySHsqu8IZQ { top:6.25rem;left:19.5rem;width:28.25rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2eqK00HFqawMVvHR39wTwyh0ic3bVT { width:30.8125rem;height:17.5rem;top:4.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GysOrDm46TCe7AH6V17lzoWyJMHizktF { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#GysOrDm46TCe7AH6V17lzoWyJMHizktF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95421e209869df2c16a4fc3bcbaf67f0.svg); }
 }@media only screen and (max-width: 763px) { #pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { display:block; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { top:5.3125rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpBlkfLghI0H2UIhvlU9k03melfQsiz { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtEORGpu1pygpZ0ysex594LwVFyT5vxH { width:47.75rem;height:19.503521126761rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Umt1RmnuequTU3wcoW4AWMH1ykhQ0kkc { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyFuFVi66qpE71RDnBF8PakTLJ0dLbS { display:block; }
 }@media only screen and (max-width: 763px) { #GVuD5qgatBvJHgagUk6cPuWgLoehdzch { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNg3N1H3N2u3Fa4Vd0UD1VfP5i1pyDNT { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 { display:block; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c61sH8CiEupbS1FE16lLg1p2y2VAdChS { top:4.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTMfbG4sFQdEh05FkdmFSKOMVDFmTnat { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #csAX6XKu22a4AnUdnSgnkgqdRW9hM0Ed { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyZoXRZq3O5i1bnGKbZabsS4D2aKDmch { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDfaoTt6JmCwrTLpfylqgwyvoVpvckgo { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHdOCkwbvm7HnOqXSPmTfAWM4oThnXiS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { 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) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:9rem;height:1.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS { width:2.125rem;height:2.125rem;top:2.6875rem;left:31.3125rem;display:block; }
#QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #qauIl5dELZxf2nXPVtFaJluwnABXX38a { width:2.125rem;height:2.125rem;top:2.6875rem;left:34.625rem;display:block; }
#qauIl5dELZxf2nXPVtFaJluwnABXX38a > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG { width:2.125rem;height:2.125rem;top:2.6875rem;left:27.9375rem;display:block; }
#Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV { display:block; }#SvG6HDJ0ObIUoMkDsPnL5DPlNztOHSzV > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0Nk3vFyr0DrJx2Q5bM3m1tslgNUPd5W { width:20rem;height:8.25rem;top:11.12109375rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHdxdDh4KNfu3cFB5lscVFq2r1vtdf6T { width:19.5rem;height:27.875rem;top:41.693359375rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzITR06T9GrEX4et0utyqVtHu3o14qmJ { width:20rem;height:2.923825rem;top:21.2314453125rem;left:0rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dU0sdMFq4TPnXWTnw4a3gOs6HcIVVKuu { width:20rem;height:8.169014084507rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6hxCJt5WP6UKgyFozzMom1LuODMJ0KX { width:20rem;height:6.597625rem;top:2.97265625rem;left:0rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-text {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-select {padding-top: 0; padding-bottom: 0;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B  { width:17.5rem;height:auto;top:24.904296875rem;left:0rem; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B {display:block;}#mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B { width:17.5rem;height:auto;top:24.904296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #ZtlsIkuKne7oDQUCDeeONQImMzy7ZfUg {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #iPQni3Lqlt05sQOcIl1TqGZZpAmNfgA5 {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KpWNnIkOp4bMKUrhguTF9FZKvAMxRQn1 {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #JmW440Cqll2nRKfacIoNcUUatJDdq4cG {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #b1sgyEGtBRhN8XHNV5nM8DoloXRG2T2k {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #D334hLmFHMA2dGBG0x5WAt8ST1ivhTUC {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nQt7KWV5r9pN7KaxM08VbRWtXXQO391h {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #KU7VhGrduxHb6sOfKPvyI1F17T348p9V {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #pcKpDwzHvA9ywcfGSrV7lTOmpTSDkh1B {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #nHBbdhUlROKPTupK8fPDUOfdJtpAp5eb {  }
 }@media only screen and (max-width: 763px) { #mRq1dHnJeG89Ln0D0NmUaXRBTebFMQ3B #Sn00qRmohEVdlFQWVN1rIAohDvktvgRX {  }
 }@media only screen and (max-width: 763px) { #R15Pc2dNtdF8PIMs6Gip8iUmx18gWVhh { width:20rem;height:1.94921875rem;top:38.380859375rem;left:0rem;font-size:0.75rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS { display:block; }#yM5itWT8ZcaiQT8V4CaZlEaIOk8FqiIS > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWlRpPVbsJiu9HZcayWGWd4R8ItP4rdC { width:20rem;height:3.5996125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6vg2he8VTSlHz7rXrmuDpiCqR2eTQd { width:0.5rem;height:27.5rem;top:35rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGohczTQTVwvbb59IXUAxztJvikb2ro1 { width:0.5rem;height:27.5rem;top:63.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5e8lyTmgLzurfViqT2VK1GT0sbdgTwX { width:0.5rem;height:27.5rem;top:92.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #et8Q1w0zZNVlx71TSpiXI9ExA9yCqLf1 { width:0.5rem;height:27.5rem;top:121.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9NH7TseQ6qlBi7MTXimuza6AZ3JTdrE { width:19.9375rem;height:11.375rem;top:22.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN { width:20rem;height:14.40725rem;top:6.2216796875rem;left:0rem;font-size:1.125rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.3;display:block; }#cKUzq9FLCGTi7x3Hwo5Hxh2TBK08zPrN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_111aab2faacb66710ac74cf2b77f60b18420e085.svg); }
 }@media only screen and (max-width: 763px) { #TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV { display:block; }#TXUAATDwK5THNKsLtPbJRK2Ql11C6oVV > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8qubqKnTPzDttFtsPOnHFTJf42HJqMH { width:0.5rem;height:11.25rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #evQIkVfPXZEB5VT9ERavxCr6JbfBSpZP { width:0.5rem;height:11.25rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh7CmEMrNOIeNc01NFhDXfRTFOAtzMmq { width:0.5rem;height:11.25rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ9RAnZx1k2Tuqnm4cXoDItyUl9L58Aw { width:20rem;height:1.94921875rem;top:2.400390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MR8f34sNd9xB71LnlmTwpArIMWe6lt77 { width:0.5rem;height:11.25rem;top:0rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ { display:block; }#ztJcy72TkJvdbEzpVm3qLo4XldeTwBwZ > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhsIudzvlx2QB8xQIaHkJpNidgp9G2CQ { width:12.5rem;height:2.5996125rem;top:6.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5EQZeHOLkOl3vgyzySO53wFZD2FM9Gs { display:flex;width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ErDybJ2w33xTBuu9cggzqUoLXGSCDwOL { width:15.625rem;height:3.8994125rem;top:10.7246125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHfUxig7FAbVIgo2rXGJAq8oGLE6S5fD { width:15.625rem;height:5.19921875rem;top:25.3476625rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAGlARuWGhQchKPoXUDSKRC7FPFxPraJ { width:12.5rem;height:1.29980625rem;top:21.49805rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aA6qgk3lk58TygwQJOpGkIOuAFbwA1nC { display:flex;width:4.375rem;height:4.375rem;top:15.87305rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #WK1ZlxWMTa1Pgw8MpKAWQW4zE4UxzBO0 { width:15.625rem;height:5.19921875rem;top:41.27149375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9hlNtwONdWGxOzO2dNzl6FgDnmffddR { width:12.5rem;height:2.5996125rem;top:37.42188125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9VC47SkGwHi2J6guIM6elagkKq3iNIm { display:flex;width:4.375rem;height:4.375rem;top:31.79688125rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #GD53FmNiM9To8OeB6mERFE9DOSZ9pfIL { width:15.625rem;height:2.5996125rem;top:56.5625rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3vhDd0IFNKFKRShfyG2ownfwd8pdIO5 { width:12.5rem;height:2.5996125rem;top:54rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQD7S1uEyHHnJS7zT9UhzVI9AAtVKLuL { display:flex;width:4.375rem;height:4.375rem;top:48.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov { display:block; }#Xr8HrhCIqHr09vpxvW3SoK5STUxKAUov > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwgIfeRmXFWf33IAzFDpwdISXF1tiU6q { width:20rem;height:1.94921875rem;top:5.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0sviKLHsQkUWShzVrpGptbgzWAWxPyJ { display:flex;width:3.125rem;height:3.125rem;top:0.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lpB8S3qyACpZdtAG4W8lep73NEX3ed9p { width:20rem;height:3.8984375rem;top:8.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lzwn7hMFRkWDdb6DfX6IQLzBsLTEyKMi { width:20rem;height:8.77148125rem;top:12.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkD4yeOukvtNr6IictfrsMtfsSwsaoKi { width:18.75rem;height:18.75rem;top:36.74609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edfQv7S46w8DBG6p71zt6ezMVJQkm9ZX { width:20rem;height:3.125rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uix3SMqZUuHynf1hKPgytZ0nPIT5ElgC { display:block; }
 }@media only screen and (max-width: 763px) { #JR55qykLdx8APSdon6x1uyXhzVAi6uy3 { width:20rem;height:5.01074375rem;top:21.89453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#JR55qykLdx8APSdon6x1uyXhzVAi6uy3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #x8dlds5fVOQIOlORDInbyk7pBZ5glhTe { width:20rem;height:2.923825rem;top:28.537109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9Hbf3uQ2C9W5tIBRIVaeetSRmi80Hye { width:20rem;height:2.923825rem;top:56.74609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG { display:block; }#V2pTB7DIVzRC5iFOdOgbtHbiIlGZd2MG > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTSTGFit2AQ6ovTp8dRog3BxZUpct84O { width:19.5rem;height:1.79980625rem;top:3.19921875rem;left:0.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZ1GTLXowlUSZTlmFaVO6CJEuzi3Bopt { width:0.5rem;height:27.5rem;top:35rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #koHM2PfoppfrL6cLtMXMRIngvXP2nMvw { width:0.5rem;height:27.5rem;top:63.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMNyfUV7iSPsCknQ66iH3rM1MfQi88s4 { width:0.5rem;height:27.5rem;top:92.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhTG5gi1tAETU20UBsIZJ0DBhHUZRmQn { width:0.5rem;height:27.5rem;top:121.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N98iUk1EQaqPHwSS4dUuBbSluFHLqcT2 { width:18.3125rem;height:17.54295rem;top:6.4375rem;left:0.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk { display:block; }#ybsAROeuPJ42LiOsb4n6vX4VPTXsEAzk > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGORJuPJVq79V8dZFKQfT8BrBG1J0MiG { width:20rem;height:1.9121125rem;top:2.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXwRLTMBdNnwGspTT4APg2moNpF0rndZ { width:17.5rem;height:11.3359375rem;top:23.6728515625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;display:block; }#XXwRLTMBdNnwGspTT4APg2moNpF0rndZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #u8IcVzpzir3P9q7RwbPVqRgmISnKPO2P { width:20rem;height:14.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuWpU7kTtO7TALfIuJaJTySHsqu8IZQ { width:16.8125rem;height:1.9121125rem;top:21.125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sP2eqK00HFqawMVvHR39wTwyh0ic3bVT { width:20rem;height:17.3125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GysOrDm46TCe7AH6V17lzoWyJMHizktF { width:17.5rem;height:8.7363125rem;top:5.5693359375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;display:block; }#GysOrDm46TCe7AH6V17lzoWyJMHizktF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95421e209869df2c16a4fc3bcbaf67f0.svg); }
 }@media only screen and (max-width: 763px) { #pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh { display:block; }#pMN0Cn6BLRGrLqZsUzJW7WIzLzKJfomh > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9SExtd1PtytQw2QuZNHd2wpsPHTPxOq { width:20rem;height:3.57421875rem;top:1.787109375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #liOGVTRLdO16S5ql4FiRWQ1g3FLfUZZD { width:15.75rem;height:15.75rem;top:30.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpBlkfLghI0H2UIhvlU9k03melfQsiz { width:20rem;height:16.89746875rem;top:12.5498046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HtEORGpu1pygpZ0ysex594LwVFyT5vxH { width:20rem;height:8.169014084507rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Umt1RmnuequTU3wcoW4AWMH1ykhQ0kkc { width:20rem;height:2.5rem;top:48.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyFuFVi66qpE71RDnBF8PakTLJ0dLbS { display:block; }
 }@media only screen and (max-width: 763px) { #GVuD5qgatBvJHgagUk6cPuWgLoehdzch { width:20rem;height:4.048825rem;top:7.0498046875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RNg3N1H3N2u3Fa4Vd0UD1VfP5i1pyDNT { width:20rem;height:2.5996125rem;top:51.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 { display:block; }#xXWzTb76Fq2Uu3w6LCOCo7iuJd89hGC4 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c61sH8CiEupbS1FE16lLg1p2y2VAdChS { width:20rem;height:1.79980625rem;top:3.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTMfbG4sFQdEh05FkdmFSKOMVDFmTnat { width:0.5rem;height:27.5rem;top:35rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #csAX6XKu22a4AnUdnSgnkgqdRW9hM0Ed { width:0.5rem;height:27.5rem;top:63.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyZoXRZq3O5i1bnGKbZabsS4D2aKDmch { width:0.5rem;height:27.5rem;top:92.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDfaoTt6JmCwrTLpfylqgwyvoVpvckgo { width:0.5rem;height:27.5rem;top:121.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHdOCkwbvm7HnOqXSPmTfAWM4oThnXiS { width:18.3125rem;height:13.15721875rem;top:5.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:9.375rem;height:2.75rem;top:8.4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:9.375rem;height:2.75rem;top:11.1494140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { width:20rem;height:3.3984375rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:9rem;height:1.25rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS { display:flex;width:2.125rem;height:2.125rem;top:14.9375rem;left:8.9375rem; }
#QrCVsq9dWbvOHUJnVvxnfr9uhdiwhdvS > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #qauIl5dELZxf2nXPVtFaJluwnABXX38a { display:flex;width:2.125rem;height:2.125rem;top:14.9375rem;left:12.625rem; }
#qauIl5dELZxf2nXPVtFaJluwnABXX38a > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG { display:flex;width:2.125rem;height:2.125rem;top:14.9375rem;left:5.3125rem; }
#Vh1wyh2p4REttNexQP2NyDu9yNPEz1LG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }