.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,219,231;--color-primary-1:248,137,176;--color-primary-2:240,18,96;--color-primary-3:120,9,48;--color-primary-4:36,3,14;--color-secondary-0:219,220,222;--color-secondary-1:134,137,146;--color-secondary-2:13,19,37;--color-secondary-3:7,10,19;--color-secondary-4:2,3,6;--color-tertiary-0:255,255,255;--color-tertiary-1:168,170,176;--color-tertiary-2:110,113,124;--color-tertiary-3:66,68,74;--color-tertiary-4:13,18,37;--headlines-font-family:"Lobster";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8052760d-32d7-44cc-899b-8acb0fa9d90e/ChatGPTImage4ago202522_52_17.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,226,219,0.37); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,226,219,0.37); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:60rem;height:122.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CSizDl6rF1wlRxdDRNUNqOqohH5OrAVe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.25rem;top:0rem;left:19rem;overflow:hidden;display:block; }
#E2w2sJeUhETgqHPNlti2vFN2VuUM7Kom { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.4375rem;top:2.3125rem;left:21.40625rem;overflow:hidden;display:block; }
#aQBruF1MhppK6IPMSTUye1wBmv4IkSdR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.625rem 2.0625rem #000000;top:23.826171875rem;left:0rem;height:11.05rem;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; }
#wHoRo56dJVJStBVFNgZXV7TNh6pURVmR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #000000;top:34.8125rem;left:0rem;height:1.95rem;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; }
#fo6vtATZ9Pc6Bz66lQt6d0MnkyIZJy20 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #b40e48 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5rem;left:17.25rem;display:block; }
#ewSo3hRRJhoqsVRIaipHWlaB0VFr2Cxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N488zuyM79kQQk9x9CiCnT17lbz2pmHP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #cacaca ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.5rem;left:30.625rem;display:block; }
#ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #000000;top:51.75rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:56.5625rem;top:62.8125rem;left:0rem;display:block; }
#GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:24.0625rem;width:38.5625rem;top:61.375rem;left:0rem;overflow:hidden;display:block; }
#GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:64.375rem;left:41.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:71.8125rem;left:40.25rem;height:12.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { position:absolute;display:block;z-index:15013;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:56.5625rem;top:94.0625rem;left:0rem;display:block; }
#cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #b40e48 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:107.3125rem;left:3.0625rem;display:block; }
#lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { color:rgba(var(--color-secondary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:97rem;left:1.25rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6mzdTsCraOXwVSwigOb7W9ufznig81e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:25.625rem;width:38.4375rem;top:88.5625rem;left:21.5625rem;overflow:hidden;display:block; }
#PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { color:rgba(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:89.625rem;left:1rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMQPVLBO4lU10MPHymelWyDJyDVDiBxd { position:absolute;display:block;z-index:15019;height:1.8125rem;width:3.25rem;top:5.787109375rem;left:56.75rem;display:block; }
#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc { 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; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container { background-color: transparent; background-image: none; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container > .video-iframe-container { display: none; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row > .video-iframe-container { display: none; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .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); }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container { border-width: 0; border-radius: 0; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#vmivXXd1XXETNm82DsukAyuADkvHwB9O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:10.75rem;top:0rem;left:13.625rem;overflow:hidden;display:block; }
#FTblTWx1hyNHXbl5Lx1TrQT8LEub4KVF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:10.6875rem;top:0rem;left:37.1875rem;overflow:hidden;display:block; }
#ztbEgbpc0a15gLNGl2pTbEX3U0CPoSI9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:10.625rem;top:0rem;left:48.5625rem;overflow:hidden;display:block; }
#eT49By8kuPg3ybiDCpVOsdbuRCNXc9y6 { color:#1c1f2f;display:block;width:6.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:16.25rem;left:15.625rem;height:1.9125rem;font-style:normal;display:block; }
#S2krQgZzXv9ZyB0eMs7vDkMKnw4gfX2b { color:#228fbe;display:block;width:8.6875rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:18.125rem;left:14.6875rem;height:2.01875rem;font-style:normal;display:block; }
#A8UGXspaVLEfNuiTkQixoL7a8zWERCAT { color:#228fbe;display:block;width:9.125rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:18.1875rem;left:26.25rem;height:2.01875rem;font-style:normal;display:block; }
#CRNq87WI8gdd9xKgle73fVaJLcTLZAUt { color:#1c1f2f;display:block;width:6.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.25rem;left:27.75rem;height:1.9125rem;font-style:normal;display:block; }
#GJghOKBiDW6bv6Xd77MsFK5ApdVfLvSo { color:#228fbe;display:block;width:8.8125rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:18.125rem;left:38.125rem;height:2.01875rem;font-style:normal;display:block; }
#F5kBUvaSE2xJPqNJmCkmCBLkTZOdxS2w { color:#1c1f2f;display:block;width:6.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:16.25rem;left:39.4375rem;height:1.9125rem;font-style:normal;display:block; }
#pLbhxepPluyTgzQGXCuTAXOEaTZzFgSM { color:#228fbe;display:block;width:7.5625rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:18.125rem;left:51rem;height:2.01875rem;font-style:normal;display:block; }
#VUZaZHlNlmCJSTkMlQaSHnk9ERFuafKt { color:#1c1f2f;display:block;width:3.5625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.25rem;left:52.0625rem;height:1.9125rem;font-style:normal;display:block; }
#Q4PN2vU4224EKglThFpROKTUOeOoDSTb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:10.875rem;top:0rem;left:25.375rem;overflow:hidden;display:block; }
#dSJ1twZq4nlhnur6wgvqRZDmi8Ay5dgU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.6875rem;top:0rem;left:1.5625rem;overflow:hidden;display:block; }
#r0fnXTcJ6VWn39g3mzOTutUud2nEmJTJ { color:#1c1f2f;display:block;width:4.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:16.25rem;left:4.6875rem;height:1.9125rem;font-style:normal;display:block; }
#gDBSCrIhBo4PpZWD6bW02TNgx3BEWZ4B { color:#228fbe;display:block;width:8.6875rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:18.125rem;left:2.625rem;height:2.01875rem;font-style:normal;display:block; }
#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ev0eDLcf/bg_section.jpg");background-position:top 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; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.adaptive-delivery-prevent-bg, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyload, #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq.lazyloading { background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { background-color: transparent; background-image: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container { display: none; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .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); }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { border-width: 0; border-radius: 0; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:60rem;position:relative;display:block; }#Fiu8sS1lMtU6JZ3quEqCWcQOMmRUynFC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTmcLbZBWLn8ldmpWukXRQzx10lWOW4E { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:13.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoULW8MKIiqxQf4Cg73utBC0u4QJ1zKv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:19.4375rem;width:29.375rem;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#LbN59SndwoiahBZrsMy0TrmNHDoGFH0c { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:22.25rem;width:60rem;top:37.3125rem;left:0rem;overflow:hidden;display:block; }
#mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0rem #b40e48 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:4.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:57.25rem;left:23.90625rem;display:block; }
#glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwXfpba87QdT1nXUl28dEveQpis6KPZT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:18.75rem;width:14.0625rem;top:16.65625rem;left:30.59375rem;overflow:hidden;display:block; }
#VcMvWWeu6iyWDlcvxPwfzHA76liiWBHH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.5) ;height:19.5rem;width:14rem;top:16.65625rem;left:45.9375rem;overflow:hidden;display:block; }
#SSkixEA7qRyTpUghgtv5qp8550uHkahR { 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; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container { background-color: transparent; background-image: none; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container > .video-iframe-container { display: none; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row > .video-iframe-container { display: none; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .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); }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container { border-width: 0; border-radius: 0; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#rdTaZlan3WRkmUCvZGWVqlRqDQZ3lyI0 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW { 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; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container { background-color: transparent; background-image: none; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container > .video-iframe-container { display: none; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row > .video-iframe-container { display: none; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .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); }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container { border-width: 0; border-radius: 0; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#VX30L6iaBTBUur20LQVcmy2UP5kzyST8 { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:29.375rem;top:3.75rem;left:0rem;display:block; }
#DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:18.1875rem;width:13.875rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.6875rem;left:15.875rem;height:1.4625rem;font-style:normal;display:block; }
#MNiUJ1vfM6Akf8Z0bb6OhZGtacvSEUtS { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:8.0625rem;left:15.875rem;height:15.75rem;font-style:normal;display:block; }
#af9xDmk1y1IVandm0c4EqhUFS5ExTC2f { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:1.375rem;left:23.9375rem;overflow:hidden;display:block; }
#k2KISqkpT3UHU2q5Nlic7xGxDNIUBe3O { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:22.8125rem;left:54.6875rem;overflow:hidden;display:block; }
#aDhpewZePzMOQlgtCIoWoL9zv12mfN1E { position:absolute;display:block;z-index:15013;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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:29.375rem;top:3.75rem;left:30.625rem;display:block; }
#tz2SfchzL2iQ99hoVzFaUOPuASOgK44Z { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:8.0625rem;left:46.0625rem;height:12.25rem;font-style:normal;display:block; }
#Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:18.1875rem;width:13.8125rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#bx73ZwDouhf39U4dTk9eGvHtwvS4vUCX { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.5rem;height:1.4625rem;font-style:normal;display:block; }
#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt { 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; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container { background-color: transparent; background-image: none; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container > .video-iframe-container { display: none; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row > .video-iframe-container { display: none; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .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); }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container { border-width: 0; border-radius: 0; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#CZnR1NvN3POPPi1sD7usoTfdgfqQQG6h { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:29.375rem;top:3.75rem;left:0rem;display:block; }
#x3yBRNwSO8Z19yQATNRTcbgT57hgThFU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:18.1875rem;width:13.8125rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#kkWEoQcLxaH8q2kS2dRIVQ2eviWRNT3C { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.6875rem;left:15.875rem;height:1.4625rem;font-style:normal;display:block; }
#XeVfiQLpeowWklgzB5oNZeFTdN4knwv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:8.0625rem;left:15.375rem;height:15.75rem;font-style:normal;display:block; }
#fFdiSyKlbTBHcJBnQxETATVXhJr3HtgT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:2.4375rem;left:24.6875rem;overflow:hidden;display:block; }
#CkzSftecyw4BVDkpGH5dIE5L0aNvNN19 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:25.25rem;left:54rem;overflow:hidden;display:block; }
#HLZvC9LsAiKNTJsqUy6EIkaEq15K4con { position:absolute;display:block;z-index:15013;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:29.375rem;top:3.75rem;left:30.625rem;display:block; }
#ZtHGoTN4FOtLyqVq9EROzGKnz3gmvP0o { color:rgba(var(--color-secondary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:8.0625rem;left:45.9375rem;height:15.75rem;font-style:normal;display:block; }
#NNn9aSGdXZVMyAQLnuqeEFGZwIPrzVl6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.14) ;height:18.1875rem;width:13.875rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#ELNywU5leE4RJ7qASX1haWZTW09ez8yk { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.5rem;height:1.4625rem;font-style:normal;display:block; }
#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3bce6dKc/bg_bottom.jpg");background-position:top 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; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.adaptive-delivery-prevent-bg, #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.lazyload, #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72.lazyloading { background-image: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { background-color: transparent; background-image: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container > .video-iframe-container { display: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container { display: none; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .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); }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { border-width: 0; border-radius: 0; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#WFra5tt5v06IntgpEdilWWfzNehwJ1hC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.25rem;top:44.0625rem;left:20.875rem;overflow:hidden;display:block; }
#ZMSNHgr65Qc138o1gnxGgt838c3kVEwu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.1875rem;top:45.75rem;left:24.875rem;overflow:hidden;display:block; }
#bCT8fUyX3y0tWQxEGObIPbi67QMxagAQ { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i80uABtwFALAVs04AywCRG7kBNT3r6Qz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5625rem;left:18.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-form-header {  }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:23.75rem;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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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:23.75rem;box-sizing:border-box;height:3.875rem;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-text {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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:23.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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:23.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-select {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;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:4.125rem;margin-bottom:0.25rem;margin-left:4.125rem;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:700;color:#f2f9ff;width:15.4375rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.3125rem 0rem #b40e48 ;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),0.5);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal;float:none; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-container:first-of-type{padding-top:0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-container:last-of-type{padding-bottom:0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.9375rem;left:16.875rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb {display:block;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.9375rem;left:16.875rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #R1Am7QnAQvKbhsGCML8SRww0yCGp801Z { position:relative; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #knS8tUQlhL0ClBI6LAV6q9PR3x6lD0MH { position:relative;display:none; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #WDDoKdgSOcleGFOfEXmFy0T2K8zpRfNX { position:relative; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #QuCqUdqDCIa2uV2phuLBhPHOBxxyWI7P { position:relative; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZOnbkmbpriUKVTGE5llC2iFUnBxtAWGP { position:relative;display:block; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZORDADsHF2IDloVJ0ZhlTmEFHJzQ8sTK { position:relative; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #KfckMuGAuzu9gTLMAgfGUJi88cwU8Drz { position:relative; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #Ek0QmxD80fhfL8qzmaVcFAqzhatvskk1 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSizDl6rF1wlRxdDRNUNqOqohH5OrAVe { width:18.25rem;height:10.25rem;top:0rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2w2sJeUhETgqHPNlti2vFN2VuUM7Kom { width:13.4375rem;height:4rem;top:2.3125rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBruF1MhppK6IPMSTUye1wBmv4IkSdR { width:47.75rem;height:11rem;top:23.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHoRo56dJVJStBVFNgZXV7TNh6pURVmR { width:47.75rem;height:1.9375rem;top:34.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo6vtATZ9Pc6Bz66lQt6d0MnkyIZJy20 { width:12.1875rem;height:4.375rem;top:37.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewSo3hRRJhoqsVRIaipHWlaB0VFr2Cxy { display:block; }
 }@media only screen and (max-width: 763px) { #N488zuyM79kQQk9x9CiCnT17lbz2pmHP { width:12.1875rem;height:4.375rem;top:37.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block; }
 }@media only screen and (max-width: 763px) { #fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { width:47.75rem;height:;top:51.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { width:47.75rem;height:24.375rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { width:38.5625rem;height:24.0625rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { width:12.5rem;height:4.5rem;top:64.375rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { width:14.375rem;height:12.25rem;top:71.8125rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { width:47.75rem;height:24.375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { width:12.1875rem;height:4.375rem;top:107.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block; }
 }@media only screen and (max-width: 763px) { #sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { width:18.5rem;height:8.75rem;top:97rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6mzdTsCraOXwVSwigOb7W9ufznig81e { width:38.4375rem;height:25.625rem;top:88.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { width:18.0625rem;height:4.5rem;top:89.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMQPVLBO4lU10MPHymelWyDJyDVDiBxd { top:5.75rem;left:44.5rem;width:3.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc { display:block; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmivXXd1XXETNm82DsukAyuADkvHwB9O { width:10.75rem;height:15.5rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTblTWx1hyNHXbl5Lx1TrQT8LEub4KVF { width:10.6875rem;height:15.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztbEgbpc0a15gLNGl2pTbEX3U0CPoSI9 { width:10.625rem;height:15.3125rem;top:0rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT49By8kuPg3ybiDCpVOsdbuRCNXc9y6 { width:6.75rem;height:1.875rem;top:16.25rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2krQgZzXv9ZyB0eMs7vDkMKnw4gfX2b { width:8.6875rem;height:2rem;top:18.125rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8UGXspaVLEfNuiTkQixoL7a8zWERCAT { width:9.125rem;height:2rem;top:18.1875rem;left:14.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNq87WI8gdd9xKgle73fVaJLcTLZAUt { width:6.125rem;height:1.875rem;top:16.25rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJghOKBiDW6bv6Xd77MsFK5ApdVfLvSo { width:8.8125rem;height:2rem;top:18.125rem;left:27rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kBUvaSE2xJPqNJmCkmCBLkTZOdxS2w { width:6.125rem;height:1.875rem;top:16.25rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbhxepPluyTgzQGXCuTAXOEaTZzFgSM { width:7.5625rem;height:2rem;top:18.125rem;left:40.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUZaZHlNlmCJSTkMlQaSHnk9ERFuafKt { width:3.5625rem;height:1.875rem;top:16.25rem;left:41.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PN2vU4224EKglThFpROKTUOeOoDSTb { width:10.875rem;height:15.625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJ1twZq4nlhnur6wgvqRZDmi8Ay5dgU { width:10.6875rem;height:15.25rem;top:0rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fnXTcJ6VWn39g3mzOTutUud2nEmJTJ { width:4.4375rem;height:1.875rem;top:16.25rem;left:3.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDBSCrIhBo4PpZWD6bW02TNgx3BEWZ4B { width:8.6875rem;height:2rem;top:18.125rem;left:1.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { display:block; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fiu8sS1lMtU6JZ3quEqCWcQOMmRUynFC { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmcLbZBWLn8ldmpWukXRQzx10lWOW4E { width:32.625rem;height:1.4375rem;top:11.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoULW8MKIiqxQf4Cg73utBC0u4QJ1zKv { width:29.375rem;height:19.4375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbN59SndwoiahBZrsMy0TrmNHDoGFH0c { width:47.75rem;height:17.707291666667rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { width:12.1875rem;height:4.875rem;top:57.25rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block; }
 }@media only screen and (max-width: 763px) { #fwXfpba87QdT1nXUl28dEveQpis6KPZT { width:14.0625rem;height:18.75rem;top:16.625rem;left:24.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcMvWWeu6iyWDlcvxPwfzHA76liiWBHH { width:14rem;height:19.5rem;top:16.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSkixEA7qRyTpUghgtv5qp8550uHkahR { display:block; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdTaZlan3WRkmUCvZGWVqlRqDQZ3lyI0 { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW { display:block; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX30L6iaBTBUur20LQVcmy2UP5kzyST8 { width:29.375rem;height:19rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { width:13.875rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { width:12.5rem;height:1.4375rem;top:5.6875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNiUJ1vfM6Akf8Z0bb6OhZGtacvSEUtS { width:12.5rem;height:15.75rem;top:8.0625rem;left:11.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9xDmk1y1IVandm0c4EqhUFS5ExTC2f { width:3.75rem;height:3.3125rem;top:1.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2KISqkpT3UHU2q5Nlic7xGxDNIUBe3O { width:3.75rem;height:3.3125rem;top:22.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhpewZePzMOQlgtCIoWoL9zv12mfN1E { width:29.375rem;height:21.125rem;top:3.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz2SfchzL2iQ99hoVzFaUOPuASOgK44Z { width:13.6875rem;height:12.25rem;top:8.0625rem;left:34.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { width:13.8125rem;height:18.1875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx73ZwDouhf39U4dTk9eGvHtwvS4vUCX { width:12.5rem;height:1.4375rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt { display:block; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZnR1NvN3POPPi1sD7usoTfdgfqQQG6h { width:29.375rem;height:21.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3yBRNwSO8Z19yQATNRTcbgT57hgThFU { width:13.8125rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWEoQcLxaH8q2kS2dRIVQ2eviWRNT3C { width:12.5rem;height:1.4375rem;top:5.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeVfiQLpeowWklgzB5oNZeFTdN4knwv9 { width:14.125rem;height:15.75rem;top:8.0625rem;left:11.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFdiSyKlbTBHcJBnQxETATVXhJr3HtgT { width:3.75rem;height:3.3125rem;top:2.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkzSftecyw4BVDkpGH5dIE5L0aNvNN19 { width:3.75rem;height:3.3125rem;top:25.25rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLZvC9LsAiKNTJsqUy6EIkaEq15K4con { width:29.375rem;height:19rem;top:3.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHGoTN4FOtLyqVq9EROzGKnz3gmvP0o { width:13.875rem;height:15.75rem;top:8.0625rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNn9aSGdXZVMyAQLnuqeEFGZwIPrzVl6 { width:13.875rem;height:18.1875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNywU5leE4RJ7qASX1haWZTW09ez8yk { width:12.5rem;height:1.4375rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { display:block; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFra5tt5v06IntgpEdilWWfzNehwJ1hC { width:18.25rem;height:10.25rem;top:44.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSNHgr65Qc138o1gnxGgt838c3kVEwu { width:11.1875rem;height:3.25rem;top:45.75rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCT8fUyX3y0tWQxEGObIPbi67QMxagAQ { width:47.75rem;height:;top:8.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80uABtwFALAVs04AywCRG7kBNT3r6Qz { width:22.125rem;height:1.4375rem;top:14.5625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-text {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-select {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.125rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb  { width:23.75rem;height:auto;top:19.9375rem;left:10.75rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb {display:block;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb { width:23.75rem;height:auto;top:19.9375rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #R1Am7QnAQvKbhsGCML8SRww0yCGp801Z {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #knS8tUQlhL0ClBI6LAV6q9PR3x6lD0MH { display:none; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #WDDoKdgSOcleGFOfEXmFy0T2K8zpRfNX {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #QuCqUdqDCIa2uV2phuLBhPHOBxxyWI7P {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZOnbkmbpriUKVTGE5llC2iFUnBxtAWGP {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZORDADsHF2IDloVJ0ZhlTmEFHJzQ8sTK {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #KfckMuGAuzu9gTLMAgfGUJi88cwU8Drz {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #Ek0QmxD80fhfL8qzmaVcFAqzhatvskk1 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1567a26b-99a1-4f83-940a-05be1bf24f17/ChatGPTImage5ago202515_40_12.preview.enhance_50.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,226,219,0.37); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,226,219,0.37); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSizDl6rF1wlRxdDRNUNqOqohH5OrAVe { width:7.6875rem;height:4.25rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2w2sJeUhETgqHPNlti2vFN2VuUM7Kom { width:6rem;height:1.875rem;top:0.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBruF1MhppK6IPMSTUye1wBmv4IkSdR { width:20rem;height:3.575rem;top:5.98828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wHoRo56dJVJStBVFNgZXV7TNh6pURVmR { width:9.9375rem;height:1.7875rem;top:26.1875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo6vtATZ9Pc6Bz66lQt6d0MnkyIZJy20 { width:8.1875rem;height:2.875rem;top:28.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewSo3hRRJhoqsVRIaipHWlaB0VFr2Cxy { display:block; }
 }@media only screen and (max-width: 763px) { #N488zuyM79kQQk9x9CiCnT17lbz2pmHP { width:8.4375rem;height:3rem;top:32.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSTvFv67g2o141pCKOcXsmgMM6HGdCT { display:block; }
 }@media only screen and (max-width: 763px) { #fnw9fONFVCZbvfBJKRb1WaVoAb2boXav { width:20rem;height:5.2rem;top:37.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KUyXoZCVT3aNvx2bxysDLq2RCR9exD { width:20rem;height:24.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiHWx8V5rD6oKWME2Kc8HvZoFN6ioSK9 { width:19.875rem;height:12.375rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSI984zrHNFd7E5ut05Wi7LZpfdbkstF { width:12.5rem;height:2.4rem;top:37.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTGTsooGlQieewwJ2Cu1QbBf8ccGnEB { width:20rem;height:5.6rem;top:54.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZnOvOX4bXOfbilmxZrqblLxGIG4sx6 { width:20rem;height:20.4375rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeILV9MFw73fyRGEFRICrvcd1r5cMo0 { width:12.1875rem;height:3.125rem;top:88.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEiXRAxbJLr7rbLDID41yeqLhCAsHve { display:block; }
 }@media only screen and (max-width: 763px) { #sRkl8h7cvFpwIlmggP4T0KAAhazkg6zQ { width:19.6875rem;height:5.6rem;top:81.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6mzdTsCraOXwVSwigOb7W9ufznig81e { width:20rem;height:13.3125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRvZ1XCpZTMfr4eckRbVXQ8FtGnWcXT9 { width:11.3125rem;height:2.4rem;top:62.75rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMQPVLBO4lU10MPHymelWyDJyDVDiBxd { width:3.25rem;height:1.8125rem;top:7.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc { display:block; }#Qy2s8Xm0XbOl6Kus5vTe5lexqU4fCHVc > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmivXXd1XXETNm82DsukAyuADkvHwB9O { width:9.75rem;height:14.125rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTblTWx1hyNHXbl5Lx1TrQT8LEub4KVF { width:9.6875rem;height:13.9375rem;top:20.13671875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztbEgbpc0a15gLNGl2pTbEX3U0CPoSI9 { width:8.875rem;height:12.75rem;top:40.2109375rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT49By8kuPg3ybiDCpVOsdbuRCNXc9y6 { width:7.0625rem;height:1.9125rem;top:15.625rem;left:11.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2krQgZzXv9ZyB0eMs7vDkMKnw4gfX2b { width:7.375rem;height:1.59375rem;top:17.537109375rem;left:11.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8UGXspaVLEfNuiTkQixoL7a8zWERCAT { width:7.625rem;height:1.59375rem;top:36.673828125rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRNq87WI8gdd9xKgle73fVaJLcTLZAUt { width:6.1875rem;height:1.9125rem;top:34.76171875rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJghOKBiDW6bv6Xd77MsFK5ApdVfLvSo { width:7.25rem;height:1.59375rem;top:36.673828125rem;left:11.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5kBUvaSE2xJPqNJmCkmCBLkTZOdxS2w { width:5.6875rem;height:1.9125rem;top:34.8232421875rem;left:11.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLbhxepPluyTgzQGXCuTAXOEaTZzFgSM { width:4.6875rem;height:1.59375rem;top:55.4375rem;left:8.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUZaZHlNlmCJSTkMlQaSHnk9ERFuafKt { width:3.5625rem;height:1.9125rem;top:53.5rem;left:9.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PN2vU4224EKglThFpROKTUOeOoDSTb { width:9.6875rem;height:13.9375rem;top:20.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJ1twZq4nlhnur6wgvqRZDmi8Ay5dgU { width:9.75rem;height:13.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0fnXTcJ6VWn39g3mzOTutUud2nEmJTJ { width:4.4375rem;height:1.9125rem;top:15.625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDBSCrIhBo4PpZWD6bW02TNgx3BEWZ4B { width:7.5rem;height:1.59375rem;top:17.537109375rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq { display:block; }#Ut6qaDKpTLwFEql4RKObaDLhCgLooUFq > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fiu8sS1lMtU6JZ3quEqCWcQOMmRUynFC { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmcLbZBWLn8ldmpWukXRQzx10lWOW4E { width:20rem;height:1.3rem;top:3.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoULW8MKIiqxQf4Cg73utBC0u4QJ1zKv { width:20rem;height:13.1875rem;top:5.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbN59SndwoiahBZrsMy0TrmNHDoGFH0c { width:20rem;height:7.375rem;top:33.28515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfW4832iwUEBSqHVGbVQci3VsaTxrMD { width:12.1875rem;height:4.375rem;top:41.22265625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glybC5QJHFGD2fIN97oOI4QDbdP160nm { display:block; }
 }@media only screen and (max-width: 763px) { #fwXfpba87QdT1nXUl28dEveQpis6KPZT { width:9.875rem;height:13.25rem;top:19.41015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcMvWWeu6iyWDlcvxPwfzHA76liiWBHH { width:9.3125rem;height:13rem;top:19.53515625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSkixEA7qRyTpUghgtv5qp8550uHkahR { display:block; }#SSkixEA7qRyTpUghgtv5qp8550uHkahR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdTaZlan3WRkmUCvZGWVqlRqDQZ3lyI0 { width:20rem;height:2.6rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW { display:block; }#mQmwWcvADQ0LxFHOF0nFfB7uyoPZI8cW > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX30L6iaBTBUur20LQVcmy2UP5kzyST8 { width:20rem;height:14.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKZI9A3BTHHbyGaJyZdDneJqtvWkAn9w { width:8.375rem;height:11rem;top:3.2490234375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6yD009CamNlDBfEeiGUnKpHKwi7RPiU { width:12.5rem;height:1.3rem;top:3.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNiUJ1vfM6Akf8Z0bb6OhZGtacvSEUtS { width:11.5rem;height:9.1875rem;top:5.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9xDmk1y1IVandm0c4EqhUFS5ExTC2f { width:2.5rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2KISqkpT3UHU2q5Nlic7xGxDNIUBe3O { width:1.875rem;height:1.625rem;top:15.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhpewZePzMOQlgtCIoWoL9zv12mfN1E { width:20rem;height:13.5rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz2SfchzL2iQ99hoVzFaUOPuASOgK44Z { width:11.375rem;height:9.1875rem;top:18.4375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6HNd8zubLqXQCcdWVSX6oNZFF0H7Wb { width:8.3125rem;height:11rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx73ZwDouhf39U4dTk9eGvHtwvS4vUCX { width:11.4375rem;height:1.3rem;top:16.9375rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt { display:block; }#GzEzgk3Rm26XctuW6ZIm2C5XAL9Sx9Wt > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZnR1NvN3POPPi1sD7usoTfdgfqQQG6h { width:20rem;height:15.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3yBRNwSO8Z19yQATNRTcbgT57hgThFU { width:8.4375rem;height:11.125rem;top:4rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWEoQcLxaH8q2kS2dRIVQ2eviWRNT3C { width:10.875rem;height:1.4625rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeVfiQLpeowWklgzB5oNZeFTdN4knwv9 { width:11.375rem;height:9.1875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFdiSyKlbTBHcJBnQxETATVXhJr3HtgT { width:2.9375rem;height:2.5625rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkzSftecyw4BVDkpGH5dIE5L0aNvNN19 { width:1.6875rem;height:1.5rem;top:17.1875rem;left:18.168103448276rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLZvC9LsAiKNTJsqUy6EIkaEq15K4con { width:20rem;height:15.5625rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHGoTN4FOtLyqVq9EROzGKnz3gmvP0o { width:11.0625rem;height:10.5rem;top:20.8671875rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNn9aSGdXZVMyAQLnuqeEFGZwIPrzVl6 { width:8.875rem;height:11.6875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELNywU5leE4RJ7qASX1haWZTW09ez8yk { width:10.4375rem;height:1.3rem;top:18.8125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 { display:block; }#zeSSptnBbTSOcqpoztkoQr8SQ9STDI72 > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFra5tt5v06IntgpEdilWWfzNehwJ1hC { width:15.75rem;height:8.8125rem;top:27.03515625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSNHgr65Qc138o1gnxGgt838c3kVEwu { width:14rem;height:4.1875rem;top:31.72265625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCT8fUyX3y0tWQxEGObIPbi67QMxagAQ { width:20rem;height:2.275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80uABtwFALAVs04AywCRG7kBNT3r6Qz { width:20rem;height:1.3rem;top:3.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-text {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .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; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-select {padding-top: 0; padding-bottom: 0;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;text-align:center;text-align-last:center;height:4.8125rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb  { width:17.5rem;height:auto;top:5.47265625rem;left:0rem; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb {display:block;}#U6Caay3vubRzKK4ude9DTVh1hTdR22Qb { width:17.5rem;height:auto;top:5.47265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #R1Am7QnAQvKbhsGCML8SRww0yCGp801Z {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #knS8tUQlhL0ClBI6LAV6q9PR3x6lD0MH { display:none; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #WDDoKdgSOcleGFOfEXmFy0T2K8zpRfNX {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #QuCqUdqDCIa2uV2phuLBhPHOBxxyWI7P {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZOnbkmbpriUKVTGE5llC2iFUnBxtAWGP { display:none; }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #ZORDADsHF2IDloVJ0ZhlTmEFHJzQ8sTK {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #KfckMuGAuzu9gTLMAgfGUJi88cwU8Drz {  }
 }@media only screen and (max-width: 763px) { #U6Caay3vubRzKK4ude9DTVh1hTdR22Qb #Ek0QmxD80fhfL8qzmaVcFAqzhatvskk1 {  }
 }