.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,221,224;--color-primary-1:223,143,150;--color-primary-2:190,30,45;--color-primary-3:95,15,23;--color-primary-4:29,5,7;--color-secondary-0:217,236,228;--color-secondary-1:128,191,166;--color-secondary-2:0,127,77;--color-secondary-3:0,64,39;--color-secondary-4:0,19,12;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT { 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/TKhouqko/italian_food_background_on_dark_X7Y9GVC_wider_page_w3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT.adaptive-delivery-prevent-bg, #ahZcLfLWLrde5WtzdexsPeesT3HBWTJT.lazyload, #ahZcLfLWLrde5WtzdexsPeesT3HBWTJT.lazyloading { background-image: none; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container { background-color: transparent; background-image: none; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container > .video-iframe-container { display: none; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row > .video-iframe-container { display: none; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .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); }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container { border-width: 0; border-radius: 0; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#zyhliMLNghMz2aOT1sfuO813QskmdEOF { color:#2e2e2e;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:18.154296875rem;left:8.4375rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#qNVTTz5qePBWkGs3HxytiyW7a6BSQLhz { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:42.75rem;top:16.0625rem;left:8.625rem;display:block; }
#ge9RzlvxGi1pwb9T00QWU4Jb2aHx0fdM { 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: none;height:14.74975rem;width:8.4375rem;top:31.497802734375rem;left:0rem;overflow:hidden;display:block; }
#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 { position:relative;display:block; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 { background-color: transparent; background-image: none; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container > .video-iframe-container { display: none; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row > .video-iframe-container { display: none; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .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); }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 { border-width: 0; border-radius: 0; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aP13mT6GBzshBZJ7oCeAZoh1HmmDnG3T { color:rgba(var(--color-primary-2),1);display:block;width:49.1235625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.898193359375rem;left:5.43701171875rem;height:6.17431875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRidmdtKGuX5tMl97HPzsNImfZkRrtVO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.374rem;width:46.499rem;top:10.05859375rem;left:7.686767578125rem;overflow:hidden;display:block; }
#hpNpO32Kb2uk6PFdwh5wrRB9Ms138Elp { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:35.315673828125rem;left:2.8125rem;height:2.44385rem;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; }
#SnN6UUD8Te52r6sRmhmUXAzZ7TG4AwPM { 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: none;height:6.7480625rem;width:6.7480625rem;top:26.76025390625rem;left:53.250732421875rem;overflow:hidden;display:block; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.306875rem;padding-right:1.16rem;padding-bottom:1.306875rem;padding-left:1.16rem;display:block;align-items:center;width:6.955rem;min-width:6.955rem;height:7.0225rem;position:relative;font-family:var(--headlines-font-family);font-size:5.2275rem;font-weight:700;line-height:112.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.816875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.27375rem;height:2.774375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.96rem;font-weight:400;line-height:44.39px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:41.125rem;height:13.2275rem;padding-top:1.63375rem;padding-right:1.65625rem;padding-bottom:1.63375rem;padding-left:1.65625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45.0625rem;left:7.8125rem;z-index:15003; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #XHxxIR0nIit28dzaCxSsBvdClC4rOLsl { display:flex;position:relative;top:0rem;left:0rem; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #NTkBRItP43zIAA3yhTylCQxsJQ6wGsRp { width:auto; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #x7JcS1w93VdtulIzus4TQDw6TFAHu8G5 {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #T9ZQqaZgC8NlUUeP1h1pZwgIx1Zpbcfr { display:flex;position:relative;top:0rem;left:0rem; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #CEzfNoVXxEK512D7s5XrIxvHWJKXff6W {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #B1hvZ2gz79QCATsBpvDeSTsq5PXEzQBD {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #JhXL3W4wPIwPybSF0cT74Q9497qJtvZ0 { display:flex;position:relative;top:0rem;left:0rem; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #sNTWbp0DHDJ4PRgotViRgvMPAgCKlD5r {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #mZ4y3rQLaTGU1lJNJ9epAEyy4lcT1Q90 {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #ozOaIHrT8ALCgMZOHJ50SH8X1CHFNRTp { display:flex;position:relative;top:0rem;left:0rem; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #MRBAJf4TLcQolqcAbcdJWqthfuNOd4EV {  }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #weSVao56QDFTk8ZWQJZFmqksKcDtiftA {  }
#KHluC24GNpGL439b3Hf4VH1bprqzOsBu { color:rgba(var(--color-tertiary-4),1);display:block;width:44.624rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:63.0625rem;left:7.6875rem;height:4.886725rem;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; }
#c7TZTlaKg1mBGSouwnat37pUlgeTkQHk { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1235625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:42.054443359375rem;left:5.43701171875rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze { 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/5f7a5dF0/italy_bg_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze.adaptive-delivery-prevent-bg, #yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze.lazyload, #yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze.lazyloading { background-image: none; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container { background-color: transparent; background-image: none; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container > .video-iframe-container { display: none; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row > .video-iframe-container { display: none; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .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); }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container { border-width: 0; border-radius: 0; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#rr52nHosl5kSTILiGVQXSaqiTSXA3LsG { color:#2e2e2e;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.859375rem;left:7.83447265625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 { 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/5f7a5dF0/italy_bg_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09.adaptive-delivery-prevent-bg, #DXrEwH3IDuNUitnnmiXn3VEwA411JB09.lazyload, #DXrEwH3IDuNUitnnmiXn3VEwA411JB09.lazyloading { background-image: none; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container { background-color: transparent; background-image: none; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container > .video-iframe-container { display: none; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row > .video-iframe-container { display: none; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .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); }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container { border-width: 0; border-radius: 0; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:60rem;position:relative;display:block; }#TiHOSDXVPTtoWeLguH35TS5ASZqOfVSS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:11.625rem;width:18.75rem;top:2.559814453125rem;left:5.5625rem;overflow:hidden;display:block; }
#yPg8dLpeyU26ugfu2lvuHCfdo99aVBz4 { 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:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.37451171875rem;left:8.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#bmOpyE2OVIgG8tCFKHQaiybeFpsg2IQr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:11.625rem;width:18.75rem;top:2.56103515625rem;left:34.6875rem;overflow:hidden;display:block; }
#VrFNWZ7krTrFpVvMxTwhTOrpZfGVkqfP { 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:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.373291015625rem;left:37.8125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:19.185791015625rem;left:33.6865234375rem;height:;display:block; }#fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
#luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:19.185791015625rem;left:4.87548828125rem;height:15.0703125rem;display:block; }#luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT { 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/5f7a5dF0/italy_bg_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT.adaptive-delivery-prevent-bg, #H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT.lazyload, #H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT.lazyloading { background-image: none; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container { background-color: transparent; background-image: none; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container > .video-iframe-container { display: none; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row > .video-iframe-container { display: none; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .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); }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container { border-width: 0; border-radius: 0; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L { color:rgba(var(--color-tertiary-4),1);display:block;width:25.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:18.4033203125rem;left:2.093505859375rem;height:9.9658125rem;display:block; }#OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
#mcRS1uV7RfxN5MQhEcar3ta8vZFgkWbO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:11.625rem;width:18.75rem;top:2.56103515625rem;left:5.625rem;overflow:hidden;display:block; }
#aEAKSTMArv59kRNge4iIsu5Rhtgc3SaQ { 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:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5654296875rem;left:8.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#T1Qzoai51XGZdx0w45myyNHqGsgCT9OT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:11.625rem;width:18.75rem;top:2.562255859375rem;left:35.625rem;overflow:hidden;display:block; }
#RHB1SyqOmPQ1lTTsTQaJmWZtsq4ctqOg { 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:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.426025390625rem;left:38.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:18.4033203125rem;left:31.3427734375rem;height:15.3828125rem;display:block; }#ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT { 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/5f7a5dF0/italy_bg_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT.adaptive-delivery-prevent-bg, #TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT.lazyload, #TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT.lazyloading { background-image: none; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container { background-color: transparent; background-image: none; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container > .video-iframe-container { display: none; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row > .video-iframe-container { display: none; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .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); }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container { border-width: 0; border-radius: 0; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#hhRg70bQM6mVt4Eh4p2U54qvaspBUcIX { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.98193359375rem;left:12.5rem;height:11.4726625rem;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; }
#IO4KT4bahzffbCIlJtLRiJ3tcyB3tGXP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:16.1865rem;width:40.37475rem;top:1.624755859375rem;left:9.810791015625rem;display:block; }
#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 { position:relative;display:block; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 { background-color: transparent; background-image: none; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container > .video-iframe-container { display: none; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row > .video-iframe-container { display: none; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .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); }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 { border-width: 0; border-radius: 0; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SSED54CVWWvSdJ4SZbTuav8X5XSySqGp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:19.125rem;width:28.6875rem;top:1.8125rem;left:0.625rem;overflow:hidden;display:block; }
#UUzy5RbPMe99f8lcyyv64GNldKXu3nUg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:19.125rem;width:28.6875rem;top:1.8125rem;left:30.75rem;overflow:hidden;display:block; }
#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS { position:relative;display:block; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS { background-color: transparent; background-image: none; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container > .video-iframe-container { display: none; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row > .video-iframe-container { display: none; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .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); }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS { border-width: 0; border-radius: 0; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JQvTD2fVZ6Ommv6lq0a8rFp5TnuZDfiH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.578125rem;left:23.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#LbO5cgv7GeiyghQz5bWIJypKE3FOJqp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:6.484375rem;left:6.6875rem;height:25.279275rem;display:block; }
#eU3G1QwMfu6AhHbBiFERf309EBlKITTE { position:relative;display:block; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE { background-color: transparent; background-image: none; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container > .video-iframe-container { display: none; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row > .video-iframe-container { display: none; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .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); }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE { border-width: 0; border-radius: 0; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Avu8WITr1oywvC5a0bSlTVLe1Php9bBl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3937501907349rem;left:20.15625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ELyJiCghJOFSDX0w8I0HPPqifuGFCgFv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:18.6875rem;width:13.8125rem;top:28.75rem;left:9.1875rem;overflow:hidden;display:block; }
#cTZOkEUAfR0pVeSCKuwv0PFIhiTwQ31c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;height:18.625rem;width:29.9375rem;top:28.75rem;left:24rem;overflow:hidden;display:block; }
#bXkDTUTlu2EnqseOpm5ufTz00glIurTg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:5.3624992370606rem;left:21.4375rem;height:;display:block; }#bXkDTUTlu2EnqseOpm5ufTz00glIurTg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXkDTUTlu2EnqseOpm5ufTz00glIurTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
#DlyBV6eFHclv9FcaLSRwl8t5s45AqvC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:5.3625001907349rem;left:13.625rem;height:17.209rem;text-align:center;text-align-last:center;display:block; }
#plTHlN8IJnmvxk9DsqfONMmx0tep80JM { 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:14.75rem;width:8.4375rem;top:42.6875rem;left:0rem;overflow:hidden;display:block; }
#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc { position:relative;display:block; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc { background-color: transparent; background-image: none; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container > .video-iframe-container { display: none; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row > .video-iframe-container { display: none; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .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); }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc { border-width: 0; border-radius: 0; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GsJwQC7b7FGKW1hqOZXv4XnM4QtNwOrp { 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:4.3125rem;width:3.25rem;top:9.6875rem;left:3.875rem;overflow:hidden;display:block; }
#FXWdwD8Gh03hglzUqg3qhr8iuLilBORl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:8.25rem;left:9.5625rem;height:29.914rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ces1Mn655sb4Xa3V1ZtTb6fbiMrDzzS3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.25rem;top:19.4375rem;left:3.875rem;overflow:hidden;display:block; }
#bxFCCFlPEQVuhGUTmkH6I56s9mhQVT9b { position:absolute;display:block;z-index:15005;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.1875rem;width:4rem;top:30.25rem;left:3.5rem;overflow:hidden;display:block; }
#wbu22U2NAfwC0b213rvWDiGR6egPC7FK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:8.25rem;left:34.3125rem;height:29.91403125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BsKqdeoSKJD8O8ka2DhWnTFOy654qOTp { position:absolute;display:block;z-index:15007;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.875rem;width:4.5rem;top:29.90625rem;left:52.625rem;overflow:hidden;display:block; }
#BnC8wSmAewgRvzCdz5E8F42borOhIX68 { position:absolute;display:block;z-index:15006;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:4.4375rem;width:4.875rem;top:19.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#R18kTdIWETg4e3Wv09iSZS5AfQGOleTR { 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:4.1875rem;width:3.5625rem;top:9.75rem;left:53.09375rem;overflow:hidden;display:block; }
#niznwqsiTykptbKTwKU9NmaERInQllsl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:20.09375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ { background-color:rgba(var(--color-tertiary-1),1);background-image:none;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; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container { background-color: transparent; background-image: none; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container > .video-iframe-container { display: none; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row > .video-iframe-container { display: none; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .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); }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container { border-width: 0; border-radius: 0; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container { width:60rem;height:55.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-form-header {  }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:26.6875rem;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; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .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:26.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.4375rem;overflow:hidden;font-style:normal; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .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; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-container:first-of-type{padding-top:0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-container:last-of-type{padding-bottom:0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);z-index:15000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:12.84765625rem;left:16.017578125rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.6875rem;display:block;vertical-align:top; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv {display:block;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);z-index:15000;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:12.84765625rem;left:16.017578125rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #u8VhXHy2guGiJ1pbmQAMLhzTWTqpgFoV { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JvCgr1PoQA2E8tlFT84tX1E5Bz4wtwTl { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Bq8ITEJh1dol1RzeNKDw1MTEkCVsGcWr { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #aeQd17PKqdMR9eqfZCmfWLzrwvgwbPvT { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Th1EkDkPJ6KkQXEf6AD7NOKOwJApe85l { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #vxdccHrAhUmcNKMNZ8dERTJm59c1zAZD { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #PdR3QpVilPAffFGuSKtmhgcCQvVCyTWM { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #sBaumUdRF34ZKLyZrZNydyb661c1m3DM { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #lQR24V7KnKsJCv9T4nOOXFD324uJJU7D { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ii8neXrOglMh2iNeAATALNzZT5x6X6Mh { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ei4GdF5Ph0KdaQeAy7JVeO9OhzUp3g25 { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #gS4BZK0g8kCNJ3rSKWUbsUlR4Rict21Z { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ynZdITlO1J38UCqiLVosa5vK2aiUDGfv { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #T7uFPazoMhGEsDvkuoOFTUh5OkliGB97 { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #zaqiHm6EtHyTJP3Z4rKdZTkhFp96SqKl { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #B0cESoQ4QEE9wdqH1MoGdmczDsANeA7m { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #n4tkZJDwy5lJPbMDoQDg3QtT3Fos1L4P { position:relative;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ah9lBvfUyzWGEv6PoBQZQc5rcJ9rLhbp { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #uFo5kygLJd26xkO0tkpyR0pUVTguKTXG { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #MCUyP3VlRGMwlxhkXEvs5CvrfknQ1icD { position:relative;z-index:2; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JeuxmS0buz3vDbDWIe0prclpQWwNFbrr { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #CIT4lqXsdu6cZbu0StnH7Oy7LFHe2Skh { position:relative; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #oWiPpKAzOox7r8o4Zz8fuT5E0JrTvJ9Q { position:relative; }
#nDFDmRzLwS2G6INgTTZfnIa2kWQdyWZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6640625rem;left:9.48828125rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#S8czgC6R4R0ZDPXnsF2B2NMEcnrQCyw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.48828125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DgQVV8peRICDZigJieJBVC6CnDX6WcnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,246,0.9);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container { background-color: transparent; background-image: none; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container > .video-iframe-container { display: none; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row > .video-iframe-container { display: none; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .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); }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container { border-width: 0; border-radius: 0; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#kB36PgRkKFtKnwkTIFvxPMSIO1erx9ND { color:rgba(var(--color-tertiary-1),0.7);display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:25.21875rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#rivalTQbgO6axGksC3ATkx6Q3SPDiZqp { 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:4.875rem;width:10.125rem;top:2.875rem;left:15.09375rem;overflow:hidden;display:block; }
#mNN0T9DrSFBMmOutT54dhikW7Aedl4Uq { z-index:15003;top:8.375rem;left:31.28125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uPTkaU67ClTtmw5wKVx8vhfZxLVur2MG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ahZcLfLWLrde5WtzdexsPeesT3HBWTJT { display:block; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyhliMLNghMz2aOT1sfuO813QskmdEOF { top:18.125rem;left:2.3125rem;width:43.125rem;height:11.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVTTz5qePBWkGs3HxytiyW7a6BSQLhz { top:16.0625rem;left:2.5rem;width:42.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge9RzlvxGi1pwb9T00QWU4Jb2aHx0fdM { top:31.4375rem;left:0rem;width:8.4375rem;height:14.74975rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 { display:block; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP13mT6GBzshBZJ7oCeAZoh1HmmDnG3T { top:1.875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRidmdtKGuX5tMl97HPzsNImfZkRrtVO { top:10rem;left:1.25rem;width:46.4375rem;height:23.343085335168rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpNpO32Kb2uk6PFdwh5wrRB9Ms138Elp { top:35.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnN6UUD8Te52r6sRmhmUXAzZ7TG4AwPM { top:26.75rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-number { padding-top:0.445rem;padding-right:0.389375rem;padding-bottom:0.445rem;padding-left:0.389375rem;width:2.335625rem;min-width:2.625rem;height:2.39125rem;font-size:1.779375rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.11375rem;height:0.945625rem;font-size:0.6675rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO { display:flex;width:16.4375rem;height:4.504375rem;top:35.875rem;left:0rem;padding-top:1.453125rem;padding-right:1.473125rem;padding-bottom:1.453125rem;padding-left:1.473125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #XHxxIR0nIit28dzaCxSsBvdClC4rOLsl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #NTkBRItP43zIAA3yhTylCQxsJQ6wGsRp {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #x7JcS1w93VdtulIzus4TQDw6TFAHu8G5 {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #T9ZQqaZgC8NlUUeP1h1pZwgIx1Zpbcfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #CEzfNoVXxEK512D7s5XrIxvHWJKXff6W {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #B1hvZ2gz79QCATsBpvDeSTsq5PXEzQBD {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #JhXL3W4wPIwPybSF0cT74Q9497qJtvZ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #sNTWbp0DHDJ4PRgotViRgvMPAgCKlD5r {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #mZ4y3rQLaTGU1lJNJ9epAEyy4lcT1Q90 {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #ozOaIHrT8ALCgMZOHJ50SH8X1CHFNRTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #MRBAJf4TLcQolqcAbcdJWqthfuNOd4EV {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #weSVao56QDFTk8ZWQJZFmqksKcDtiftA {  }
 }@media only screen and (max-width: 763px) { #KHluC24GNpGL439b3Hf4VH1bprqzOsBu { top:63.0625rem;left:1.5625rem;width:44.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7TZTlaKg1mBGSouwnat37pUlgeTkQHk { top:42rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze { display:block; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr52nHosl5kSTILiGVQXSaqiTSXA3LsG { top:0.8125rem;left:1.70947265625rem;width:43.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXrEwH3IDuNUitnnmiXn3VEwA411JB09 { display:block; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiHOSDXVPTtoWeLguH35TS5ASZqOfVSS { top:2.5rem;left:2.5rem;width:18.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPg8dLpeyU26ugfu2lvuHCfdo99aVBz4 { top:16.3125rem;left:5.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOpyE2OVIgG8tCFKHQaiybeFpsg2IQr { top:2.5rem;left:25.5rem;width:18.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFNWZ7krTrFpVvMxTwhTOrpZfGVkqfP { top:16.3125rem;left:28.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi { top:19.125rem;left:24.4990234375rem;width:22.5625rem;height:;font-size:1.0625rem;display:block; }#fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI { top:19.125rem;left:1.81298828125rem;width:20.1875rem;height:16.8125rem;font-size:1.0625rem;display:block; }#luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT { display:block; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L { top:18.375rem;left:0rem;width:25.75rem;height:13.5625rem;font-size:1.0625rem;display:block; }#OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #mcRS1uV7RfxN5MQhEcar3ta8vZFgkWbO { top:2.5rem;left:2.5625rem;width:18.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEAKSTMArv59kRNge4iIsu5Rhtgc3SaQ { top:15.5625rem;left:5.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Qzoai51XGZdx0w45myyNHqGsgCT9OT { top:2.5rem;left:26.4375rem;width:18.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHB1SyqOmPQ1lTTsTQaJmWZtsq4ctqOg { top:15.375rem;left:29.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb { top:18.375rem;left:20.4375rem;width:27.25rem;height:17.125rem;font-size:1.0625rem;display:block; }#ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT { display:block; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhRg70bQM6mVt4Eh4p2U54qvaspBUcIX { top:3.9375rem;left:6.375rem;width:35rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4KT4bahzffbCIlJtLRiJ3tcyB3tGXP { top:1.5625rem;left:3.685791015625rem;width:40.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 { display:block; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSED54CVWWvSdJ4SZbTuav8X5XSySqGp { top:1.8125rem;left:0rem;width:28.6875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzy5RbPMe99f8lcyyv64GNldKXu3nUg { top:1.8125rem;left:7.125rem;width:28.6875rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS { display:block; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQvTD2fVZ6Ommv6lq0a8rFp5TnuZDfiH { top:1.5625rem;left:17.625rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbO5cgv7GeiyghQz5bWIJypKE3FOJqp0 { top:6.4375rem;left:0.56201171875rem;width:46.5625rem;height:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU3G1QwMfu6AhHbBiFERf309EBlKITTE { display:block; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avu8WITr1oywvC5a0bSlTVLe1Php9bBl { top:1.375rem;left:14.03125rem;width:19.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyJiCghJOFSDX0w8I0HPPqifuGFCgFv { top:28.75rem;left:3.0625rem;width:13.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTZOkEUAfR0pVeSCKuwv0PFIhiTwQ31c { top:28.75rem;left:17.8125rem;width:29.9375rem;height:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXkDTUTlu2EnqseOpm5ufTz00glIurTg { top:5.3125rem;left:15.3125rem;width:20.1875rem;height:;font-size:1rem;display:block; }#bXkDTUTlu2EnqseOpm5ufTz00glIurTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #DlyBV6eFHclv9FcaLSRwl8t5s45AqvC0 { top:5.3125rem;left:7.5rem;width:32.75rem;height:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTHlN8IJnmvxk9DsqfONMmx0tep80JM { top:42.6875rem;left:0rem;width:8.4375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc { display:block; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsJwQC7b7FGKW1hqOZXv4XnM4QtNwOrp { top:9.6875rem;left:0.8125rem;width:3.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXWdwD8Gh03hglzUqg3qhr8iuLilBORl { top:8.25rem;left:6.5rem;width:16.9375rem;height:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ces1Mn655sb4Xa3V1ZtTb6fbiMrDzzS3 { top:19.4375rem;left:0.8125rem;width:3.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFCCFlPEQVuhGUTmkH6I56s9mhQVT9b { top:30.25rem;left:0.4375rem;width:4rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbu22U2NAfwC0b213rvWDiGR6egPC7FK { top:8.25rem;left:25.125rem;width:17.25rem;height:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsKqdeoSKJD8O8ka2DhWnTFOy654qOTp { top:29.875rem;left:43.25rem;width:4.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnC8wSmAewgRvzCdz5E8F42borOhIX68 { top:19.4375rem;left:42.875rem;width:4.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R18kTdIWETg4e3Wv09iSZS5AfQGOleTR { top:9.75rem;left:43.90625rem;width:3.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niznwqsiTykptbKTwKU9NmaERInQllsl { top:2.25rem;left:4.1875rem;width:19.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ { display:block; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-regular-label { width:26.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-textarea { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-select { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-checkbox-label { width:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv  { width:26.6875rem;height:auto;top:12.8125rem;left:9.892578125rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .radio-container { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv {display:block;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv { width:26.6875rem;height:auto;top:12.8125rem;left:9.892578125rem; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #u8VhXHy2guGiJ1pbmQAMLhzTWTqpgFoV {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JvCgr1PoQA2E8tlFT84tX1E5Bz4wtwTl { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Bq8ITEJh1dol1RzeNKDw1MTEkCVsGcWr {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #aeQd17PKqdMR9eqfZCmfWLzrwvgwbPvT {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Th1EkDkPJ6KkQXEf6AD7NOKOwJApe85l { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #vxdccHrAhUmcNKMNZ8dERTJm59c1zAZD {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #PdR3QpVilPAffFGuSKtmhgcCQvVCyTWM {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #sBaumUdRF34ZKLyZrZNydyb661c1m3DM { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #lQR24V7KnKsJCv9T4nOOXFD324uJJU7D {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ii8neXrOglMh2iNeAATALNzZT5x6X6Mh {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ei4GdF5Ph0KdaQeAy7JVeO9OhzUp3g25 { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #gS4BZK0g8kCNJ3rSKWUbsUlR4Rict21Z {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ynZdITlO1J38UCqiLVosa5vK2aiUDGfv {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #T7uFPazoMhGEsDvkuoOFTUh5OkliGB97 {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #zaqiHm6EtHyTJP3Z4rKdZTkhFp96SqKl {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #B0cESoQ4QEE9wdqH1MoGdmczDsANeA7m {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #n4tkZJDwy5lJPbMDoQDg3QtT3Fos1L4P { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ah9lBvfUyzWGEv6PoBQZQc5rcJ9rLhbp {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #uFo5kygLJd26xkO0tkpyR0pUVTguKTXG {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #MCUyP3VlRGMwlxhkXEvs5CvrfknQ1icD {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JeuxmS0buz3vDbDWIe0prclpQWwNFbrr {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #CIT4lqXsdu6cZbu0StnH7Oy7LFHe2Skh {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #oWiPpKAzOox7r8o4Zz8fuT5E0JrTvJ9Q {  }
 }@media only screen and (max-width: 763px) { #nDFDmRzLwS2G6INgTTZfnIa2kWQdyWZ5 { top:6.625rem;left:3.36328125rem;width:43.5rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8czgC6R4R0ZDPXnsF2B2NMEcnrQCyw6 { top:2.6875rem;left:3.36328125rem;width:43.5rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQVV8peRICDZigJieJBVC6CnDX6WcnW { display:block; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB36PgRkKFtKnwkTIFvxPMSIO1erx9ND { top:2.8125rem;left:19.093505859375rem;width:22rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivalTQbgO6axGksC3ATkx6Q3SPDiZqp { top:2.875rem;left:8.96875rem;width:10.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN0T9DrSFBMmOutT54dhikW7Aedl4Uq { top:8.375rem;left:25.15625rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTkaU67ClTtmw5wKVx8vhfZxLVur2MG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ahZcLfLWLrde5WtzdexsPeesT3HBWTJT { display:block; }#ahZcLfLWLrde5WtzdexsPeesT3HBWTJT > .row .container { width:20rem;height:24.43603515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyhliMLNghMz2aOT1sfuO813QskmdEOF { width:20rem;height:14.9963125rem;top:2.24853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNVTTz5qePBWkGs3HxytiyW7a6BSQLhz { width:20rem;height:18.62425rem;top:1.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge9RzlvxGi1pwb9T00QWU4Jb2aHx0fdM { width:5.1245125rem;height:9.0625rem;top:15.37353515625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 { display:block; }#XsowkCisHfVHqAEnBQytSsR8TMCerbJ0 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP13mT6GBzshBZJ7oCeAZoh1HmmDnG3T { width:17.56225rem;height:7.1435625rem;top:0rem;left:1.217041015625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRidmdtKGuX5tMl97HPzsNImfZkRrtVO { width:20rem;height:10rem;top:8.111572265625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hpNpO32Kb2uk6PFdwh5wrRB9Ms138Elp { width:20rem;height:5.738525rem;top:20.10009765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnN6UUD8Te52r6sRmhmUXAzZ7TG4AwPM { width:12rem;height:12rem;top:180.8623125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-number { padding-top:0.47625rem;padding-right:0.418125rem;padding-bottom:0.47625rem;padding-left:0.418125rem;width:2.509375rem;min-width:2.509375rem;height:2.55875rem;font-size:1.905rem;line-height:40.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2975rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.34625rem;height:1.01125rem;font-size:0.714375rem;line-height:16.18px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO { display:flex;width:16.8125rem;height:4.4375rem;top:29.625rem;left:0rem;padding-top:1.55625rem;padding-right:1.58375rem;padding-bottom:1.55625rem;padding-left:1.58375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #XHxxIR0nIit28dzaCxSsBvdClC4rOLsl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #NTkBRItP43zIAA3yhTylCQxsJQ6wGsRp {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #x7JcS1w93VdtulIzus4TQDw6TFAHu8G5 {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #T9ZQqaZgC8NlUUeP1h1pZwgIx1Zpbcfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #CEzfNoVXxEK512D7s5XrIxvHWJKXff6W {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #B1hvZ2gz79QCATsBpvDeSTsq5PXEzQBD {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #JhXL3W4wPIwPybSF0cT74Q9497qJtvZ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #sNTWbp0DHDJ4PRgotViRgvMPAgCKlD5r {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #mZ4y3rQLaTGU1lJNJ9epAEyy4lcT1Q90 {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #ozOaIHrT8ALCgMZOHJ50SH8X1CHFNRTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #MRBAJf4TLcQolqcAbcdJWqthfuNOd4EV {  }
 }@media only screen and (max-width: 763px) { #gmtdgMTWkp0lwXdWSw38JPJE4xflCOaO #weSVao56QDFTk8ZWQJZFmqksKcDtiftA {  }
 }@media only screen and (max-width: 763px) { #KHluC24GNpGL439b3Hf4VH1bprqzOsBu { width:20rem;height:7.6513625rem;top:37.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7TZTlaKg1mBGSouwnat37pUlgeTkQHk { width:20rem;height:1.7858875rem;top:27.91748046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze { display:block; }#yTuxCyU8pGBSFz4U7nLTFmglSpk7aTze > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr52nHosl5kSTILiGVQXSaqiTSXA3LsG { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXrEwH3IDuNUitnnmiXn3VEwA411JB09 { display:block; }#DXrEwH3IDuNUitnnmiXn3VEwA411JB09 > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiHOSDXVPTtoWeLguH35TS5ASZqOfVSS { width:18.75rem;height:11.625rem;top:40.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPg8dLpeyU26ugfu2lvuHCfdo99aVBz4 { width:12.5rem;height:1.4625rem;top:56.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmOpyE2OVIgG8tCFKHQaiybeFpsg2IQr { width:17.4375rem;height:14.125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFNWZ7krTrFpVvMxTwhTOrpZfGVkqfP { width:12.5rem;height:1.4625rem;top:16.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi { width:20rem;height:22.9150625rem;top:19.35416875rem;left:0rem;font-size:1.0625rem;display:block; }#fxxoaRNczLIHAvtuG3KyuzFOtE4Gfndi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI { width:20rem;height:18.6791875rem;top:59.39941171875rem;left:0rem;font-size:1.0625rem;display:block; }#luwRdVCXlyMA1ALdIGJtvT8CouUnPfpI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT { display:block; }#H90Gp2yt0BoHITWuBZIaUCHu5pT9ndfT > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L { width:20rem;height:17.18625rem;top:56.06201171875rem;left:0rem;font-size:1.0625rem;display:block; }#OFCtX3zEXk1sBQPe388HX8VgBVHqNS9L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #mcRS1uV7RfxN5MQhEcar3ta8vZFgkWbO { width:19.187rem;height:11.499rem;top:40.811767578125rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEAKSTMArv59kRNge4iIsu5Rhtgc3SaQ { width:12.5rem;height:1.4624rem;top:53.81103515625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Qzoai51XGZdx0w45myyNHqGsgCT9OT { width:18.9375rem;height:11.0625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHB1SyqOmPQ1lTTsTQaJmWZtsq4ctqOg { width:12.5rem;height:1.4624rem;top:13.6865234375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb { width:20rem;height:22.6025625rem;top:16.0400390625rem;left:0rem;font-size:1.0625rem;display:block; }#ss2PZMhdVzJUKVhpJ5P4vQSBWTKCXyWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT { display:block; }#TmFCn7ByEwemaE5MKfSNMoPGdusNlQVT > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhRg70bQM6mVt4Eh4p2U54qvaspBUcIX { width:18.6875rem;height:18.2263125rem;top:1.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO4KT4bahzffbCIlJtLRiJ3tcyB3tGXP { width:20rem;height:22.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 { display:block; }#R11Quq2Ou6r8Pq5K1dl0eoP5d0iOOMX6 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSED54CVWWvSdJ4SZbTuav8X5XSySqGp { width:20rem;height:13.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzy5RbPMe99f8lcyyv64GNldKXu3nUg { width:20rem;height:13.333333333333rem;top:15.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS { display:block; }#lB2EPwvNrEQP4vtIK1U9Dd5QzCOTqqeS > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQvTD2fVZ6Ommv6lq0a8rFp5TnuZDfiH { width:12.5rem;height:2.6rem;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbO5cgv7GeiyghQz5bWIJypKE3FOJqp0 { width:16.625rem;height:44.17971875rem;top:6rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU3G1QwMfu6AhHbBiFERf309EBlKITTE { display:block; }#eU3G1QwMfu6AhHbBiFERf309EBlKITTE > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Avu8WITr1oywvC5a0bSlTVLe1Php9bBl { width:19.6875rem;height:2.6rem;top:1.9375rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyJiCghJOFSDX0w8I0HPPqifuGFCgFv { width:15rem;height:20.125rem;top:37.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTZOkEUAfR0pVeSCKuwv0PFIhiTwQ31c { width:20rem;height:12.4375rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXkDTUTlu2EnqseOpm5ufTz00glIurTg { width:20rem;height:0;top:5.8125rem;left:0rem;font-size:1rem;display:block; }#bXkDTUTlu2EnqseOpm5ufTz00glIurTg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fa3F3R9r/6_red.png); }
 }@media only screen and (max-width: 763px) { #DlyBV6eFHclv9FcaLSRwl8t5s45AqvC0 { width:18.4375rem;height:28.69261875rem;top:5.3249998092651rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTHlN8IJnmvxk9DsqfONMmx0tep80JM { width:8.4375rem;height:14.75rem;top:100.28751220703rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc { display:block; }#NPyZ4G5PiXUrIXXTsAopOX2K0mMgv3Hc > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsJwQC7b7FGKW1hqOZXv4XnM4QtNwOrp { width:3.25rem;height:4.3125rem;top:5.1000003814697rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXWdwD8Gh03hglzUqg3qhr8iuLilBORl { width:18.4375rem;height:29.9243625rem;top:5.849609375rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ces1Mn655sb4Xa3V1ZtTb6fbiMrDzzS3 { width:3.25rem;height:4.4375rem;top:76.037475585938rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxFCCFlPEQVuhGUTmkH6I56s9mhQVT9b { width:4rem;height:3.1875rem;top:81.724975585938rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbu22U2NAfwC0b213rvWDiGR6egPC7FK { width:17.25rem;height:29.92435rem;top:39.40625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsKqdeoSKJD8O8ka2DhWnTFOy654qOTp { width:4.5rem;height:3.875rem;top:97.287475585938rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnC8wSmAewgRvzCdz5E8F42borOhIX68 { width:4.875rem;height:4.4375rem;top:91.599975585938rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R18kTdIWETg4e3Wv09iSZS5AfQGOleTR { width:3.5625rem;height:4.1875rem;top:86.162475585938rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #niznwqsiTykptbKTwKU9NmaERInQllsl { width:19.6875rem;height:2.6rem;top:1.25rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ { display:block; }#nalO3idcoKUDE2D4SW2pTzXKTtgvRPTQ > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv  { width:16.25rem;height:auto;top:13.75rem;left:0rem; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv {display:block;}#DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv { width:16.25rem;height:auto;top:13.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #u8VhXHy2guGiJ1pbmQAMLhzTWTqpgFoV {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JvCgr1PoQA2E8tlFT84tX1E5Bz4wtwTl { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Bq8ITEJh1dol1RzeNKDw1MTEkCVsGcWr {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #aeQd17PKqdMR9eqfZCmfWLzrwvgwbPvT {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Th1EkDkPJ6KkQXEf6AD7NOKOwJApe85l { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #vxdccHrAhUmcNKMNZ8dERTJm59c1zAZD {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #PdR3QpVilPAffFGuSKtmhgcCQvVCyTWM {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #sBaumUdRF34ZKLyZrZNydyb661c1m3DM { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #lQR24V7KnKsJCv9T4nOOXFD324uJJU7D {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ii8neXrOglMh2iNeAATALNzZT5x6X6Mh {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ei4GdF5Ph0KdaQeAy7JVeO9OhzUp3g25 { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #gS4BZK0g8kCNJ3rSKWUbsUlR4Rict21Z {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #ynZdITlO1J38UCqiLVosa5vK2aiUDGfv {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #T7uFPazoMhGEsDvkuoOFTUh5OkliGB97 {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #zaqiHm6EtHyTJP3Z4rKdZTkhFp96SqKl {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #B0cESoQ4QEE9wdqH1MoGdmczDsANeA7m {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #n4tkZJDwy5lJPbMDoQDg3QtT3Fos1L4P { display:block; }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #Ah9lBvfUyzWGEv6PoBQZQc5rcJ9rLhbp {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #uFo5kygLJd26xkO0tkpyR0pUVTguKTXG {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #MCUyP3VlRGMwlxhkXEvs5CvrfknQ1icD {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #JeuxmS0buz3vDbDWIe0prclpQWwNFbrr {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #CIT4lqXsdu6cZbu0StnH7Oy7LFHe2Skh {  }
 }@media only screen and (max-width: 763px) { #DBWVWvBL9wW9G9z1WZdJTbbDOSSu0lmv #oWiPpKAzOox7r8o4Zz8fuT5E0JrTvJ9Q {  }
 }@media only screen and (max-width: 763px) { #nDFDmRzLwS2G6INgTTZfnIa2kWQdyWZ5 { width:20rem;height:5.6066875rem;top:5.1123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8czgC6R4R0ZDPXnsF2B2NMEcnrQCyw6 { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQVV8peRICDZigJieJBVC6CnDX6WcnW { display:block; }#DgQVV8peRICDZigJieJBVC6CnDX6WcnW > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kB36PgRkKFtKnwkTIFvxPMSIO1erx9ND { width:20rem;height:6.4941375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rivalTQbgO6axGksC3ATkx6Q3SPDiZqp { width:10.125rem;height:4.875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN0T9DrSFBMmOutT54dhikW7Aedl4Uq { top:15.125rem;left:6.3125rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTkaU67ClTtmw5wKVx8vhfZxLVur2MG { display:block; }
 }