.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eae6e0;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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#eae6e0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { border-width: 0; border-radius: 0; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;box-shadow: none;height:24rem;width:42.75rem;top:12.875000476837rem;left:16.929166793823rem;display:none; }
#hFucdS6RSv5CpeF6essCVAyCHOgStb88 { color:#000000;display:block;width:68.68625rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:3.155517578125rem;height:5.68725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py { color:#7f3bb3;display:block;width:26.062rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:24.468994140625rem;height:2.03125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3d696f286fb3115d6c3eb2b9690bfd5dfcf20166.svg); }
#RSQ0zoCPbP9wMrq15rTOFoe0pl3IlVZc { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #c09b93;border-left:0.0625rem solid #c09b93;border-right:0.0625rem solid #c09b93;border-bottom:0.0625rem solid #c09b93;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.8125rem;width:18.374rem;top:22.5rem;left:28.25rem;display:block; }
#ftKBXBiKeeLdZ7JBFkf9UpzRG7gTgwUM { z-index:15003;top:16.25rem;left:27.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #f87b99, #b605ff);background-image: -moz-linear-gradient(216deg, #f87b99, #b605ff);background-image: -ms-linear-gradient(216deg, #f87b99, #b605ff);background-image: -o-linear-gradient(216deg, #f87b99, #b605ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87b99', endColorstr='#b605ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87b99', endColorstr='#b605ff' );";background-image: linear-gradient(216deg, #f87b99, #b605ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4995rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dXilKmvQvmemGHKpaJc9oUz9TJmSQ80r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yR6usM89XDtDqT1Uozcyw9X4rC1V0x1g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.5rem;left:35.9375rem; }
#kSVK2hpMI5hAgkP1X6QGc5rTQi2K2b5d { box-sizing:content-box;height:2.0625rem;width:31rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:3.937255859375rem;left:33.21875rem;display:block; }
#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT { 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; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container { background-color: transparent; background-image: none; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container > .video-iframe-container { display: none; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row > .video-iframe-container { display: none; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .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); }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container { border-width: 0; border-radius: 0; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { color:#000000;display:block;width:44.749125rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2811279296875rem;left:15.12451171875rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P { 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; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container { background-color: transparent; background-image: none; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container > .video-iframe-container { display: none; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row > .video-iframe-container { display: none; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .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); }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container { border-width: 0; border-radius: 0; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#XIryMnSEwffJNTLc27IUor7BAeUx5zzx { box-sizing:content-box;height:20.1245rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -moz-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -ms-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -o-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#eae6e0b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#eae6e0b2' );";background-image: linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-size:auto !important;top:1.9375rem;left:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZtlHIIA7AgD12hXy43PkrdTkhnPgzLt9 { color:#b605ff;display:block;width:19.3109375rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.7490234375rem;left:1.90673828125rem;height:2.1875rem;font-style:normal;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;overflow:hidden;display:block; }
#WqLFevr6ZQ7AmWw5EUCsDL7QEDFDyFE9 { box-sizing:content-box;height:19.937125rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,230,224,0.7), rgba(234,230,224,0.2));background-image: -moz-linear-gradient(180deg, rgba(234,230,224,0.7), rgba(234,230,224,0.2));background-image: -ms-linear-gradient(180deg, rgba(234,230,224,0.7), rgba(234,230,224,0.2));background-image: -o-linear-gradient(180deg, rgba(234,230,224,0.7), rgba(234,230,224,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e0b2', endColorstr='#eae6e033' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e0b2', endColorstr='#eae6e033' );";background-image: linear-gradient(180deg, rgba(234,230,224,0.7), rgba(234,230,224,0.2));background-size:auto !important;top:2rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#W5Aeaom5kSwzwhZiAyZypybrLWBPIdcz { color:#b605ff;display:block;width:18.3734375rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:2.7490234375rem;left:28.31298828125rem;height:2.1875rem;font-style:normal;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;overflow:hidden;display:block; }
#uupzP441WRaTrlEmOIULz2lr3879Pfco { box-sizing:content-box;height:20.1245rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -moz-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -ms-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-image: -o-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#eae6e0b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#eae6e0b2' );";background-image: linear-gradient(180deg, rgba(234,230,224,0.2), rgba(234,230,224,0.7));background-size:auto !important;top:1.9375rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zDe3vIrWqb53IECTezmx6LTTufBZ1TJK { color:#b605ff;display:block;width:20.4986875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:2.7490234375rem;left:52.250366210938rem;height:2.1875rem;font-style:normal;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;overflow:hidden;display:block; }
#e38HrTEZek7xHsF3IIEDitQnD6TRBdMb { color:#b605ff;display:block;width:19.3109375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.8115234375rem;left:1.90673828125rem;height:1.749875rem;font-style:italic;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;overflow:hidden;display:block; }
#D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ { color:#000000;display:block;width:19.812rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:1.6558837890625rem;height:13.3105625rem;display:block; }#D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#KvxPTFub6TuTgBE7fdhuiXcHBMfOXgAm { color:#b605ff;display:block;width:20.99975rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.9365234375rem;left:26.998901367188rem;height:1.749875rem;font-style:italic;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;overflow:hidden;display:block; }
#gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD { color:#000000;display:block;width:19.811375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:27.593994140625rem;height:10.0610625rem;display:block; }#gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#oztTSvgXykPbaVHZfv1XTqmyR4vovRzR { color:#b605ff;display:block;width:20.4986875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.9365234375rem;left:52.250366210938rem;height:1.749875rem;font-style:italic;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;overflow:hidden;display:block; }
#dwJtLczbMpiW9NkJyIunznQXLOXGFfFt { color:#000000;display:block;width:19.8108125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:52.593994140625rem;height:10.0610625rem;display:block; }#dwJtLczbMpiW9NkJyIunznQXLOXGFfFt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dwJtLczbMpiW9NkJyIunznQXLOXGFfFt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#rlWvSp9082B4iBdO08KGV3zFTHS92WdS { 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; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container { background-color: transparent; background-image: none; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container > .video-iframe-container { display: none; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row > .video-iframe-container { display: none; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .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); }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container { border-width: 0; border-radius: 0; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Kwg3N6WRSZqywk8TBv5x8gfHv64RZEUE { box-sizing:content-box;height:12.749625rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -moz-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -ms-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -o-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#7f3bb333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#7f3bb333' );";background-image: linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-size:auto !important;top:3rem;left:9.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CV0G8lkCXqp2tdQ3dW262ZNXWKEudHaT { color:#b605ff;display:block;width:18.3734375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:4.875rem;left:11.4375rem;height:3.49975625rem;font-style:normal;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;overflow:hidden;display:block; }
#Pz9gAVbwzUpRJf0uVK8grR4e6fKKkZg9 { box-sizing:content-box;height:12.749625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -moz-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -ms-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-image: -o-linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#7f3bb333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae6e033', endColorstr='#7f3bb333' );";background-image: linear-gradient(180deg, rgba(234,230,224,0.2), rgba(127,59,179,0.2));background-size:auto !important;top:3rem;left:45rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rhx1w0z6PMO6JsZsJ98rkMS2kxDMK0X3 { color:#b605ff;display:block;width:18.3734375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:4.875rem;left:47.1875rem;height:3.49975625rem;font-style:normal;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;overflow:hidden;display:block; }
#Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 { color:#000000;display:block;width:19.811375rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.1241455078125rem;left:10.593872070312rem;height:3.2495125rem;display:block; }#Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek { color:#000000;display:block;width:19.8108125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.1241455078125rem;left:46.343994140625rem;height:4.87426875rem;display:block; }#TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { 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; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { background-color: transparent; background-image: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container > .video-iframe-container { display: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container { display: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .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); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { border-width: 0; border-radius: 0; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { color:#000000;display:block;width:52.87475rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:11.060791015625rem;height:2.43713125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3DtHkwim3fwyGqt830vTPTTdTfuEgSq { color:#000000;display:block;width:41.31225rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.497802734375rem;left:16.12060546875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-form-header { font-size:0.875rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#eae6e0;width:30rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:30rem;box-sizing:border-box;height:2.5625rem;color:#181c21;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: none; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:30rem;box-sizing:border-box;height:4.375rem;color:#181c21;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: none; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .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:30rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .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; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b605ff, #f87b99);background-image: -moz-linear-gradient(180deg, #b605ff, #f87b99);background-image: -ms-linear-gradient(180deg, #b605ff, #f87b99);background-image: -o-linear-gradient(180deg, #b605ff, #f87b99);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b605ff', endColorstr='#f87b99' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b605ff', endColorstr='#f87b99' );";background-image: linear-gradient(180deg, #b605ff, #f87b99);background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:2.1875rem;font-weight:bold;color:#ffffff;width:30rem;height:4.125rem;font-family:"times new roman";overflow:hidden; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]:-moz-placeholder { color:#0e0e10;font-family:"times new roman";font-size:0.9375rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]::-moz-placeholder { color:#0e0e10;font-family:"times new roman";font-size:0.9375rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]:-ms-input-placeholder { color:#0e0e10;font-family:"times new roman";font-size:0.9375rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]::-webkit-input-placeholder { color:#0e0e10;font-family:"times new roman";font-size:0.9375rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .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:#000000;vertical-align:top;width:28.8125rem;overflow:hidden;font-style:normal;float:none; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .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; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .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;float:none; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container:first-of-type{padding-top:0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container:last-of-type{padding-bottom:0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo  { background-color:#eae6e0;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15014;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: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:12.559814453125rem;left:21.09375rem;font-size:0.875rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30rem;display:block;vertical-align:top; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-info-text { display:block;height:auto;font-family:"times new roman";font-size:0.8125rem;line-height:1.3;font-weight:400;color:#301c0b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo {display:block;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo { background-color:#eae6e0;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;z-index:15014;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: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:12.559814453125rem;left:21.09375rem;font-size:0.875rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #pf4eFDG0e64qF6yg2fGHxkZH50h5kT8K { position:relative; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #iDkWxTd2shzWcwVUauPOTSVKH4gHFDxT { position:relative;display:block; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #lc9wHMq5iDUkoEK27kJJR0sw6nhnPk8Z { position:relative; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #tNPG64EJ61W3CNpRLk5ePeTsV7T48TAd { position:relative; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #fPPtOfNBMGr5xzyqFcC6d5ZCX1JTMaPt { position:relative;display:block; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #T0ldIhGdgJr0eygGfH1iaP04CP9gBV2v { position:relative; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UBRAXRfonDxOhMLBDnaxhMRoT13Tsd78 { position:relative;display:block;z-index:15000; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #KyGhgBlayJE0Sr98qwFctMZmRAqTZUwJ { position:relative;display:block;z-index:15000; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UXtQbk6KVgD7i7KgKTMsae8TKeynKtpA { position:relative; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #QlkqrAyp41dMwSACZLQBA01q3iWcSQDs { position:relative; }
#sg9uMvFnONM34g2gCF5Xw1U0xQhk5EXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.593017578125rem;left:35.9375rem; }
#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv { position:relative;display:block; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv { background-color: transparent; background-image: none; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row .container > .video-iframe-container { display: none; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row > .video-iframe-container { display: none; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .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); }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv { border-width: 0; border-radius: 0; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .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; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eae6e0;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ { color:#000000;display:block;width:44.624625rem;position:absolute;font-family:"times new roman";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.291137695312rem;left:26.99951171875rem;height:30.2740625rem;display:block; }#BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
#XDU2OX1WvSSOVRw8yzoZCkSvFHSmCwwZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.6228125rem;width:23.6230625rem;top:10.291137695312rem;left:1.1859130859375rem;overflow:hidden;display:block; }
#ANm6F2ySUTrU1mAuSQKEhG8iKfnciCAU { color:#301c0b;display:block;width:36.8109375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.1270751953125rem;left:26.99951171875rem;height:1.950075rem;font-style:normal;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;display:block; }
#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#301c0b;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; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { border-width: 0; border-radius: 0; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { 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:8.8745rem;width:11.62475rem;top:2.496337890625rem;left:31.685791015625rem;overflow:hidden;display:block; }
#KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { color:#ffffff;display:block;width:52.8735625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3740234375rem;left:11.06201171875rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { 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; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { background-color: transparent; background-image: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .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); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { border-width: 0; border-radius: 0; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { background-color: transparent; background-image: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container > .video-iframe-container { display: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row > .video-iframe-container { display: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .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); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { border-width: 0; border-radius: 0; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#uoDX0hIPo7AHeS7fZQX0R8dlWh465Rti { color:#301c0b;display:block;width:32.25rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:15rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L24RUr9Vz0rsr7TUAzLzU3Nd0pZvFPSg { z-index:15004;top:0.75rem;left:47.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #f87b99, #b605ff);background-image: -moz-linear-gradient(216deg, #f87b99, #b605ff);background-image: -ms-linear-gradient(216deg, #f87b99, #b605ff);background-image: -o-linear-gradient(216deg, #f87b99, #b605ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87b99', endColorstr='#b605ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87b99', endColorstr='#b605ff' );";background-image: linear-gradient(216deg, #f87b99, #b605ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.68676875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DLPK4mnT4cwJAgHunnH46wKzVAMFVINP { 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) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { top:12.875rem;left:3.3041667938233rem;width:42.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { top:3.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py { top:9.5625rem;left:10.843994140625rem;width:26rem;height:2rem;font-size:0.9375rem;display:block; }#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3d696f286fb3115d6c3eb2b9690bfd5dfcf20166.svg); }
 }@media only screen and (max-width: 763px) { #RSQ0zoCPbP9wMrq15rTOFoe0pl3IlVZc { top:22.5rem;left:14.625rem;width:18.3125rem;height:32.703673781784rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftKBXBiKeeLdZ7JBFkf9UpzRG7gTgwUM { top:16.25rem;left:14.125rem;width:19.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXilKmvQvmemGHKpaJc9oUz9TJmSQ80r { display:block; }
 }@media only screen and (max-width: 763px) { #yR6usM89XDtDqT1Uozcyw9X4rC1V0x1g { top:12.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVK2hpMI5hAgkP1X6QGc5rTQi2K2b5d { top:3.875rem;left:16.75rem;width:31rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDIfIAfMRVJbaqbxLLfldufupM2HOGKT { display:block; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { top:1.25rem;left:1.49951171875rem;width:44.6875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFhvBExqJFVIRKI2muOCmtQrisSMA8P { display:block; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIryMnSEwffJNTLc27IUor7BAeUx5zzx { top:1.9375rem;left:0rem;width:22.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtlHIIA7AgD12hXy43PkrdTkhnPgzLt9 { width:19.25rem;height:2.1875rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLFevr6ZQ7AmWw5EUCsDL7QEDFDyFE9 { top:2rem;left:9.25rem;width:22.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Aeaom5kSwzwhZiAyZypybrLWBPIdcz { width:18.3125rem;height:2.1875rem;top:2.6875rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uupzP441WRaTrlEmOIULz2lr3879Pfco { top:1.9375rem;left:25.125rem;width:22.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDe3vIrWqb53IECTezmx6LTTufBZ1TJK { width:20.4375rem;height:2.1875rem;top:2.6875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38HrTEZek7xHsF3IIEDitQnD6TRBdMb { width:19.25rem;height:1.6875rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ { top:7.3125rem;left:0rem;width:19.75rem;height:13.25rem;font-size:0.9375rem;display:block; }#D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #KvxPTFub6TuTgBE7fdhuiXcHBMfOXgAm { width:20.9375rem;height:1.6875rem;top:4.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD { top:7.3125rem;left:12rem;width:19.75rem;height:10rem;font-size:0.9375rem;display:block; }#gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #oztTSvgXykPbaVHZfv1XTqmyR4vovRzR { width:20.4375rem;height:1.6875rem;top:4.875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJtLczbMpiW9NkJyIunznQXLOXGFfFt { top:7.3125rem;left:27.875rem;width:19.75rem;height:10rem;font-size:0.9375rem;display:block; }#dwJtLczbMpiW9NkJyIunznQXLOXGFfFt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #rlWvSp9082B4iBdO08KGV3zFTHS92WdS { display:block; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwg3N6WRSZqywk8TBv5x8gfHv64RZEUE { top:3rem;left:1.375rem;width:22.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV0G8lkCXqp2tdQ3dW262ZNXWKEudHaT { width:18.3125rem;height:3.4375rem;top:4.875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz9gAVbwzUpRJf0uVK8grR4e6fKKkZg9 { top:3rem;left:24.5625rem;width:22.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhx1w0z6PMO6JsZsJ98rkMS2kxDMK0X3 { width:18.3125rem;height:3.4375rem;top:4.875rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 { top:9.0625rem;left:3.7813720703125rem;width:19.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }#Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek { top:9.0625rem;left:25.906494140625rem;width:19.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }#TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { display:block; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { top:3.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3DtHkwim3fwyGqt830vTPTTdTfuEgSq { top:6.4375rem;left:2.49560546875rem;width:41.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-regular-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-textarea { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-select { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-button { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-checkbox-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo  { width:30rem;height:auto;top:12.5rem;left:7.46875rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .radio-container { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo {display:block;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo { width:30rem;height:auto;top:12.5rem;left:7.46875rem; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #pf4eFDG0e64qF6yg2fGHxkZH50h5kT8K {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #iDkWxTd2shzWcwVUauPOTSVKH4gHFDxT { display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #lc9wHMq5iDUkoEK27kJJR0sw6nhnPk8Z {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #tNPG64EJ61W3CNpRLk5ePeTsV7T48TAd {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #fPPtOfNBMGr5xzyqFcC6d5ZCX1JTMaPt { display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #T0ldIhGdgJr0eygGfH1iaP04CP9gBV2v {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UBRAXRfonDxOhMLBDnaxhMRoT13Tsd78 {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #KyGhgBlayJE0Sr98qwFctMZmRAqTZUwJ {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UXtQbk6KVgD7i7KgKTMsae8TKeynKtpA {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #QlkqrAyp41dMwSACZLQBA01q3iWcSQDs {  }
 }@media only screen and (max-width: 763px) { #sg9uMvFnONM34g2gCF5Xw1U0xQhk5EXa { top:8.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv { display:block; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ { top:10.25rem;left:3.125rem;width:44.5625rem;height:30.25rem;font-size:1.125rem;display:block; }#BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #XDU2OX1WvSSOVRw8yzoZCkSvFHSmCwwZ { top:10.25rem;left:0rem;width:23.5625rem;height:29.54686842704rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANm6F2ySUTrU1mAuSQKEhG8iKfnciCAU { top:7.125rem;left:11rem;width:36.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { top:2.4375rem;left:18.060791015625rem;width:11.5625rem;height:8.8269774618809rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { top:13.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CowceHO9Ly4BrOGsbk9O9SXsWucDTweO { display:block; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoDX0hIPo7AHeS7fZQX0R8dlWh465Rti { top:1.5rem;left:1.375rem;width:32.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L24RUr9Vz0rsr7TUAzLzU3Nd0pZvFPSg { top:0.75rem;left:33.5625rem;width:12.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLPK4mnT4cwJAgHunnH46wKzVAMFVINP { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#eae6e0;background-image:none;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { height:11.2260625rem;width:19.875rem;top:15.456251144409rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { width:20rem;height:5.11779375rem;top:1.748046875rem;left:-0.000732421875rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py { width:19.6228125rem;height:1.2182625rem;top:8.739990234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hr8OToTcQ63Kct17Lqw92LLZvqiNW8py li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3d696f286fb3115d6c3eb2b9690bfd5dfcf20166.svg); }
 }@media only screen and (max-width: 763px) { #RSQ0zoCPbP9wMrq15rTOFoe0pl3IlVZc { width:12.8735625rem;height:23.1860625rem;top:18.14575625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftKBXBiKeeLdZ7JBFkf9UpzRG7gTgwUM { top:13.396rem;left:1.6875rem;width:16.5625rem;height:3.49975625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXilKmvQvmemGHKpaJc9oUz9TJmSQ80r { display:block; }
 }@media only screen and (max-width: 763px) { #yR6usM89XDtDqT1Uozcyw9X4rC1V0x1g { display:flex;width:2.06176875rem;height:2.06176875rem;top:10.08423125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #kSVK2hpMI5hAgkP1X6QGc5rTQi2K2b5d { width:20rem;height:2.0625rem;top:5.401611328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDIfIAfMRVJbaqbxLLfldufupM2HOGKT { display:block; }#nDIfIAfMRVJbaqbxLLfldufupM2HOGKT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { width:19.0625rem;height:1.70593125rem;top:2.0440673828125rem;left:0.46875rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzFhvBExqJFVIRKI2muOCmtQrisSMA8P { display:block; }#VzFhvBExqJFVIRKI2muOCmtQrisSMA8P > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIryMnSEwffJNTLc27IUor7BAeUx5zzx { width:20rem;height:16.812125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtlHIIA7AgD12hXy43PkrdTkhnPgzLt9 { width:19.2480625rem;height:1.62475625rem;top:2.061767578125rem;left:0.7519375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WqLFevr6ZQ7AmWw5EUCsDL7QEDFDyFE9 { width:20rem;height:14.125rem;top:18.874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Aeaom5kSwzwhZiAyZypybrLWBPIdcz { width:16.875rem;height:1.62475625rem;top:19.912231445312rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uupzP441WRaTrlEmOIULz2lr3879Pfco { width:20rem;height:15.75rem;top:34.1851875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDe3vIrWqb53IECTezmx6LTTufBZ1TJK { width:20rem;height:1.62475625rem;top:34.996955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e38HrTEZek7xHsF3IIEDitQnD6TRBdMb { width:19.2486875rem;height:1.2994375rem;top:4.061767578125rem;left:0.7513125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:italic;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ { width:17.99925rem;height:7.6220625rem;top:6.686767578125rem;left:1.0003662109375rem;font-size:0.9375rem;display:block; }#D94CC2cyGibpIzVs4DUDyCTCTIgvFOaQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #KvxPTFub6TuTgBE7fdhuiXcHBMfOXgAm { width:20rem;height:1.2994375rem;top:22.12351171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:italic;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD { width:18rem;height:5.18555rem;top:24.685668945312rem;left:0.99853515625rem;font-size:0.9375rem;display:block; }#gT8RMTOLTk4ZzRLVcfMAacvobIvyCymD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #oztTSvgXykPbaVHZfv1XTqmyR4vovRzR { width:20rem;height:1.2994375rem;top:36.996955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:italic;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dwJtLczbMpiW9NkJyIunznQXLOXGFfFt { width:18rem;height:6.4038125rem;top:39.621704101562rem;left:0.99853515625rem;font-size:0.9375rem;display:block; }#dwJtLczbMpiW9NkJyIunznQXLOXGFfFt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #rlWvSp9082B4iBdO08KGV3zFTHS92WdS { display:block; }#rlWvSp9082B4iBdO08KGV3zFTHS92WdS > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwg3N6WRSZqywk8TBv5x8gfHv64RZEUE { width:20rem;height:9.8108125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV0G8lkCXqp2tdQ3dW262ZNXWKEudHaT { width:18.3105625rem;height:2.598875rem;top:2.62451171875rem;left:0.8441162109375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pz9gAVbwzUpRJf0uVK8grR4e6fKKkZg9 { width:20rem;height:11.875rem;top:12.3108125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhx1w0z6PMO6JsZsJ98rkMS2kxDMK0X3 { width:11.687rem;height:2.436525rem;top:13.760986328125rem;left:4.1552734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 { width:18rem;height:2.436525rem;top:6.0352783203125rem;left:0.99853515625rem;font-size:0.9375rem;display:block; }#Zvpo2eETELFnfEuKxRHLxnpGL8NFxRk4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek { width:18rem;height:3.6547875rem;top:17.872314453125rem;left:0.99853515625rem;font-size:0.9375rem;display:block; }#TikE9W7g3vZ2Qc1KDH6EpQserR7IVMek li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { display:block; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { width:18.3728125rem;height:3.2495125rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3DtHkwim3fwyGqt830vTPTTdTfuEgSq { width:16.3110625rem;height:2.92358125rem;top:5.7495125rem;left:1.8125rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-regular-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;line-height:1.2; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-textarea { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;line-height:1.2; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-select { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container:first-of-type{padding-top:0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-container:last-of-type{padding-bottom:0;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo  { width:17.1228125rem;height:auto;top:14.610595703125rem;left:0rem; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .radio-container { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo {display:block;}#zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo { width:17.1228125rem;height:auto;top:14.610595703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #pf4eFDG0e64qF6yg2fGHxkZH50h5kT8K {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #iDkWxTd2shzWcwVUauPOTSVKH4gHFDxT { display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #lc9wHMq5iDUkoEK27kJJR0sw6nhnPk8Z {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #tNPG64EJ61W3CNpRLk5ePeTsV7T48TAd {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #fPPtOfNBMGr5xzyqFcC6d5ZCX1JTMaPt { display:block; }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #T0ldIhGdgJr0eygGfH1iaP04CP9gBV2v {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UBRAXRfonDxOhMLBDnaxhMRoT13Tsd78 {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #KyGhgBlayJE0Sr98qwFctMZmRAqTZUwJ {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #UXtQbk6KVgD7i7KgKTMsae8TKeynKtpA {  }
 }@media only screen and (max-width: 763px) { #zQc4mvlQbyXI5243dmfzVEZJVJQ9rxgo #QlkqrAyp41dMwSACZLQBA01q3iWcSQDs {  }
 }@media only screen and (max-width: 763px) { #sg9uMvFnONM34g2gCF5Xw1U0xQhk5EXa { display:flex;width:2.124025rem;height:2.124025rem;top:11.298828125rem;left:8.9373779296875rem; }
 }@media only screen and (max-width: 763px) { #yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv { display:block; }#yh1J0Tc3AWt7Zq1adcxrZnzRGKq4sICv > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ { width:18.8745rem;height:47.980375rem;top:22.68310546875rem;left:0.5615234375rem;font-size:1rem;display:block; }#BCdqv2q3MJLLctPtgMpRPsBTdeG03KbJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_775b0b6ff57cb7210a48db7ab73e4095.svg); }
 }@media only screen and (max-width: 763px) { #XDU2OX1WvSSOVRw8yzoZCkSvFHSmCwwZ { width:11.875rem;height:14.812rem;top:1.68701171875rem;left:4.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANm6F2ySUTrU1mAuSQKEhG8iKfnciCAU { width:13.6230625rem;height:3.57421875rem;top:17.872924804688rem;left:3.1878662109375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { background-color:#301c0b;background-image:none;display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { width:5.99975625rem;height:4.624025rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { width:20rem;height:1.13769375rem;top:7.124025rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CowceHO9Ly4BrOGsbk9O9SXsWucDTweO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { background-color: transparent; background-image: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container > .video-iframe-container { display: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row > .video-iframe-container { display: none; }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .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); }#CowceHO9Ly4BrOGsbk9O9SXsWucDTweO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoDX0hIPo7AHeS7fZQX0R8dlWh465Rti { width:10.37475rem;height:1.62475625rem;top:0.6875rem;left:0.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #L24RUr9Vz0rsr7TUAzLzU3Nd0pZvFPSg { top:0.46875rem;left:11.248779296875rem;width:7.937rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLPK4mnT4cwJAgHunnH46wKzVAMFVINP { display:block; }
 }