.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:254,246,245;--color-primary-1:252,225,222;--color-primary-2:248,194,189;--color-primary-3:124,97,95;--color-primary-4:37,29,28;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:cover !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; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { background-color: transparent; background-image: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container > .video-iframe-container { display: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row > .video-iframe-container { display: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .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); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { border-width: 0; border-radius: 0; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#VdmG7RA3pNN7FTBng0dSNPXLQGyaykOa { color:#353535;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.373046875rem;left:2.3125rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AinhcXOHPURn8GRekzyv8H9m6rA23sn9 { color:#353535;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.873046875rem;left:2.3125rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#do25MpqZE0EkA84m3TtXR3eDvL7AG01x { box-sizing:content-box;height:45.875rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),0.65), rgba(var(--color-secondary-0),0.65));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),0.65), rgba(var(--color-secondary-0),0.65));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),0.65), rgba(var(--color-secondary-0),0.65));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),0.65), rgba(var(--color-secondary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.65)', endColorstr='rgba(var(--color-secondary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.65)', endColorstr='rgba(var(--color-secondary-0),0.65)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),0.65), rgba(var(--color-secondary-0),0.65));background-size:auto !important;top:0.0625rem;left:0rem;display:block; }
#QIxyHebPSglK1QEzdfh0Gt5I4tXzrhW5 { color:#353535;display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.69775390625rem;left:2.3125rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-form-header {  }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:53.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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:53.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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:53.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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:53.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:#c31e46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:53.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:51.625rem;overflow:hidden;font-style:normal; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-container:first-of-type{padding-top:0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-container:last-of-type{padding-bottom:0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.125rem;left:2.3125rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:53.0625rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .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; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 {display:block;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:53.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.125rem;left:2.3125rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #hkrXupp5i14AZkUbl3zkOHUPthtxVgRm { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #E7R6S50VvHPLkUtvslZxRulTOq2MVmZ1 { position:relative;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #Nuo62BdIDFfF2Mmpn5Olapekby7zswF3 { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #gWbLbFDaHV1SaTOftVnhzZ2TNQu8BX7z { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #oiohGz780e1KdgNvbX2auLZZie4DKnBV { position:relative;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #J5BbZiOQ5vQI5DK4R4AsInbGUEaDkXVQ { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #BwET1xELdMluRipgaE0HFgoklppw3a3s { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #zkgIlZpwapP5IXv3I3IfzTCUgh9tiPr1 { position:relative;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #cJ1TkJFsmibnnQaKLDePFcyKcBH6DeN8 { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #ie9bHnhyUbpVuiCa3RA8K9tsKGUxvi2O { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #iCJ6xTcTVLULMb3qSE9xl1aTCoG5T4KA { position:relative;z-index:2; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #uyhVBW8pIlkgMSE1IUtqmUhQSg9NBewp { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #d07UgHXF49DoffpZxIU4leJu7aS5Futi { position:relative; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #eUSyT58XzVdPSyiXZ3R1Z7UCxWH5xSQ4 { position:relative; }
#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container { background-color: transparent; background-image: none; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container > .video-iframe-container { display: none; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row > .video-iframe-container { display: none; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .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); }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container { border-width: 0; border-radius: 0; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#ELln6HVk8zdPTuQVn7ZyXIur5SN6abuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:5.0625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9990234375rem;left:1.5rem;height:;font-style:normal;display:block; }#mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
#KoBUiC1D545NVURKfNKk3RyuccIkCF4t { box-sizing:content-box;height:3.81225625rem;width:55.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:8.9991455078125rem;left:2.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U2DcqGTgfmFcJendeDH0cMN1ZTWns2bZ { box-sizing:content-box;height:4.25rem;width:55.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.37);background-image:none;top:13.24853515625rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.51708984375rem;left:2.15625rem;height:2.9121125rem;display:block; }#RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy li:before{  }
#E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.5rem;left:2.15625rem;height:2.9121125rem;display:block; }#E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi li:before{  }
#hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.69921875rem;left:1.5rem;height:1.29980625rem;font-style:normal;display:block; }#hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
#gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.15625rem;height:2.9121125rem;display:block; }#gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK li:before{  }
#ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.26806640625rem;left:1.5rem;height:1.29980625rem;font-style:normal;display:block; }#ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container { background-color: transparent; background-image: none; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container > .video-iframe-container { display: none; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row > .video-iframe-container { display: none; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .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); }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container { border-width: 0; border-radius: 0; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#gL9FovdK4CK6dIRdSEWIQ3rv0xHOkTTu { 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:5.561525rem;width:5.561525rem;top:2.875rem;left:2.1875rem;overflow:hidden;display:block; }
#sGSATWQhkpRa6MLxLDUsnC6atas0rM5h { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:8.875rem;height:1.94970625rem;display:block; }
#CnhGXzKyPhkuUNXSb9zOrbBf0W2Wa38T { color:rgba(var(--color-tertiary-4),1);display:block;width:19.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.875rem;height:1.13720625rem;display:block; }
#dHtfvD24KtSQFy5B8gqdBMgnEpJ0EubT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:8.875rem;height:1.625rem;display:block; }
#xxlMUawg66VkEREanyWROkJ3gpktxlVU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.71826171875rem;left:2.1875rem;height:10.96875rem;display:block; }
#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container { background-color: transparent; background-image: none; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container > .video-iframe-container { display: none; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row > .video-iframe-container { display: none; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .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); }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container { border-width: 0; border-radius: 0; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#H2Ch8TIRXDzb8G1JXtsU6qetxbF5MKsO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#mSXJfB0ofQWILeX2v1NtlyDs4AlxQC1I { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.94970703125rem;left:2.6875rem;height:1.2246125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SyFcVW3FE56tRJuOV72dW20hWWFfCIJG { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.8623046875rem;left:39.4375rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bwvxmmXCNNOQ1sOXmlbtJ1Tn19feJqLs { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:54.0625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK { display:block; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdmG7RA3pNN7FTBng0dSNPXLQGyaykOa { top:14.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AinhcXOHPURn8GRekzyv8H9m6rA23sn9 { top:5.8125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do25MpqZE0EkA84m3TtXR3eDvL7AG01x { top:0.0625rem;left:0rem;width:47.75rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIxyHebPSglK1QEzdfh0Gt5I4tXzrhW5 { top:2.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7  { width:45.25rem;height:auto;top:21.125rem;left:0rem; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 {display:block;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 { width:45.25rem;height:auto;top:21.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #hkrXupp5i14AZkUbl3zkOHUPthtxVgRm {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #E7R6S50VvHPLkUtvslZxRulTOq2MVmZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #Nuo62BdIDFfF2Mmpn5Olapekby7zswF3 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #gWbLbFDaHV1SaTOftVnhzZ2TNQu8BX7z {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #oiohGz780e1KdgNvbX2auLZZie4DKnBV { display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #J5BbZiOQ5vQI5DK4R4AsInbGUEaDkXVQ {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #BwET1xELdMluRipgaE0HFgoklppw3a3s {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #zkgIlZpwapP5IXv3I3IfzTCUgh9tiPr1 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #cJ1TkJFsmibnnQaKLDePFcyKcBH6DeN8 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #ie9bHnhyUbpVuiCa3RA8K9tsKGUxvi2O {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #iCJ6xTcTVLULMb3qSE9xl1aTCoG5T4KA {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #uyhVBW8pIlkgMSE1IUtqmUhQSg9NBewp {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #d07UgHXF49DoffpZxIU4leJu7aS5Futi {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #eUSyT58XzVdPSyiXZ3R1Z7UCxWH5xSQ4 {  }
 }@media only screen and (max-width: 763px) { #Inbit2e4uHZtkVJ88pEnEmPoku47vRPd { display:block; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELln6HVk8zdPTuQVn7ZyXIur5SN6abuZ { top:2.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 { top:8.9375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #KoBUiC1D545NVURKfNKk3RyuccIkCF4t { top:8.9375rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2DcqGTgfmFcJendeDH0cMN1ZTWns2bZ { top:13.1875rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy { top:11.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }#RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy li:before{  }
 }@media only screen and (max-width: 763px) { #E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi { top:19.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }#E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi li:before{  }
 }@media only screen and (max-width: 763px) { #hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS { top:16.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK { top:27.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }#gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK li:before{  }
 }@media only screen and (max-width: 763px) { #ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW { top:24.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }#ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM { display:block; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL9FovdK4CK6dIRdSEWIQ3rv0xHOkTTu { top:2.875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSATWQhkpRa6MLxLDUsnC6atas0rM5h { top:4.9375rem;left:2.75rem;width:16.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnhGXzKyPhkuUNXSb9zOrbBf0W2Wa38T { top:6.9375rem;left:2.75rem;width:19.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtfvD24KtSQFy5B8gqdBMgnEpJ0EubT { top:2.875rem;left:2.75rem;width:16.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxlMUawg66VkEREanyWROkJ3gpktxlVU { top:11.6875rem;left:0rem;width:47.75rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX { display:block; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2Ch8TIRXDzb8G1JXtsU6qetxbF5MKsO { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXJfB0ofQWILeX2v1NtlyDs4AlxQC1I { width:25.9375rem;height:1.1875rem;top:1.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyFcVW3FE56tRJuOV72dW20hWWFfCIJG { width:12.1875rem;height:1.375rem;top:1.8125rem;left:33.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwvxmmXCNNOQ1sOXmlbtJ1Tn19feJqLs { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK { background-color:rgba(223,126,126,0.48);background-image:none;display:block; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { background-color: transparent; background-image: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container > .video-iframe-container { display: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row > .video-iframe-container { display: none; }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .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); }#Dl97hORUoDQkDw5PwwRZgFD3Xb4qqBSK > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdmG7RA3pNN7FTBng0dSNPXLQGyaykOa { width:14.75rem;height:3.8994125rem;top:13.03515625rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AinhcXOHPURn8GRekzyv8H9m6rA23sn9 { width:19rem;height:8.44925rem;top:4.0234375rem;left:0.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #do25MpqZE0EkA84m3TtXR3eDvL7AG01x { width:20rem;height:36.375rem;top:-0.017578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.83), rgba(255,255,255,0.5));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.83), rgba(255,255,255,0.5));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.83), rgba(255,255,255,0.5));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.83), rgba(255,255,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffff7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd3', endColorstr='#ffffff7f' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.83), rgba(255,255,255,0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QIxyHebPSglK1QEzdfh0Gt5I4tXzrhW5 { width:20rem;height:1.29980625rem;top:1.919921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7  { width:17.5rem;height:auto;top:18.396484375rem;left:0rem;box-shadow: none; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 {display:block;}#s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 { width:17.5rem;height:auto;top:18.396484375rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #hkrXupp5i14AZkUbl3zkOHUPthtxVgRm {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #E7R6S50VvHPLkUtvslZxRulTOq2MVmZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #Nuo62BdIDFfF2Mmpn5Olapekby7zswF3 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #gWbLbFDaHV1SaTOftVnhzZ2TNQu8BX7z {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #oiohGz780e1KdgNvbX2auLZZie4DKnBV { display:block; }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #J5BbZiOQ5vQI5DK4R4AsInbGUEaDkXVQ {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #BwET1xELdMluRipgaE0HFgoklppw3a3s {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #zkgIlZpwapP5IXv3I3IfzTCUgh9tiPr1 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #cJ1TkJFsmibnnQaKLDePFcyKcBH6DeN8 {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #ie9bHnhyUbpVuiCa3RA8K9tsKGUxvi2O {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #iCJ6xTcTVLULMb3qSE9xl1aTCoG5T4KA {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #uyhVBW8pIlkgMSE1IUtqmUhQSg9NBewp {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #d07UgHXF49DoffpZxIU4leJu7aS5Futi {  }
 }@media only screen and (max-width: 763px) { #s2pOpgOmVTmNE4FNSUDG6o9iCm1aTbr7 #eUSyT58XzVdPSyiXZ3R1Z7UCxWH5xSQ4 {  }
 }@media only screen and (max-width: 763px) { #Inbit2e4uHZtkVJ88pEnEmPoku47vRPd { display:block; }#Inbit2e4uHZtkVJ88pEnEmPoku47vRPd > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELln6HVk8zdPTuQVn7ZyXIur5SN6abuZ { width:18.3745rem;height:1.625rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 { width:17.6235625rem;height:3.41161875rem;top:5.1875rem;left:1.18798828125rem;font-size:0.875rem;display:block; }#mg96gRv0TyZbRvRqkZrGTy1n4wHvFKw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #KoBUiC1D545NVURKfNKk3RyuccIkCF4t { width:20rem;height:7.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2DcqGTgfmFcJendeDH0cMN1ZTWns2bZ { width:20rem;height:6.9375rem;top:24.472175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy { width:17.625rem;height:7.13575rem;top:9.25rem;left:1.1875rem;font-size:0.875rem;display:block; }#RpAv7TD2W5qQZ3GFNnLsFkuSSmT4OGDy li:before{  }
 }@media only screen and (max-width: 763px) { #E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi { width:17.625rem;height:5.9985375rem;top:23.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }#E5wHz1E9Ci8TRElwxr8ceydKkS1K4Tmi li:before{  }
 }@media only screen and (max-width: 763px) { #hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS { width:17.625rem;height:3.41161875rem;top:18.625rem;left:1rem;font-size:0.875rem;display:block; }#hDZF6ibXaLhRfBtHny5bpJVSv8dsISaS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK { width:17.625rem;height:5.9985375rem;top:36.24462890625rem;left:1.1875rem;font-size:0.875rem;display:block; }#gTxDbmOacQOm8ZGGTK2ToL8FZQsW7LJK li:before{  }
 }@media only screen and (max-width: 763px) { #ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW { width:17.625rem;height:3.41161875rem;top:31.40966796875rem;left:0.8125rem;font-size:0.875rem;display:block; }#ZTTfF75JdyuaTWS3f2Pw4p9kEPCQKmnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_15ff220e27cefc2acb2fb2e100e21ea894f23927.svg); }
 }@media only screen and (max-width: 763px) { #EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM { display:block; }#EQtuGTv4FOUeIe7fqba6aRSqlQhODTqM > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL9FovdK4CK6dIRdSEWIQ3rv0xHOkTTu { width:4.8745125rem;height:4.8745125rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSATWQhkpRa6MLxLDUsnC6atas0rM5h { width:13.125rem;height:1.625rem;top:8.59326171875rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnhGXzKyPhkuUNXSb9zOrbBf0W2Wa38T { width:12.7495rem;height:1.7871125rem;top:10.21826171875rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHtfvD24KtSQFy5B8gqdBMgnEpJ0EubT { width:8.687rem;height:1.21875rem;top:7.3745125rem;left:5.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxlMUawg66VkEREanyWROkJ3gpktxlVU { width:18.4375rem;height:21.60695625rem;top:13.63037109375rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX { display:block; }#oNPEwTHL33XWWWAIeCte0EQsT7JKT5ZX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2Ch8TIRXDzb8G1JXtsU6qetxbF5MKsO { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXJfB0ofQWILeX2v1NtlyDs4AlxQC1I { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyFcVW3FE56tRJuOV72dW20hWWFfCIJG { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwvxmmXCNNOQ1sOXmlbtJ1Tn19feJqLs { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }