.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:238,221,221;--color-primary-1:199,143,142;--color-primary-2:142,30,28;--color-primary-3:71,15,14;--color-primary-4:21,5,4;--color-secondary-0:240,230,225;--color-secondary-1:209,181,166;--color-secondary-2:178,132,106;--color-secondary-3:191,144,0;--color-secondary-4:36,26,21;--color-tertiary-0:217,225,229;--color-tertiary-1:129,157,167;--color-tertiary-2:2,58,79;--color-tertiary-3:1,29,40;--color-tertiary-4:0,9,12;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { background-color: transparent; background-image: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { display: none; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .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); }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { border-width: 0; border-radius: 0; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2939453125rem;left:0rem;height:12.349625rem;font-style:normal;display:block; }
#bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.47509765625rem;left:0rem;height:10.56155rem;font-style:normal;display:block; }
#xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:2.3125rem;left:31.375rem;display:block; }
#HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:27.0625rem;width:27.0625rem;top:1.8125rem;left:31.875rem;display:block; }
#zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25.8125rem;width:25.8125rem;top:2.625rem;left:35.5625rem;display:block; }
#zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.3125rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:10.3125rem;border-bottom-right-radius:10.3125rem;box-shadow: none;height:24.4375rem;width:23.5625rem;top:4.5rem;left:33.625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.75);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { background-color: transparent; background-image: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { display: none; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .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); }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { border-width: 0; border-radius: 0; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { background-color:#8e1e1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #8e1e1c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.75rem;height:6.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:5.625rem;display:block; }
#nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:rgba(var(--color-secondary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:19.0625rem;height:5.3623rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #8e1e1c, rgba(var(--color-primary-2),0.8));background-image: -moz-linear-gradient(62deg, #8e1e1c, rgba(var(--color-primary-2),0.8));background-image: -ms-linear-gradient(62deg, #8e1e1c, rgba(var(--color-primary-2),0.8));background-image: -o-linear-gradient(62deg, #8e1e1c, rgba(var(--color-primary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1e1c', endColorstr='rgba(var(--color-primary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1e1c', endColorstr='rgba(var(--color-primary-2),0.8)' );";background-image: linear-gradient(62deg, #8e1e1c, rgba(var(--color-primary-2),0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.84375rem;left:17.1875rem;display:block; }
#OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:#505050;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75634765625rem;left:25.375rem;height:14.62401875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:23.0625rem;top:2.1875rem;left:2.375rem;overflow:hidden;display:block; }
#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { background-color: transparent; background-image: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .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); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { border-width: 0; border-radius: 0; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -moz-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -ms-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-image: -o-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.8)' );";background-image: linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.8));background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:24.25rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMnasEFSAkya5NnwrUwuENMTThAPXr7S { box-sizing:content-box;height:20.0625rem;width:20.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:37.125rem;height:3.0869125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.4375rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.8125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.875rem;left:33.6875rem; }
#ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:24.9375rem;left:36.875rem;height:4.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.125rem;left:33.6875rem; }
#PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:21rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.3125rem;left:33.6875rem; }
#LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.125rem;left:33.6875rem; }
#bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:30.8125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { box-sizing:content-box;height:17.4375rem;width:28.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:22.75rem;left:2.4375rem;display:block; }
#EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:28.1875rem;left:3.875rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.8525390625rem;left:3.34375rem;height:15.43459375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b1GfeA3EnskRk9baBynWFALNU5uJhnwG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6250rem;border-top-right-radius:6250rem;border-bottom-left-radius:6250rem;border-bottom-right-radius:6250rem;box-shadow: none;height:16.1875rem;width:21.1875rem;top:4.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.0625rem;left:33.6875rem; }
#RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:8.5625rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4375rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:33.6875rem; }
#aeOeouWgxK98ePXph7KikgqFbfTFTLJR { 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; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container { background-color: transparent; background-image: none; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container > .video-iframe-container { display: none; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row > .video-iframe-container { display: none; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .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); }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container { border-width: 0; border-radius: 0; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#u8JpkHck0sTGKRZahbyUsg2ELZctyq7U { color:rgba(var(--color-primary-2),1);display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:3.71875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:8.125rem;left:4.09375rem;height:12.0923125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b805fd12593083e92baba74913db6dba.svg); }
#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container { background-color: transparent; background-image: none; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container > .video-iframe-container { display: none; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row > .video-iframe-container { display: none; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .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); }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container { border-width: 0; border-radius: 0; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#uDznq48KVmtJ7Sht56FkAZ6KMuZG7XRk { box-sizing:content-box;height:29.125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:6rem;left:0rem;display:block; }
#gW7mIfcCsI5M3yrBdfdCt3OTvvEOq5CI { color:#eef1f3;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.6748046875rem;left:2.1875rem;height:7.42383125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Uw0gWhJAMi7X8RUp4THqiLp1c7NxUsqf { box-sizing:content-box;height:29.25rem;width:59.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.6591796875rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#OgVOZzt6v3bSWoBooPybKAQfTmAJcXfG { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:25.125rem;display:block; }
#L84133BklwBASqq8r6MhimZOOuLpluhh { box-sizing:content-box;height:6.1875rem;width:26rem;position:absolute;display:block;z-index:15019;background-color:#e7e3df;background-image:none;top:4.0966796875rem;left:29.5625rem;display:block; }
#elkzob3bELglCArHgR5gALOGPkKMT87V { color:#8e1e1c;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.07470703125rem;left:29.8125rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsqaoIIpIbXasLZ4F5XfEBMNxBCyPF7G { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:23.3125rem;width:23.3125rem;top:7.875rem;left:-3.875rem;display:block; }
#NzT4Ocyc3wetFade4hy160a5IUDWO6kE { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:20.6875rem;width:20.6875rem;top:8.125rem;left:-5.0625rem;display:block; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-form-header {  }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:20.5625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:3.8125rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:4.375rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#f2f9ff;width:20.5625rem;height:3.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX [class*="-text"]:-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX [class*="-text"]::-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX [class*="-text"]:-ms-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX [class*="-text"]::-webkit-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .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:"source sans pro";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.6);vertical-align:top;width:19.5rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .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; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-container:first-of-type{padding-top:0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-container:last-of-type{padding-bottom:0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5498046875rem;left:31.03125rem; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5625rem;display:block;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX {display:block;}#u9H05teoUJfefsfPskTaHZpu29NvCodX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5498046875rem;left:31.03125rem; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #R7sT05zyFuviRnLyvpnk1g0cv4z5Rrvm { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #uO12V5ve5IIHT7EiShpfkqyiTVRBTk7X { position:relative;display:none; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #QDN3tEPVIA8KETvnhswv1lT8O0qHTCUW { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #B4efS8haihhTigV8cRK84spPTHFzIxyq { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #UTNrOnWfvWEwxTV11EFxxTwt9IRlJiEk { position:relative;display:none; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #HUPTyV31aTR9H7Xu1DTd3BEkGIRDFcu7 { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #aR6ys3GV5O7AC2DBbTLiwacHooMCRzvu { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #hIM9TOs6WJDEgXRx3OouBuO75vn1stOO { position:relative;z-index:2; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #q0qQKSpG5tJDkNlWlS4Jgr5PSJFMDrBT { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #yDhVUragkTlGKLyl0ni9Xk3LvVJKvFTU { position:relative; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX #iTITzTbx72XSW8QmXTBsIZaIrd7MPRvd { position:relative; }
#k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu { color:#eef1f3;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:17.80908203125rem;left:2.1875rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/082ce46c-7347-4293-b62d-86d33ead189c/image.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.adaptive-delivery-prevent-bg, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyload, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyloading { background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { border-width: 0; border-radius: 0; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { color:#eef1f3;display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { color:#eef1f3;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { color:#eef1f3;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:18.125rem;left:0.875rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.4375rem;left:-2.125rem; }
#vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.5rem;left:-2.0625rem; }
#IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.9375rem;left:-2.0625rem; }
#iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.0625rem;left:-2.0625rem; }
#aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.625rem;left:-2.0625rem; }
#BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.75rem;left:-2.0625rem; }
#CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.25rem;left:-2.0625rem; }
#L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.375rem;left:-2.0625rem; }
#sml55vF1LV13ll62wc2ZXWTDl2NehExr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.375rem;left:-2rem; }
#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { background-color: transparent; background-image: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .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); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { border-width: 0; border-radius: 0; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { font-size:0.875rem;font-family:arial;height:78.1875rem;width:60rem;position:relative;display:block; }#x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:10.96875rem;height:2.7749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hgnMXBO681uP9iTtym7ZElPWyRXCSITL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5rem;left:0rem;display:block; }
#IOFaxT6wTv3boqyJS360bp5Gs5JybwoE { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.625rem;left:28.8125rem; }
#ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { box-sizing:content-box;height:1.8125rem;width:34rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.125rem;left:13rem;display:block; }
#OHtuOHqqHxzLE9DD5kOAeSTcd1J9TNRt { box-sizing:content-box;height:49.3125rem;width:50.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:26.4375rem;left:5.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { box-sizing:content-box;height:10.9375rem;width:23.25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:10.4375rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { box-sizing:content-box;height:10.9375rem;width:24.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:10.4375rem;left:31.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.75rem;left:9.03125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.25rem;left:36.3125rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.0625rem;left:8.1875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.0625rem;left:34.96875rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WzEon1OuZGtpg8rP31rsNsriS58ud5Di { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.4375rem;left:15.8125rem; }
#sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.4375rem;left:42.625rem; }
#O6HbqxEWP6Ga3h3pcpzZv7U6sZqeK1WK { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:25.25rem;left:28.4375rem;display:block; }
#ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:42.25rem;display:block; }
#tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:15.4375rem;display:block; }
#dSrpfdwAIWkE284ELvn5ZXFNn5ro24Hk { color:rgba(var(--color-tertiary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:33.375rem;left:7.5rem;height:40.9472rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dJ3en0oLe3ckJVOrLaqO70yiOgTwRnTK { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.6875rem;left:21.1875rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { 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; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { background-color: transparent; background-image: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .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); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { border-width: 0; border-radius: 0; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { background-color: transparent; background-image: none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container > .video-iframe-container { display: none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row > .video-iframe-container { display: none; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .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); }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { border-width: 0; border-radius: 0; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { box-sizing:content-box;height:23.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.375rem;left:0.0625rem;display:block; }
#ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { color:#eef1f3;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.0625rem;left:2.25rem;height:7.42383125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.0625rem;left:25.1875rem;display:block; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-form-header {  }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:20.5625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:3.8125rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:4.375rem;color:#2d2929;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;font-weight:700;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#f2f9ff;width:20.5625rem;height:3.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI [class*="-text"]:-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI [class*="-text"]::-moz-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI [class*="-text"]:-ms-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI [class*="-text"]::-webkit-input-placeholder { color:#2d2929;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .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:"source sans pro";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.6);vertical-align:top;width:19.5rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .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; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-container:first-of-type{padding-top:0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-container:last-of-type{padding-bottom:0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:31.125rem; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5625rem;display:block;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI {display:block;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:31.125rem; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #r7DanxgfT6a4D1sKW0zsJUGUGc9dT7on { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #hlEOWRscxHH8Db0STN96gXzwBRUsm5Xw { position:relative;display:none; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #M3aRbQLb4Gc9hueSQfdexzP6SsDgDR8p { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #uk7AlMpD6yJDiVbzRcHOvpOoQbQWTotX { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #bQ4cVFtwFtdqLW8hqskT1KTyDOUpXQkX { position:relative;display:none; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #KZG7ekwGC7RDlX4RZt5sTkqISrVi1eLq { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #nm3uU8JN3S1n453PLffyhqiqEpzDgAww { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #iEBDuhhPdI3ITvHTdkxiKOytOe7ZZcn5 { position:relative;z-index:2; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #gJ1WAQgfz17Lzx19rU2zLT0h2AP8vP7g { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #WQF7hDdbTzmdP3k3Z4pOLMBD9ZXvxeA8 { position:relative; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #at24xbewGDApB50BOuedTkoDo6CSKmta { position:relative; }
#kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 { color:#eef1f3;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:13.1875rem;left:2.25rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { background-color: transparent; background-image: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .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); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { border-width: 0; border-radius: 0; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { top:5.25rem;left:0rem;width:30.6875rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { top:19.4375rem;left:0rem;width:31.0625rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { top:2.3125rem;left:17.875rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { top:1.8125rem;left:18rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { top:2.625rem;left:20.875rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:23.5625rem;height:24.4375rem;top:4.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:46.75rem;height:6.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:2.875rem;left:0rem;width:31.875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:27.1875rem;height:3.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:9.75rem;left:0rem;width:25.625rem;height:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { width:23.0625rem;height:31.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:34.8125rem;height:2.875rem;top:4.3125rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:20.0625rem;height:20.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:12.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:22.875rem;height:3.0625rem;top:12.625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:16.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:24.3125rem;height:2.8125rem;top:16.8125rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { width:2.25rem;height:2.25rem;top:16.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:23.125rem;height:4.25rem;top:24.9375rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:20.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { width:2.25rem;height:2.25rem;top:21.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:23.125rem;height:2.8125rem;top:21rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:25.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { width:2.25rem;height:2.25rem;top:26.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { width:2.25rem;height:2.25rem;top:31.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:23.125rem;height:2.8125rem;top:30.8125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:30.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:28.1875rem;height:17.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:47.75rem;height:1.5625rem;top:28.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:26.375rem;height:15.375rem;top:23.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:21.1875rem;height:16.1875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { width:2.25rem;height:2.25rem;top:13.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:23.125rem;height:2.8125rem;top:8.5625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:8.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { width:2.25rem;height:2.25rem;top:8.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeOeouWgxK98ePXph7KikgqFbfTFTLJR { display:block; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JpkHck0sTGKRZahbyUsg2ELZctyq7U { top:2.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag { top:8.125rem;left:0rem;width:47.75rem;height:12.0625rem;font-size:1.3125rem;display:block; }#yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b805fd12593083e92baba74913db6dba.svg); }
 }@media only screen and (max-width: 763px) { #SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S { display:block; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDznq48KVmtJ7Sht56FkAZ6KMuZG7XRk { width:47.75rem;height:29.125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW7mIfcCsI5M3yrBdfdCt3OTvvEOq5CI { width:20.75rem;height:7.375rem;top:8.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0gWhJAMi7X8RUp4THqiLp1c7NxUsqf { width:47.5rem;height:29.25rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgVOZzt6v3bSWoBooPybKAQfTmAJcXfG { top:9.6875rem;left:19rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L84133BklwBASqq8r6MhimZOOuLpluhh { width:26rem;height:6.1875rem;top:4.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elkzob3bELglCArHgR5gALOGPkKMT87V { width:25.5rem;height:4.5rem;top:5.0625rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqaoIIpIbXasLZ4F5XfEBMNxBCyPF7G { top:7.875rem;left:0rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzT4Ocyc3wetFade4hy160a5IUDWO6kE { top:8.125rem;left:0rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-regular-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-textarea { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-button { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-checkbox-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX  { width:20.5625rem;height:auto;top:12.5rem;left:24.6875rem; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .radio-container { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX {display:block;}#u9H05teoUJfefsfPskTaHZpu29NvCodX { width:20.5625rem;height:auto;top:12.5rem;left:24.6875rem; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #R7sT05zyFuviRnLyvpnk1g0cv4z5Rrvm {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #uO12V5ve5IIHT7EiShpfkqyiTVRBTk7X { display:none; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #QDN3tEPVIA8KETvnhswv1lT8O0qHTCUW {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #B4efS8haihhTigV8cRK84spPTHFzIxyq {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #UTNrOnWfvWEwxTV11EFxxTwt9IRlJiEk { display:none; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #HUPTyV31aTR9H7Xu1DTd3BEkGIRDFcu7 {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #aR6ys3GV5O7AC2DBbTLiwacHooMCRzvu {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #hIM9TOs6WJDEgXRx3OouBuO75vn1stOO {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #q0qQKSpG5tJDkNlWlS4Jgr5PSJFMDrBT {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #yDhVUragkTlGKLyl0ni9Xk3LvVJKvFTU {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #iTITzTbx72XSW8QmXTBsIZaIrd7MPRvd {  }
 }@media only screen and (max-width: 763px) { #k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu { width:20.75rem;height:;top:17.75rem;left:0rem;font-size:1.25rem;display:block; }#k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:transparent;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { top:2rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { width:1.5625rem;height:1.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { width:1.5625rem;height:1.5625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { width:1.5625rem;height:1.5625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { width:1.5625rem;height:1.5625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { width:1.5625rem;height:1.5625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { width:1.5625rem;height:1.5625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { width:1.5625rem;height:1.5625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sml55vF1LV13ll62wc2ZXWTDl2NehExr { width:1.5625rem;height:1.5625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:38.0625rem;height:2.75rem;top:3.4375rem;left:4.84375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOFaxT6wTv3boqyJS360bp5Gs5JybwoE { width:2.3125rem;height:2.3125rem;top:25.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:34rem;height:1.8125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHtuOHqqHxzLE9DD5kOAeSTcd1J9TNRt { width:47.5rem;height:49.3125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:23.25rem;height:10.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { width:24.8125rem;height:10.9375rem;top:10.4375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:15.9375rem;height:2.875rem;top:17.75rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { width:14.9375rem;height:2.5625rem;top:16.25rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:4.0625rem;top:13.0625rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { width:17.625rem;height:1.6875rem;top:13.0625rem;left:28.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6HbqxEWP6Ga3h3pcpzZv7U6sZqeK1WK { width:3.125rem;height:3.125rem;top:25.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { width:3.125rem;height:3.125rem;top:9.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:9.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrpfdwAIWkE284ELvn5ZXFNn5ro24Hk { width:47.75rem;height:40.9375rem;top:33.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ3en0oLe3ckJVOrLaqO70yiOgTwRnTK { width:17.625rem;height:2rem;top:29.6875rem;left:15.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { display:block; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { width:47.75rem;height:23.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { width:20.75rem;height:7.375rem;top:4.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { top:5.0625rem;left:19.0625rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-regular-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-textarea { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-button { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-checkbox-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI  { width:20.5625rem;height:auto;top:4.0625rem;left:24.6875rem; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .radio-container { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI {display:block;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI { width:20.5625rem;height:auto;top:4.0625rem;left:24.6875rem; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #r7DanxgfT6a4D1sKW0zsJUGUGc9dT7on {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #hlEOWRscxHH8Db0STN96gXzwBRUsm5Xw { display:none; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #M3aRbQLb4Gc9hueSQfdexzP6SsDgDR8p {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #uk7AlMpD6yJDiVbzRcHOvpOoQbQWTotX {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #bQ4cVFtwFtdqLW8hqskT1KTyDOUpXQkX { display:none; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #KZG7ekwGC7RDlX4RZt5sTkqISrVi1eLq {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #nm3uU8JN3S1n453PLffyhqiqEpzDgAww {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #iEBDuhhPdI3ITvHTdkxiKOytOe7ZZcn5 {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #gJ1WAQgfz17Lzx19rU2zLT0h2AP8vP7g {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #WQF7hDdbTzmdP3k3Z4pOLMBD9ZXvxeA8 {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #at24xbewGDApB50BOuedTkoDo6CSKmta {  }
 }@media only screen and (max-width: 763px) { #kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 { width:20.75rem;height:7.8125rem;top:13.1875rem;left:0rem;font-size:1.25rem;display:block; }#kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BgDFr42dI5TAIOv0zWCeopcZQxRUweHV { display:block; }#BgDFr42dI5TAIOv0zWCeopcZQxRUweHV > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOmNun3C8J2qDTzFUPFZ2DWcvLAT3oyN { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJtBRJ8LZ79alT7GBMEOLNs0DhvNW56G { width:20rem;height:4.142575rem;top:12.65625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVEBPQWptyEV1PRCQ2P7RX5ge21a6cE9 { width:19.375rem;height:23.75rem;top:19.42382578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOOopg4kZc6cz8JWAoLr3p4w7mmo5Kw { width:20rem;height:22.3125rem;top:18.92382578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdP1hSX8BQJ4mSE51HfkFxLh4zkeZoi { width:20rem;height:23.8125rem;top:19.73632578125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zvdOIoATTdLBzAqosuzI5eA5rhivMPwl { width:20rem;height:20.75rem;top:21.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnq1myEqZtCNotvZELT6PJDtRo1KJCi { display:block; }#sVnq1myEqZtCNotvZELT6PJDtRo1KJCi > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuHSpWt7JGPCTfCxa2eUpmz0PAH5syNE { width:19.0625rem;height:4.5625rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkB2AUGmim285qqTKDBN3s7vtyDAx64o { display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:90.06169678396rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:6.09375rem;top:30.40625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:16.875rem;height:2.8125rem;top:57.64892578125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:19.375rem;height:10.23483125rem;top:38.78759765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO9uLcJ23CpGMq9qh4t1MeQXTOzdSyAw { width:20rem;height:27.10027100271rem;top:61.71142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:20rem;height:100.2871125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:20rem;height:1.875rem;top:20.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:48.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:18.5rem;height:2.4375rem;top:28.5625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:40.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:17.1875rem;height:2.25rem;top:37rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { display:flex;width:2.25rem;height:2.25rem;top:41.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:17.375rem;height:3.375rem;top:60.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:56.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { display:flex;width:2.25rem;height:2.25rem;top:57.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:18.625rem;height:2.25rem;top:44.5rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:24.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { display:flex;width:2.25rem;height:2.25rem;top:25.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { display:flex;width:2.25rem;height:2.25rem;top:33.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:20rem;height:2.25rem;top:52.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:32.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:20rem;height:16.9375rem;top:73.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:20rem;height:1.57470625rem;top:75.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:18.5rem;height:10.035125rem;top:78.1875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:10rem;height:7.6875rem;top:3.125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { display:flex;width:2.25rem;height:2.25rem;top:66.1875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { display:flex;width:2.25rem;height:2.25rem;top:49.3125rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:20rem;height:0;top:96.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:91.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { display:flex;width:2.25rem;height:2.25rem;top:92.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #aeOeouWgxK98ePXph7KikgqFbfTFTLJR { display:block; }#aeOeouWgxK98ePXph7KikgqFbfTFTLJR > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8JpkHck0sTGKRZahbyUsg2ELZctyq7U { width:18.5rem;height:5.625rem;top:1.25rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag { width:17.125rem;height:13.6865rem;top:22.44921875rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#yTvHrZczBuKwq2JrDdQUluOfrVZaL8ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b805fd12593083e92baba74913db6dba.svg); }
 }@media only screen and (max-width: 763px) { #SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S { display:block; }#SVJzT4vz31qkWLMJ6mW8mKq7y2L9uq2S > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDznq48KVmtJ7Sht56FkAZ6KMuZG7XRk { width:20rem;height:53.9375rem;top:4.7216796875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gW7mIfcCsI5M3yrBdfdCt3OTvvEOq5CI { width:15.9375rem;height:6.75rem;top:5.8623046875rem;left:2.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Uw0gWhJAMi7X8RUp4THqiLp1c7NxUsqf { width:18.0625rem;height:22.8125rem;top:4.7216796875rem;left:0.84375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OgVOZzt6v3bSWoBooPybKAQfTmAJcXfG { width:0.125rem;height:12.5rem;top:29.375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L84133BklwBASqq8r6MhimZOOuLpluhh { width:16.6875rem;height:3.8125rem;top:29.7841796875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elkzob3bELglCArHgR5gALOGPkKMT87V { width:16.3125rem;height:3.25rem;top:30.0654296875rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqaoIIpIbXasLZ4F5XfEBMNxBCyPF7G { width:20rem;height:23.3125rem;top:1.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NzT4Ocyc3wetFade4hy160a5IUDWO6kE { width:19.375rem;height:20.6875rem;top:1.5rem;left:-1.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-text {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-select {padding-top: 0; padding-bottom: 0;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX  { width:17.5rem;height:auto;top:34.9091796875rem;left:0rem; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#u9H05teoUJfefsfPskTaHZpu29NvCodX {display:block;}#u9H05teoUJfefsfPskTaHZpu29NvCodX { width:17.5rem;height:auto;top:34.9091796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #R7sT05zyFuviRnLyvpnk1g0cv4z5Rrvm {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #uO12V5ve5IIHT7EiShpfkqyiTVRBTk7X { display:none; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #QDN3tEPVIA8KETvnhswv1lT8O0qHTCUW {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #B4efS8haihhTigV8cRK84spPTHFzIxyq {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #UTNrOnWfvWEwxTV11EFxxTwt9IRlJiEk { display:none; }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #HUPTyV31aTR9H7Xu1DTd3BEkGIRDFcu7 {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #aR6ys3GV5O7AC2DBbTLiwacHooMCRzvu {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #hIM9TOs6WJDEgXRx3OouBuO75vn1stOO {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #q0qQKSpG5tJDkNlWlS4Jgr5PSJFMDrBT {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #yDhVUragkTlGKLyl0ni9Xk3LvVJKvFTU {  }
 }@media only screen and (max-width: 763px) { #u9H05teoUJfefsfPskTaHZpu29NvCodX #iTITzTbx72XSW8QmXTBsIZaIrd7MPRvd {  }
 }@media only screen and (max-width: 763px) { #k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu { width:15.0625rem;height:10.8125rem;top:14.625rem;left:2.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }#k4v8HZJtnWGTX5tnfUbeoFWQuw5VevBu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:#bf9000;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { width:20rem;height:4.63036875rem;top:8.65966796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { width:17.5rem;height:21.67335rem;top:16.48876953125rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2LTR0Ek4xPpDqwCHncyMDzhfTluZacX { display:flex;width:0.9375rem;height:0.9375rem;top:16.73876953125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #vIXlN8TCByTmPAOrGrJdene1ZEO7hncM { display:flex;width:0.9375rem;height:0.9375rem;top:19.0625rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #IgegNE4KHzk72Qh7LQd58tTrNQTuURXQ { display:flex;width:0.9375rem;height:0.9375rem;top:24.25rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #iAoihsN5MUcomSqtX6XTsByL3xGVK9NF { display:flex;width:0.9375rem;height:0.9375rem;top:26.9375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #aRWbqIBGGJcX7ryIhhsiBTJ81mgiXJaU { display:flex;width:0.9375rem;height:0.9375rem;top:20.4375rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #BoXkoqIRNbVmTcy7Vxdg72xACwaxT72N { display:flex;width:0.9375rem;height:0.9375rem;top:21.8125rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CqJEEbQSmLPfzZDFUGQatJSTVuoiEITG { display:flex;width:0.9375rem;height:0.9375rem;top:29.6875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #L4Z6Hxb6TrooTD1f1gkXWvvoD7rsBWgG { display:flex;width:0.9375rem;height:0.9375rem;top:31.875rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #sml55vF1LV13ll62wc2ZXWTDl2NehExr { display:flex;width:0.9375rem;height:0.9375rem;top:34.5rem;left:0.875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOFaxT6wTv3boqyJS360bp5Gs5JybwoE { display:flex;width:2.3125rem;height:2.3125rem;top:5.2119125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:20rem;height:1.8125rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHtuOHqqHxzLE9DD5kOAeSTcd1J9TNRt { width:17.5625rem;height:10rem;top:6.2119125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap6Hiia4VMIE9vVepOdIQLQuta69MZIe { width:17.5rem;height:10.9375rem;top:30.1494125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6430NWcyheKSi9sLXt7NMOTz8BTHhe { width:17.5rem;height:10.9375rem;top:42.5869125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmHuC7QspyKwLcx7qvE6U2Ayy66hFdMh { width:15.9375rem;height:2.92480625rem;top:36.2119125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIiT4y089WeZTlTFkHciWc6dU8Eni7t { width:14.9375rem;height:4.875rem;top:48.6494125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgXHDmpnzfTD5a2kiXgVz2odOPC3kPQ { width:17.625rem;height:2.03125rem;top:32.7744125rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdCLKqzyAKhX8VspeHhzwp5W7qS68WMi { width:17.625rem;height:3.4375rem;top:44.5244125rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzEon1OuZGtpg8rP31rsNsriS58ud5Di { display:flex;width:2.3125rem;height:2.3125rem;top:29.1494125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #sx1nuFHmDKFgzh1bvtisFG7MJPKuSw8u { display:flex;width:2.3125rem;height:2.3125rem;top:41.5869125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #O6HbqxEWP6Ga3h3pcpzZv7U6sZqeK1WK { width:3.125rem;height:3.125rem;top:4.8369125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShBgAM3zE208pTAqi9ZgGCXt9DqQt3Cw { width:3.125rem;height:3.125rem;top:41.2119125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2Jcb6XNtMTfI32n9qxWU7Wy4rTt259 { width:3.125rem;height:3.125rem;top:28.7744125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrpfdwAIWkE284ELvn5ZXFNn5ro24Hk { width:20rem;height:0;top:58.0244140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ3en0oLe3ckJVOrLaqO70yiOgTwRnTK { width:17.625rem;height:0;top:54.7744140625rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { width:18.125rem;height:28.369125rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD { display:block; }#Atdzap4fGec9MQMTgeLdX5ZTXKXaKkmD > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw5W9o9qrkRGhkNzJPBHSAsRxBPPtOny { width:20rem;height:53.9375rem;top:4.7216796875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZvXeHhLukN0mI5dglCVNQKr52sFBPofM { width:15.9375rem;height:6.75rem;top:5.8623046875rem;left:2.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wFv9gC3SuNy4sdcbLSsXAO6w6LgluaSE { width:0.125rem;height:12.5rem;top:29.375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI  { width:17.5rem;height:auto;top:34.9091796875rem;left:0rem; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI {display:block;}#rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI { width:17.5rem;height:auto;top:34.9091796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #r7DanxgfT6a4D1sKW0zsJUGUGc9dT7on {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #hlEOWRscxHH8Db0STN96gXzwBRUsm5Xw { display:none; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #M3aRbQLb4Gc9hueSQfdexzP6SsDgDR8p {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #uk7AlMpD6yJDiVbzRcHOvpOoQbQWTotX {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #bQ4cVFtwFtdqLW8hqskT1KTyDOUpXQkX { display:none; }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #KZG7ekwGC7RDlX4RZt5sTkqISrVi1eLq {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #nm3uU8JN3S1n453PLffyhqiqEpzDgAww {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #iEBDuhhPdI3ITvHTdkxiKOytOe7ZZcn5 {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #gJ1WAQgfz17Lzx19rU2zLT0h2AP8vP7g {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #WQF7hDdbTzmdP3k3Z4pOLMBD9ZXvxeA8 {  }
 }@media only screen and (max-width: 763px) { #rPw6TG6rSlX7gUvbJK4uiEiVebrvdLlI #at24xbewGDApB50BOuedTkoDo6CSKmta {  }
 }@media only screen and (max-width: 763px) { #kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 { width:15.0625rem;height:10.8125rem;top:14.625rem;left:2.46875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }#kxaNRnMW3yemJPRrUCcn5i7NMUX97d50 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_abfc9f8ed6001657b7f3780338856e723957cf48.svg); }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }